automatic version update by autodist [release 2.0.22-1mamba;Sat Oct 05 2013]
This commit is contained in:
parent
16894ecb02
commit
c6f2c09868
@ -1,2 +1,5 @@
|
||||
# gnupg2
|
||||
|
||||
GnuPG is a complete and free replacement for PGP. Because it does not use the patented IDEA algorithm, it can be used without any restrictions.
|
||||
GnuPG is a RFC2440 (OpenPGP) compliant application.
|
||||
|
||||
|
191
gnupg2.spec
Normal file
191
gnupg2.spec
Normal file
@ -0,0 +1,191 @@
|
||||
Name: gnupg2
|
||||
Version: 2.0.22
|
||||
Release: 1mamba
|
||||
Summary: GnuPG is a complete and free replacement for PGP
|
||||
Group: Applications/Security
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
URL: http://www.gnupg.org
|
||||
Source: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libadns-devel
|
||||
BuildRequires: libassuan-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libksba-devel
|
||||
BuildRequires: libopenldap-devel
|
||||
BuildRequires: libpth-devel
|
||||
BuildRequires: libreadline-devel
|
||||
BuildRequires: libtermcap-devel
|
||||
BuildRequires: libusb0-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: pinentry
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libopensc-devel
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: docbook2X
|
||||
BuildRequires: libpcsclite-devel
|
||||
Requires: pinentry >= 0.7.2
|
||||
Requires(post):%{__install_info}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
GnuPG is a complete and free replacement for PGP. Because it does not use the patented IDEA algorithm, it can be used without any restrictions.
|
||||
GnuPG is a RFC2440 (OpenPGP) compliant application.
|
||||
|
||||
%prep
|
||||
%setup -q -n gnupg-%{version}
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-gpg \
|
||||
--enable-symcryptrun \
|
||||
--with-pkits-tests \
|
||||
--disable-rpath
|
||||
# --with-capabilities
|
||||
|
||||
%make LIBREADLINE="-lreadline -ltermcap"
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall pkgdatadir=%{_datadir}/gnupg2
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
%install_info gnupg.info
|
||||
|
||||
%preun
|
||||
%uninstall_info gnupg.info
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/*
|
||||
%{_sbindir}/addgnupghome
|
||||
%{_sbindir}/applygnupgdefaults
|
||||
%dir %{_datadir}/gnupg2
|
||||
%{_datadir}/gnupg2/*
|
||||
%{_datadir}/doc/gnupg/*
|
||||
%{_libexecdir}/gpg-check-pattern
|
||||
%{_libexecdir}/gpg-protect-tool
|
||||
%{_libexecdir}/gpg-preset-passphrase
|
||||
%{_libexecdir}/gpg2keys_curl
|
||||
%{_libexecdir}/gpg2keys_finger
|
||||
%{_libexecdir}/gpg2keys_hkp
|
||||
%{_libexecdir}/gpg2keys_kdns
|
||||
%{_libexecdir}/gpg2keys_ldap
|
||||
%{_libexecdir}/gnupg-pcsc-wrapper
|
||||
%{_libexecdir}/scdaemon
|
||||
%{_infodir}/gnupg.*
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man8/addgnupghome.*
|
||||
%{_mandir}/man8/applygnupgdefaults.*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Sat Oct 05 2013 Automatic Build System <autodist@mambasoft.it> 2.0.22-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 20 2013 Automatic Build System <autodist@mambasoft.it> 2.0.21-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 11 2013 Automatic Build System <autodist@mambasoft.it> 2.0.20-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 10 2012 Automatic Build System <autodist@mambasoft.it> 2.0.19-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 05 2011 Automatic Build System <autodist@mambasoft.it> 2.0.18-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 14 2011 Automatic Build System <autodist@mambasoft.it> 2.0.17-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Jul 19 2010 Automatic Build System <autodist@mambasoft.it> 2.0.16-1mamba
|
||||
- automatic update to 2.0.16 by autodist
|
||||
|
||||
* Tue Mar 09 2010 Automatic Build System <autodist@mambasoft.it> 2.0.15-1mamba
|
||||
- automatic update to 2.0.15 by autodist
|
||||
|
||||
* Tue Dec 22 2009 Automatic Build System <autodist@mambasoft.it> 2.0.14-1mamba
|
||||
- automatic update to 2.0.14 by autodist
|
||||
|
||||
* Sat Sep 05 2009 Automatic Build System <autodist@mambasoft.it> 2.0.13-1mamba
|
||||
- automatic update to 2.0.13 by autodist
|
||||
|
||||
* Wed Jun 17 2009 Automatic Build System <autodist@mambasoft.it> 2.0.12-1mamba
|
||||
- automatic update to 2.0.12 by autodist
|
||||
|
||||
* Tue Mar 03 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.11-1mamba
|
||||
- automatic update to 2.0.11 by autodist
|
||||
|
||||
* Fri Jan 16 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.10-1mamba
|
||||
- automatic update to 2.0.10 by autodist
|
||||
|
||||
* Tue May 13 2008 Aleph0 <aleph0@openmamba.org> 2.0.9-1mamba
|
||||
- update to 2.0.9
|
||||
|
||||
* Mon Jan 07 2008 Aleph0 <aleph0@openmamba.org> 2.0.8-1mamba
|
||||
- update to 2.0.8 (GnuPG's 10th birthday celebration release)
|
||||
|
||||
* Tue Sep 11 2007 Aleph0 <aleph0@openmamba.org> 2.0.7-1mamba
|
||||
- update to 2.0.7
|
||||
|
||||
* Mon Jul 09 2007 Aleph0 <aleph0@openmamba.org> 2.0.5-1mamba
|
||||
- update to 2.0.5
|
||||
|
||||
* Wed May 09 2007 Aleph0 <aleph0@openmamba.org> 2.0.4-1mamba
|
||||
- update to 2.0.4
|
||||
|
||||
* Sun Mar 04 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.2-1qilnx
|
||||
- update to version 2.0.2 by autospec
|
||||
|
||||
* Wed Oct 11 2006 Davide Madrisan <davide.madrisan@qilinux.it> 1.9.22-1qilnx
|
||||
- update to version 1.9.22 by autospec
|
||||
- dropped patches against CVE-2006-3082 and CVE-2006-3746 (merged upstream)
|
||||
|
||||
* Wed Aug 30 2006 Davide Madrisan <davide.madrisan@qilinux.it> 1.9.21-2qilnx
|
||||
- fixed the security issue CVE-2006-3746 (qibug#219)
|
||||
|
||||
* Thu Jun 22 2006 Davide Madrisan <davide.madrisan@qilinux.it> 1.9.21-1qilnx
|
||||
- update to version 1.9.21 by autospec
|
||||
- fixed the security issue CVE-2006-3082 (qibug#188)
|
||||
|
||||
* Mon Feb 20 2006 Davide Madrisan <davide.madrisan@qilinux.it> 1.9.20-2qilnx
|
||||
- building of deprecated gpg part disabled (see CVE-2006-0455)
|
||||
|
||||
* Wed Dec 21 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.9.20-1qilnx
|
||||
- update to version 1.9.20 by autospec
|
||||
- new gpg and symcryptrun binaries
|
||||
|
||||
* Wed Sep 14 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.9.19-1qilnx
|
||||
- update to version 1.9.19 by autospec
|
||||
|
||||
* Thu Mar 24 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.9.15-1qilnx
|
||||
- update to version 1.9.15 by autospec
|
||||
- added documentation and copying file
|
||||
- specfile updates (%%[un]install_info, %%find_lang)
|
||||
|
||||
* Tue Oct 12 2004 Silvan Calarco <silvan.calarco@qilinuxt.i> 1.9.11-1qilnx
|
||||
- creation of gnupg2 package
|
||||
|
||||
* Tue Jul 27 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.5-1qilnx
|
||||
- update to 1.2.5
|
||||
|
||||
* Tue Feb 17 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.4-1qilnx
|
||||
- new version rebuilt
|
||||
|
||||
* Fri Nov 28 2003 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.3-1qilnx
|
||||
- updated to the new release
|
||||
- added the David Shaw's patch to remove ElGamal signing keys (security patch)
|
||||
|
||||
* Fri Jul 25 2003 Silvan Calarco <silvan.calarco@qinet.it> 1.2.2-1qilnx
|
||||
- creation of gnupg package
|
Loading…
Reference in New Issue
Block a user