mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Mon May 17 21:54:43 CEST 1999 Werner Koch
This commit is contained in:
parent
a1dcec76c1
commit
3983f30bd2
24 changed files with 378 additions and 182 deletions
|
@ -17,6 +17,12 @@ BuildRoot: /tmp/rpmbuild_%{name}
|
|||
|
||||
%changelog
|
||||
|
||||
* Mon May 17 1999 Fabio Coatti <cova@felix.unife.it>
|
||||
- Added French description, provided by Christophe Labouisse <labouiss@cybercable.fr>
|
||||
|
||||
* Thu May 06 1999 Fabio Coatti <cova@felix.unife.it>
|
||||
- Upgraded for 0.9.6 (removed gpgm)
|
||||
|
||||
* Tue Jan 12 1999 Fabio Coatti <cova@felix.unife.it>
|
||||
- LINGUAS variable is now unset in configure to ensure that all
|
||||
languages will be built. (Thanks to Luca Olivetti <luca@luca.ddns.org>)
|
||||
|
@ -42,6 +48,11 @@ GnuPG
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue