1998-09-18 17:24:53 +02:00
|
|
|
|
#
|
|
|
|
|
# gnupg -- gnu privacy guard
|
|
|
|
|
# This is a template. The dist target uses it to create the real file.
|
|
|
|
|
#
|
1998-12-17 18:36:05 +01:00
|
|
|
|
%define version @pkg_version@
|
1998-12-23 13:41:40 +01:00
|
|
|
|
%define name gnupg
|
1998-09-18 17:24:53 +02:00
|
|
|
|
Summary: GPL public key crypto
|
1998-12-23 13:41:40 +01:00
|
|
|
|
Name: %{name}
|
1998-12-17 18:36:05 +01:00
|
|
|
|
Version: %{version}
|
|
|
|
|
Release: 1
|
1998-09-18 17:24:53 +02:00
|
|
|
|
Copyright: GPL
|
|
|
|
|
Group: Applications/Cryptography
|
1998-12-23 13:41:40 +01:00
|
|
|
|
Source: ftp://ftp.gnupg.org/pub/gcrypt/%{name}-%{version}.tar.gz
|
1998-12-17 18:36:05 +01:00
|
|
|
|
URL: http://www.gnupg.org
|
1998-09-18 17:24:53 +02:00
|
|
|
|
Provides: gpg openpgp
|
1998-12-23 13:41:40 +01:00
|
|
|
|
BuildRoot: /tmp/rpmbuild_%{name}
|
|
|
|
|
|
|
|
|
|
%changelog
|
1999-05-31 19:49:37 +02:00
|
|
|
|
* Sat May 29 1999 Fabio Coatti <cova@ferrara.linux.it>
|
|
|
|
|
- Some corrections in French description, thanks to
|
|
|
|
|
Ga<EFBFBD>l Qu<EFBFBD>ri <gqueri@mail.dotcom.fr>
|
1999-01-13 12:51:47 +01:00
|
|
|
|
|
1999-05-17 22:03:24 +02:00
|
|
|
|
* Mon May 17 1999 Fabio Coatti <cova@felix.unife.it>
|
1999-05-31 19:49:37 +02:00
|
|
|
|
- Added French description, provided by
|
|
|
|
|
Christophe Labouisse <labouiss@cybercable.fr>
|
1999-05-17 22:03:24 +02:00
|
|
|
|
|
|
|
|
|
* Thu May 06 1999 Fabio Coatti <cova@felix.unife.it>
|
|
|
|
|
- Upgraded for 0.9.6 (removed gpgm)
|
|
|
|
|
|
1999-01-13 12:51:47 +01:00
|
|
|
|
* 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>)
|
|
|
|
|
|
1999-01-03 15:33:35 +01:00
|
|
|
|
* Sat Jan 02 1999 Fabio Coatti <cova@felix.unife.it>
|
|
|
|
|
- Added pl language file.
|
|
|
|
|
- Included g10/pubring.asc in documentation files.
|
|
|
|
|
|
1998-12-23 13:41:40 +01:00
|
|
|
|
* 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.
|
|
|
|
|
- Added some changes by Ross Golder <rossigee@bigfoot.com>
|
|
|
|
|
- Updates for version 0.4.5 of GnuPG (.mo files)
|
1998-09-18 17:24:53 +02:00
|
|
|
|
|
|
|
|
|
%description
|
1998-12-23 13:41:40 +01:00
|
|
|
|
GnuPG is a complete and free replacement for PGP. Because it does not
|
|
|
|
|
use IDEA or RSA it can be used without any restrictions. GnuPG is in
|
1998-12-17 18:36:05 +01:00
|
|
|
|
compliance with the OpenPGP specification (RFC2440).
|
1998-09-18 17:24:53 +02:00
|
|
|
|
|
1998-12-23 13:41:40 +01:00
|
|
|
|
%description -l it
|
|
|
|
|
GnuPG <EFBFBD> un sostituto completo e gratuito per il PGP. Non utilizzando
|
|
|
|
|
IDEA o RSA pu<EFBFBD> essere utilizzato senza restrizioni. GnuPG <EFBFBD> conforme
|
|
|
|
|
alle specifiche OpenPGP (RFC2440).
|
1998-12-17 18:36:05 +01:00
|
|
|
|
|
1999-05-17 22:03:24 +02:00
|
|
|
|
%description -l fr
|
1999-05-31 19:49:37 +02:00
|
|
|
|
GnuPG est un remplacement complet et <EFBFBD> libre <EFBFBD> de PGP. Comme il n'utilise
|
1999-05-17 22:03:24 +02:00
|
|
|
|
ni IDEA ni RSA il peut <EFBFBD>tre utilis<EFBFBD> sans restriction. GnuPG est conforme
|
1999-05-31 19:49:37 +02:00
|
|
|
|
<EFBFBD> la sp<EFBFBD>cification OpenPGP (RFC2440).
|
1999-05-17 22:03:24 +02:00
|
|
|
|
|
1998-12-23 13:41:40 +01:00
|
|
|
|
%prep
|
1998-12-17 18:36:05 +01:00
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
1998-12-23 13:41:40 +01:00
|
|
|
|
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
|
|
|
|
|
|
|
|
|
%setup
|
1998-09-18 17:24:53 +02:00
|
|
|
|
|
|
|
|
|
%build
|
1999-01-13 12:51:47 +01:00
|
|
|
|
if test -n "$LINGUAS"; then
|
|
|
|
|
unset LINGUAS
|
|
|
|
|
fi
|
1998-12-23 13:41:40 +01:00
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
|
1998-09-18 17:24:53 +02:00
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
%install
|
1998-12-23 13:41:40 +01:00
|
|
|
|
make install-strip prefix=$RPM_BUILD_ROOT/usr
|
1998-10-12 22:16:38 +02:00
|
|
|
|
|
1998-12-17 18:36:05 +01:00
|
|
|
|
%files
|
1998-12-23 13:41:40 +01:00
|
|
|
|
|
|
|
|
|
%doc %attr (-,root,root) INSTALL
|
|
|
|
|
%doc %attr (-,root,root) AUTHORS
|
|
|
|
|
%doc %attr (-,root,root) COPYING
|
|
|
|
|
%doc %attr (-,root,root) ChangeLog
|
|
|
|
|
%doc %attr (-,root,root) NEWS
|
|
|
|
|
%doc %attr (-,root,root) README
|
|
|
|
|
%doc %attr (-,root,root) THANKS
|
1999-01-13 12:51:47 +01:00
|
|
|
|
%doc %attr (-,root,root) TODO
|
|
|
|
|
%doc %attr (-,root,root) PROJECTS
|
1998-12-23 13:41:40 +01:00
|
|
|
|
%doc %attr (-,root,root) doc/DETAILS
|
|
|
|
|
%doc %attr (-,root,root) doc/FAQ
|
|
|
|
|
%doc %attr (-,root,root) doc/HACKING
|
|
|
|
|
%doc %attr (-,root,root) doc/OpenPGP
|
1999-01-03 15:33:35 +01:00
|
|
|
|
%doc %attr (-,root,root) g10/pubring.asc
|
1999-05-17 22:03:24 +02:00
|
|
|
|
%doc %attr (-,root,root) g10/OPTIONS
|
1998-12-23 13:41:40 +01:00
|
|
|
|
|
|
|
|
|
%attr (-,root,root) /usr/man/man1/gpg.1
|
1998-10-12 22:16:38 +02:00
|
|
|
|
%attr (4755,root,root) /usr/bin/gpg
|
1999-01-03 15:33:35 +01:00
|
|
|
|
|
1998-12-23 13:41:40 +01:00
|
|
|
|
%attr (-,root,root) /usr/share/locale/de/LC_MESSAGES/%{name}.mo
|
|
|
|
|
%attr (-,root,root) /usr/share/locale/it/LC_MESSAGES/%{name}.mo
|
|
|
|
|
%attr (-,root,root) /usr/share/locale/fr/LC_MESSAGES/%{name}.mo
|
|
|
|
|
%attr (-,root,root) /usr/share/locale/ru/LC_MESSAGES/%{name}.mo
|
|
|
|
|
%attr (-,root,root) /usr/share/locale/es_ES/LC_MESSAGES/%{name}.mo
|
|
|
|
|
%attr (-,root,root) /usr/share/locale/pt_BR/LC_MESSAGES/%{name}.mo
|
1999-01-03 15:33:35 +01:00
|
|
|
|
%attr (-,root,root) /usr/share/locale/pl/LC_MESSAGES/%{name}.mo
|
|
|
|
|
|
1998-09-18 17:24:53 +02:00
|
|
|
|
|
1998-12-23 13:41:40 +01:00
|
|
|
|
%attr (-,root,root) /usr/lib/%{name}
|
|
|
|
|
%attr (-,root,root) /usr/share/%{name}
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|