mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
See ChangeLog: Thu Sep 14 17:45:11 CEST 2000 Werner Koch
This commit is contained in:
parent
0b9d3e2f81
commit
0f10fea8da
21 changed files with 1248 additions and 1201 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Sep 14 17:45:11 CEST 2000 Werner Koch <wk@openit.de>
|
||||
|
||||
* gnupg.spec.in: Updated.
|
||||
|
||||
Wed Sep 6 17:55:47 CEST 2000 Werner Koch <wk@openit.de>
|
||||
|
||||
* config.guess, config.sub: Replaced with the latest version from the
|
||||
|
|
|
@ -8,6 +8,7 @@ Summary: GNU Utility for data encryption and digital signatures
|
|||
Summary(it): Utility GNU per la sicurezza nelle comunicazioni e nell'archiviazione dei dati.
|
||||
Summary(cs): GNU nástroj pro ¹ifrovanou komunikaci a bezpeèné ukládání dat
|
||||
Summary(fr): Utilitaire GNU de chiffrement et d'authentification des communications et des données
|
||||
Summary(pl): Narzedzie GNU do szyfrowania i podpisywania danych
|
||||
Vendor: GNU Privacy Guard Project
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
|
@ -16,15 +17,23 @@ Copyright: GPL
|
|||
Group: Applications/Cryptography
|
||||
Group(cs): Aplikace/©ifrování
|
||||
Group(fr): Applications/Cryptographie
|
||||
Group(it): Applicazioni/Crittografia
|
||||
Source: ftp://ftp.gnupg.org/pub/gcrypt/%{name}-%{version}.tar.gz
|
||||
URL: http://www.gnupg.org
|
||||
Provides: gpg openpgp
|
||||
BuildRoot: /tmp/rpmbuild_%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Sep 06 2000 Fabio Coatti <cova@ferrara.linux.it>
|
||||
- Added Polish description and summary (Kindly provided by
|
||||
Lukasz Stelmach <stelmacl@ee.pw.edu.pl>)
|
||||
|
||||
* Thu Jul 13 2000 Fabio Coatti <cova@ferrara.linux.it>
|
||||
- Added a * to catch all formats for man pages (plain, gz, bz2...)
|
||||
|
||||
* Mon May 01 2000 Fabio Coatti <cova@ferrara.linux.it>
|
||||
- Some corrections in French description, thanks to Gaël Quéri
|
||||
<gqueri@mail.dotcom.fr>; Some corrections to Italian descriptions.
|
||||
<gqueri@mail.dotcom.fr>; Some corrections to Italian descriptions.
|
||||
|
||||
* Tue Apr 25 2000 Fabio Coatti <cova@ferrara.linux.it>
|
||||
- Removed the no longer needed patch for man page by Keith Owens
|
||||
|
@ -43,7 +52,7 @@ BuildRoot: /tmp/rpmbuild_%{name}
|
|||
|
||||
* Mon May 17 1999 Fabio Coatti <cova@felix.unife.it>
|
||||
- Added French description, provided by
|
||||
Christophe Labouisse <labouiss@cybercable.fr>
|
||||
Christophe Labouisse <labouiss@cybercable.fr>
|
||||
|
||||
* Thu May 06 1999 Fabio Coatti <cova@felix.unife.it>
|
||||
- Upgraded for 0.9.6 (removed gpgm)
|
||||
|
@ -58,7 +67,7 @@ Christophe Labouisse <labouiss@cybercable.fr>
|
|||
* Sat Dec 19 1998 Fabio Coatti <cova@felix.unife.it>
|
||||
- Modified the spec file provided by Caskey L. Dickson <caskey-at-technocage.com>
|
||||
- Now it can be built also by non-root. Installation has to be done as
|
||||
root, gpg is suid.
|
||||
root, gpg is suid.
|
||||
- Added some changes by Ross Golder <rossigee@bigfoot.com>
|
||||
- Updates for version 0.4.5 of GnuPG (.mo files)
|
||||
|
||||
|
@ -101,6 +110,14 @@ kompatibiln
|
|||
celosvìtovì) a RSA (patentováno ve Spojených státech do 20. záøí
|
||||
2000). Tyto algoritmy lze zavést do GnuPG pomocí externích modulù.
|
||||
|
||||
%description -l pl
|
||||
GnuPG (GNU Privacy Guard) jest nazedziem do szfrowania danych i tworzenia
|
||||
cyfrowych podpisów. GnuPG posiada zaawansowane mozliwosci obslugi kluczy
|
||||
i jest zgodne z OpenPGP, proponowanym standardem internetowym opisanym
|
||||
w RFC2440. Poniewaz GnuPG nie uzywa zadnych opatentowanych algorytmów
|
||||
nie jest wiec zgodne z jaka kolwiek wersja PGP2 (PGP2.x kozysta jedynie
|
||||
z algorytmów: IDEA, opatentowanego na calym swiecie, oraz RSA, którego
|
||||
patent na terenie Stanów Zjednoczonych wygasa 20 wrzesnia 2000).
|
||||
|
||||
%prep
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
@ -136,7 +153,7 @@ make install-strip prefix=$RPM_BUILD_ROOT/usr
|
|||
%doc %attr (-,root,root) g10/pubring.asc
|
||||
%doc %attr (-,root,root) g10/OPTIONS
|
||||
|
||||
%attr (-,root,root) /usr/man/man1/gpg.1
|
||||
%attr (-,root,root) /usr/man/man1/gpg.1*
|
||||
%attr (4755,root,root) /usr/bin/gpg
|
||||
|
||||
%attr (-,root,root) /usr/share/locale/*/*/%{name}.mo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue