diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/gnupg.spec.in | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/scripts/gnupg.spec.in b/scripts/gnupg.spec.in index e0cfc61c9..fea79b519 100644 --- a/scripts/gnupg.spec.in +++ b/scripts/gnupg.spec.in @@ -17,6 +17,12 @@ BuildRoot: /tmp/rpmbuild_%{name} %changelog +* Mon May 17 1999 Fabio Coatti <[email protected]> +- Added French description, provided by Christophe Labouisse <[email protected]> + +* Thu May 06 1999 Fabio Coatti <[email protected]> +- Upgraded for 0.9.6 (removed gpgm) + * Tue Jan 12 1999 Fabio Coatti <[email protected]> - LINGUAS variable is now unset in configure to ensure that all languages will be built. (Thanks to Luca Olivetti <[email protected]>) @@ -42,6 +48,11 @@ GnuPG � un sostituto completo e gratuito per il PGP. Non utilizzando IDEA o RSA pu� essere utilizzato senza restrizioni. GnuPG � conforme alle specifiche OpenPGP (RFC2440). +%description -l fr +GnuPG est remplacement complet et "libre" de PGP. Comme il n'utilise +ni IDEA ni RSA il peut �tre utilis� sans restriction. GnuPG est conforme +avec la sp�cification OpenPGP (RFC2440). + %prep rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_DIR/%{name}-%{version} @@ -57,9 +68,6 @@ make %install make install-strip prefix=$RPM_BUILD_ROOT/usr -rm $RPM_BUILD_ROOT/usr/man/man1/gpgm.1 -cd $RPM_BUILD_ROOT/usr/man/man1/ -ln -s gpg.1 gpgm.1 %files @@ -77,11 +85,10 @@ ln -s gpg.1 gpgm.1 %doc %attr (-,root,root) doc/HACKING %doc %attr (-,root,root) doc/OpenPGP %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/gpgm.1 %attr (4755,root,root) /usr/bin/gpg -%attr (755,root,root) /usr/bin/gpgm %attr (-,root,root) /usr/share/locale/de/LC_MESSAGES/%{name}.mo %attr (-,root,root) /usr/share/locale/it/LC_MESSAGES/%{name}.mo |