mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
See ChangeLog: Mon May 1 15:38:04 CEST 2000 Werner Koch
This commit is contained in:
parent
305badf7ae
commit
9409147179
12 changed files with 213 additions and 110 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon May 1 15:38:04 CEST 2000 Werner Koch <wk@openit.de>
|
||||
|
||||
* gnupg.spec.in: New version from Fabio.
|
||||
|
||||
Fri Mar 17 16:26:05 CET 2000 Werner Koch <wk@openit.de>
|
||||
|
||||
* config.gues, config.sub: Support for s390-ibm-linux-gnu. Thanks
|
||||
|
|
|
@ -5,20 +5,35 @@
|
|||
%define version @pkg_version@
|
||||
%define name gnupg
|
||||
Summary: GPL public key crypto
|
||||
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
|
||||
Vendor: GNU Privacy Guard Project
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: 1
|
||||
Copyright: GPL
|
||||
Group: Applications/Cryptography
|
||||
Group(cs): Aplikace/©ifrování
|
||||
Source: ftp://ftp.gnupg.org/pub/gcrypt/%{name}-%{version}.tar.gz
|
||||
URL: http://www.gnupg.org
|
||||
Provides: gpg openpgp
|
||||
BuildRoot: /tmp/rpmbuild_%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Apr 25 2000 Fabio Coatti <cova@ferrara.linux.it>
|
||||
- Removed the no longer needed patch for man page by Keith Owens
|
||||
|
||||
* Wed Mar 1 2000 Petr Kri¹tof <Petr@Kristof.CZ>
|
||||
- Czech descriptions added; some fixes and updates.
|
||||
|
||||
* Sat Jan 15 2000 Keith Owens <kaos@ocs.com.au>
|
||||
- Add missing man page as separate patch instead of updating the tar file.
|
||||
|
||||
* Mon Dec 27 1999 Fabio Coatti <cova@ferrara.linux.it>
|
||||
- Upgraded for 1.0.1 (added missing gpg.1 man page)
|
||||
|
||||
* Sat May 29 1999 Fabio Coatti <cova@ferrara.linux.it>
|
||||
- Some corrections in French description, thanks to
|
||||
Gaël Quéri <gqueri@mail.dotcom.fr>
|
||||
- Some corrections in French description, thanks to Gaël Quéri <gqueri@mail.dotcom.fr>
|
||||
|
||||
* Mon May 17 1999 Fabio Coatti <cova@felix.unife.it>
|
||||
- Added French description, provided by
|
||||
|
@ -28,8 +43,7 @@ Christophe Labouisse <labouiss@cybercable.fr>
|
|||
- 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>)
|
||||
- LINGUAS variable is now unset in configure to ensure that all languages will be built. (Thanks to Luca Olivetti <luca@luca.ddns.org>)
|
||||
|
||||
* Sat Jan 02 1999 Fabio Coatti <cova@felix.unife.it>
|
||||
- Added pl language file.
|
||||
|
@ -43,9 +57,13 @@ root, gpg is suid.
|
|||
- Updates for version 0.4.5 of GnuPG (.mo files)
|
||||
|
||||
%description
|
||||
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
|
||||
compliance with the OpenPGP specification (RFC2440).
|
||||
GnuPG (GNU Privacy Guard) is a GNU utility for encrypting data and
|
||||
creating digital signatures. GnuPG has advanced key management
|
||||
capabilities and is compliant with the proposed OpenPGP Internet
|
||||
standard described in RFC2440. Since GnuPG doesn't use any patented
|
||||
algorithm, it is not compatible with any version of PGP2 (PGP2.x uses
|
||||
only IDEA, patented worldwide, and RSA, which is patented in the US
|
||||
until 9/20/00).
|
||||
|
||||
%description -l it
|
||||
GnuPG è un sostituto completo e gratuito per il PGP. Non utilizzando
|
||||
|
@ -57,6 +75,19 @@ GnuPG est un remplacement complet et
|
|||
ni IDEA ni RSA il peut être utilisé sans restriction. GnuPG est conforme
|
||||
à la spécification OpenPGP (RFC2440).
|
||||
|
||||
%description -l cs
|
||||
GnuPG je GNU nástroj pro bezpeènou komunikaci a ukládání dat. Mù¾e být
|
||||
pou¾it na ¹ifrování dat a vytváøení digitálních podpisù. Obsahuje
|
||||
funkce pro pokroèilou správu klíèù a vyhovuje navrhovanému OpenPGP
|
||||
Internet standardu podle RFC2440. Byl vytvoøen jako kompletní
|
||||
náhrada za PGP. Proto¾e neobsahuje ¹ifrovací algoritmy IDEA nebo RSA,
|
||||
mù¾e být pou¾íván bez omezení.
|
||||
Proto¾e GnuPG nepou¾ívá ¾ádný patentovaný algoritmus, nemù¾e být úplnì
|
||||
kompatibilní s PGP verze 2. PGP 2.x pou¾ívá algoritmy IDEA (patentováno
|
||||
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ù.
|
||||
|
||||
|
||||
%prep
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
||||
|
@ -67,7 +98,7 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
|||
if test -n "$LINGUAS"; then
|
||||
unset LINGUAS
|
||||
fi
|
||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
|
||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --enable-shared
|
||||
make
|
||||
|
||||
%install
|
||||
|
@ -94,14 +125,7 @@ make install-strip prefix=$RPM_BUILD_ROOT/usr
|
|||
%attr (-,root,root) /usr/man/man1/gpg.1
|
||||
%attr (4755,root,root) /usr/bin/gpg
|
||||
|
||||
%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
|
||||
%attr (-,root,root) /usr/share/locale/pl/LC_MESSAGES/%{name}.mo
|
||||
|
||||
%attr (-,root,root) /usr/share/locale/*/*/%{name}.mo
|
||||
|
||||
%attr (-,root,root) /usr/lib/%{name}
|
||||
%attr (-,root,root) /usr/share/%{name}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue