mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-12 21:58:50 +01:00
* gnupg.spec.in: Rework much of the spec to use %-macros throughout. Fix
to work properly with RPM 4.1 (all files in buildroot must be packaged). Package and install info files. Tweak the English description. Do not install gpgv and gpgsplit setuid root.
This commit is contained in:
parent
2568085520
commit
1dae004e3d
@ -1,3 +1,11 @@
|
|||||||
|
2003-07-31 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gnupg.spec.in: Rework much of the spec to use %-macros
|
||||||
|
throughout. Fix to work properly with RPM 4.1 (all files in
|
||||||
|
buildroot must be packaged). Package and install info files.
|
||||||
|
Tweak the English description. Do not install gpgv and gpgsplit
|
||||||
|
setuid root.
|
||||||
|
|
||||||
2003-05-01 Werner Koch <wk@gnupg.org>
|
2003-05-01 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* mk-w32-dist: Don't iconv {hu,sk,zh_TW}.po.
|
* mk-w32-dist: Don't iconv {hu,sk,zh_TW}.po.
|
||||||
|
@ -21,9 +21,17 @@ Group(it): Applicazioni/Crittografia
|
|||||||
Source: ftp://ftp.gnupg.org/gcrypt/gnupg/%{name}-%{version}.tar.gz
|
Source: ftp://ftp.gnupg.org/gcrypt/gnupg/%{name}-%{version}.tar.gz
|
||||||
URL: http://www.gnupg.org/
|
URL: http://www.gnupg.org/
|
||||||
Provides: gpg openpgp
|
Provides: gpg openpgp
|
||||||
BuildRoot: /tmp/rpmbuild_%{name}
|
Requires(post,preun): /sbin/install-info
|
||||||
|
BuildRoot: %{_tmppath}/rpmbuild_%{name}-%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 30 2003 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
- Rework much of the spec to use %-macros throughout.
|
||||||
|
- Fix to work properly with RPM 4.1 (all files in buildroot must be packaged)
|
||||||
|
- Package and install info files.
|
||||||
|
- Tweak the English description.
|
||||||
|
- There is no need to install gpgv and gpgsplit setuid root.
|
||||||
|
|
||||||
* Sat Nov 30 2002 David Shaw <dshaw@jabberwocky.com>
|
* Sat Nov 30 2002 David Shaw <dshaw@jabberwocky.com>
|
||||||
- Add convert-from-106 script
|
- Add convert-from-106 script
|
||||||
|
|
||||||
@ -90,13 +98,16 @@ BuildRoot: /tmp/rpmbuild_%{name}
|
|||||||
- Updates for version 0.4.5 of GnuPG (.mo files)
|
- Updates for version 0.4.5 of GnuPG (.mo files)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
GnuPG (GNU Privacy Guard) is a GNU utility for encrypting data and
|
GnuPG (GNU Privacy Guard) is a GNU utility for encrypting data and
|
||||||
creating digital signatures. GnuPG has advanced key management
|
creating digital signatures. GnuPG has advanced key management
|
||||||
capabilities and is compliant with the proposed OpenPGP Internet
|
capabilities and is compliant with the proposed OpenPGP Internet
|
||||||
standard described in RFC2440. Since GnuPG doesn't use any patented
|
standard described in RFC-2440. Since GnuPG doesn't use any patented
|
||||||
algorithm, it is not compatible with any version of PGP2 (PGP2.x uses
|
algorithms, it is not compatible with some versions of PGP 2 which use
|
||||||
only IDEA, patented worldwide, and RSA, which is patented in the US
|
only the patented IDEA algorithm. See
|
||||||
until 9/20/00).
|
http://www.gnupg.org/why-not-idea.html for information on using IDEA
|
||||||
|
if the patent does not apply to you and you need to be compatible with
|
||||||
|
these versions of PGP 2.
|
||||||
|
|
||||||
%description -l it
|
%description -l it
|
||||||
GnuPG (GNU Privacy Guard) è una utility GNU per la cifratura di dati e
|
GnuPG (GNU Privacy Guard) è una utility GNU per la cifratura di dati e
|
||||||
@ -139,7 +150,6 @@ patent na terenie Stan
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
|
||||||
|
|
||||||
%setup
|
%setup
|
||||||
|
|
||||||
@ -147,39 +157,41 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
|
|||||||
if test -n "$LINGUAS"; then
|
if test -n "$LINGUAS"; then
|
||||||
unset LINGUAS
|
unset LINGUAS
|
||||||
fi
|
fi
|
||||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --enable-shared
|
%configure --program-prefix=%{?_program_prefix:%{_program_prefix}}
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install-strip prefix=$RPM_BUILD_ROOT/usr
|
%makeinstall
|
||||||
|
%find_lang %{name}
|
||||||
|
rm %{buildroot}%{_datadir}/%{name}/FAQ
|
||||||
|
rm %{buildroot}%{_datadir}/%{name}/faq.html
|
||||||
|
rm %{buildroot}%{_infodir}/dir
|
||||||
|
|
||||||
%files
|
%files -f %{name}.lang
|
||||||
|
%defattr (-,root,root)
|
||||||
|
|
||||||
%doc %attr (-,root,root) INSTALL
|
%doc INSTALL AUTHORS COPYING NEWS README THANKS TODO PROJECTS doc/DETAILS
|
||||||
%doc %attr (-,root,root) AUTHORS
|
%doc doc/FAQ doc/faq.html doc/HACKING doc/OpenPGP doc/samplekeys.asc
|
||||||
%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
|
|
||||||
%doc %attr (-,root,root) TODO
|
|
||||||
%doc %attr (-,root,root) PROJECTS
|
|
||||||
%doc %attr (-,root,root) doc/DETAILS
|
|
||||||
%doc %attr (-,root,root) doc/FAQ
|
|
||||||
%doc %attr (-,root,root) doc/faq.html
|
|
||||||
%doc %attr (-,root,root) doc/HACKING
|
|
||||||
%doc %attr (-,root,root) doc/OpenPGP
|
|
||||||
%doc %attr (-,root,root) doc/samplekeys.asc
|
|
||||||
%doc %attr (0755,root,root) tools/convert-from-106
|
%doc %attr (0755,root,root) tools/convert-from-106
|
||||||
|
%config %{_datadir}/%{name}/options.skel
|
||||||
|
%{_mandir}/man1/*
|
||||||
|
%{_mandir}/man7/*
|
||||||
|
%{_infodir}/gpg.info*
|
||||||
|
%{_infodir}/gpgv.info*
|
||||||
|
%attr (4755,root,root) %{_bindir}/gpg
|
||||||
|
%attr (0755,root,root) %{_bindir}/gpgv
|
||||||
|
%attr (0755,root,root) %{_bindir}/gpgsplit
|
||||||
|
%attr (0755,root,root) %{_libexecdir}/*
|
||||||
|
|
||||||
%attr (-,root,root) /usr/man/man1/gpg*.1*
|
%post
|
||||||
%attr (-,root,root) /usr/man/man7/gnupg.7*
|
/sbin/install-info %{_infodir}/gpg.info %{_infodir}/dir
|
||||||
%attr (4755,root,root) /usr/bin/gpg
|
/sbin/install-info %{_infodir}/gpgv.info %{_infodir}/dir
|
||||||
%attr (4755,root,root) /usr/bin/gpgv
|
|
||||||
%attr (4755,root,root) /usr/bin/gpgsplit
|
%preun
|
||||||
%attr (-,root,root) /usr/libexec/%{name}
|
if [ $1 = 0 ]; then
|
||||||
%attr (-,root,root) /usr/share/locale/*/*/%{name}.mo
|
/sbin/install-info --delete %{_infodir}/gpg.info %{_infodir}/dir
|
||||||
%config %attr (-,root,root) /usr/share/%{name}/options.skel
|
/sbin/install-info --delete %{_infodir}/gpgv.info %{_infodir}/dir
|
||||||
|
fi
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
Loading…
Reference in New Issue
Block a user