]> git.pld-linux.org Git - packages/gnupg2.git/blobdiff - gnupg2.spec
- updated pl.po-update patch; release 3
[packages/gnupg2.git] / gnupg2.spec
index 273467d131ea985f64698597d76bc2288b719ffc..6086f99b4d503fc069df6b1301b3009ba68b4325 100644 (file)
 #
 # Conditional build:
-%bcond_without xinitrc # don't use xinitrc's directory
+%bcond_without tests           # testsuite on build
+%bcond_without dirmngr         # dirmngr packages build
+%bcond_without default_gpg     # install as gpg/gpgv instead of gpg2/gpgv2
+%bcond_with    gnutls          # GnuTLS instead of NTBTLS
+%bcond_with    selinux         # "SELinux hacks"
 #
-Summary:       GnuPG extension - agent
-Summary(pl):   Rozszerzenie GnuPG - agent
-Name:          gnupg-agent
-Version:       1.9.10
-Release:       2
-License:       GPL
+Summary:       GNU Privacy Guard - tool for secure communication and data storage - enhanced version
+Summary(pl.UTF-8):     GnuPG - narzędzie do bezpiecznej komunikacji i bezpiecznego przechowywania danych - wersja rozszerzona
+Name:          gnupg2
+Version:       2.2.10
+Release:       3
+License:       GPL v3+
 Group:         Applications/File
-Source0:       ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.gz
-# Source0-md5: d923cfe0921898fbeb66374a0e32ddc6
+Source0:       ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2
+# Source0-md5: 3ae8bd6246367602e72571f7a6588bcd
 Source1:       gnupg-agent.sh
-Icon:          gnupg.gif
+Patch0:                %{name}-info.patch
+Patch1:                %{name}-nogit.patch
+Patch2:                %{name}-disable_tests.patch
+Patch3:                %{name}-pl.po-update.patch
+# Patch3-md5:  721fdbcc18fcbe74d4af360e06ff3134
 URL:           http://www.gnupg.org/
-BuildRequires: automake
-BuildRequires: gettext-devel >= 0.12.1
-BuildRequires: libassuan-devel >= 1:0.6.6
-BuildRequires: libgcrypt-devel >= 1.1.93
-BuildRequires: libgpg-error-devel >= 0.6
-BuildRequires: libksba-devel >= 0.9.7
-BuildRequires: pcsc-lite-devel
-BuildRequires: opensc-devel >= 0.8.0
-BuildRequires: pth-devel >= 2.0.0
+BuildRequires: autoconf >= 2.61
+BuildRequires: automake >= 1:1.14
+BuildRequires: bzip2-devel
+BuildRequires: curl-devel >= 7.10
+BuildRequires: gettext-tools >= 0.17
+%{?with_gnutls:BuildRequires:  gnutls-devel >= 3.0}
+BuildRequires: libassuan-devel >= 1:2.5.0
+BuildRequires: libgcrypt-devel >= 1.7.0
+BuildRequires: libgpg-error-devel >= 1.24
+BuildRequires: libksba-devel >= 1.3.4
+BuildRequires: libusb-devel >= 1.0
+BuildRequires: npth-devel >= 1.2
+%{!?with_gnutls:BuildRequires: ntbtls-devel >= 0.1.0}
+%{?with_dirmngr:BuildRequires: openldap-devel >= 2.4.6}
+BuildRequires: pkgconfig
+BuildRequires: readline-devel
+BuildRequires: rpmbuild(macros) >= 1.177
+BuildRequires: sqlite3-devel >= 3.7
 BuildRequires: texinfo
 BuildRequires: zlib-devel
-Requires:      gnupg
-Requires:      pinentry
-%{?with_xinitrc:Requires: xinitrc}
-Obsoletes:     newpg
+Requires:      gnupg2-common = %{version}-%{release}
+Requires:      sqlite3 >= 3.7
+%if %{with default_gpg}
+Obsoletes:     gnupg < 2
+Obsoletes:     gnupg-plugin-keys_curl < 2
+Obsoletes:     gnupg-plugin-keys_hkp < 2
+Provides:      gnupg = %{version}-%{release}
+%endif
+Suggests:      gnupg-agent
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _libexecdir     %{_libdir}/gnupg
+%define                pkglibexecdir   %{_libexecdir}/gnupg2
 
 %description
+GnuPG is GNU's tool for secure communication and data storage. It can
+be used to encrypt data and to create digital signatures. It includes
+an advanced key management facility and is compliant with the proposed
+OpenPGP Internet standard as described in RFC2440.
+
+This is enhanced version.
+
+%description -l pl.UTF-8
+GnuPG (GNU Privacy Guard) jest narzędziem do bezpiecznej komunikacji i
+bezpiecznego przechowywania danych. Może być używany do szyfrowania
+oraz podpisywania danych. Umożliwia zaawansowane zarządzanie kluczami
+i spełnia normy zdefiniowane w standardzie OpenPGP, który jest opisany
+w RFC2440.
+
+To jest wersja rozszerzona.
+
+%package common
+Summary:       GnuPG - common files
+Summary(pl.UTF-8):     GnuPG - pliki wspólne
+Group:         Applications/File
+Requires:      libassuan >= 1:2.5.0
+Requires:      libgcrypt >= 1.7.0
+Requires:      libgpg-error >= 1.24
+Requires:      libksba >= 1.3.4
+Requires:      npth >= 1.2
+Obsoletes:     gnupg2-plugin-keys_curl
+Obsoletes:     gnupg2-plugin-keys_finger
+Obsoletes:     gnupg2-plugin-keys_hkp
+Obsoletes:     gnupg2-plugin-keys_kdns
+Obsoletes:     gnupg2-plugin-keys_ldap
+Conflicts:     gnupg < 1.4.18-2
+Conflicts:     gnupg-agent < 1.9.14-2
+
+%description common
+Common files used by tools from GnuPG project.
+
+%description common -l pl.UTF-8
+Pliki wspólne używane przez różne narzędzia z projektu GnuPG.
+
+%package -n gnupg-agent
+Summary:       GnuPG extension - agent
+Summary(pl.UTF-8):     Rozszerzenie GnuPG - agent
+Group:         Applications/File
+Requires:      %{name}-common = %{version}-%{release}
+Requires:      pinentry >= 0.7.5-2
+Obsoletes:     newpg
+
+%description -n gnupg-agent
 GnuPG extension - agent.
 
-%description -l pl
+%description -n gnupg-agent -l pl.UTF-8
 Rozszerzenie GnuPG - agent.
 
+%package -n gnupg-agent-profile_d
+Summary:       gnupg-agent start script for text mode
+Summary(pl.UTF-8):     Skrypt startowy gnupg-agenta dla trybu tekstowego
+Group:         Applications/File
+Requires:      gnupg-agent = %{version}-%{release}
+
+%description -n gnupg-agent-profile_d
+gnupg-agent start script for text mode.
+
+%description -n gnupg-agent-profile_d -l pl.UTF-8
+Skrypt startowy gnupg-agenta dla trybu tekstowego.
+
+%package -n gnupg-agent-xinitrc
+Summary:       gnupg-agent start script for X-Window mode
+Summary(pl.UTF-8):     Skrypt startowy gnupg-agenta dla trybu X-Window
+Group:         Applications/File
+Requires:      gnupg-agent = %{version}-%{release}
+Requires:      xinitrc
+
+%description -n gnupg-agent-xinitrc
+gnupg-agent start script for X-Window mode.
+
+%description -n gnupg-agent-xinitrc -l pl.UTF-8
+Skrypt startowy gnupg-agenta dla trybu X-Window.
+
+%package -n gnupg-smime
+Summary:       GnuPG extension - S/MIME support
+Summary(pl.UTF-8):     Rozszerzenie GnuPG - obsługa S/MIME
+Group:         Applications/File
+Requires:      %{name}-common = %{version}-%{release}
+Conflicts:     gnupg-agent < 1.9.14-2
+
+%description -n gnupg-smime
+GnuPG extension - S/MIME support.
+
+%description -n gnupg-smime -l pl.UTF-8
+Rozszerzenie GnuPG - obsługa S/MIME.
+
+%package -n dirmngr
+Summary:       X509/LDAP certificate and revocation list client
+Summary(pl.UTF-8):     Klient certyfikatów i list anulujących X509/LDAP
+Group:         Applications
+Requires:      %{name}-common = %{version}-%{release}
+
+%description -n dirmngr
+DirMngr is a client for managing and downloading certificate
+revocation lists (CRLs) for X509 certificates and for downloading the
+certificates themselves. DirMngr is usually invoked by gpgsm and in
+general not used directly.
+
+%description -n dirmngr -l pl.UTF-8
+DirMngr to klient do zarządzania i pobierania list anulujących
+certyfikaty (CRLs - certificate revocation lists) dla certyfikatów
+X509 oraz do pobierania samych certyfikatów. DirMngr jest zwykle
+wywoływany przez gpgsm i nie używany bezpośrednio.
+
 %prep
 %setup -q -n gnupg-%{version}
+%patch0 -p1
+%patch1 -p1
+%{!?with_tests:%patch2 -p1}
+%patch3 -p1
+
+%{__rm} po/stamp-po
 
 %build
-cp -f /usr/share/automake/config.* scripts
+%{__gettextize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+if (grep -q ^development_version=yes configure); then
+       echo "configure incorrectly rebuild with messed up development status and likely version and revision." >&2
+       echo "Consider fixing nogit.patch" >&2
+       exit 1
+fi
+
 %configure \
-       --disable-gpg \
+       --libexecdir=%{pkglibexecdir} \
+       %{!?with_dirmngr:--disable-dirmngr} \
+       --enable-g13 \
+       %{!?with_default_gpg:--enable-gpg-is-gpg2} \
+       %{?with_gnutls:--disable-ntbtls} \
+       %{?with_selinux:--enable-selinux-support} \
+       --enable-symcryptrun \
+       --enable-wks-tools \
        --with-capabilities \
-%ifarch sparc sparc64
-       --disable-m-guard \
-%else
-       --enable-m-guard \
-%endif
-       --without-included-gettext \
-       --disable-m-debug \
+       --with-pinentry-pgm=%{_bindir}/pinentry \
        --with-mailprog=/usr/lib/sendmail
 
+# required for info rebuild
+%{__make} -C doc defs.inc
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/etc/profile.d
-%{?with_xinitrc:install -d $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d}
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT \
+       pkglibdir=%{_libexecdir}
+
+install -D %{SOURCE1} $RPM_BUILD_ROOT/etc/profile.d/gnupg-agent.sh
+install -D %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/gnupg-agent.sh
+
+%if %{without dirmngr}
+%{__rm} $RPM_BUILD_ROOT%{_mandir}/{man1/dirmngr-client.1,man8/dirmngr.8}
+%endif
 
-ln -sf gpg2 $RPM_BUILD_ROOT%{_bindir}/gpg
-install %{SOURCE1} $RPM_BUILD_ROOT/etc/profile.d/GPG_AGENT_INFO
-%{?with_xinitrc:ln -sf /etc/profile.d/GPG_AGENT_INFO $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/%{name}.sh}
+%{__rm} -f $RPM_BUILD_ROOT%{_datadir}/info/dir
+
+# files useful for users packaged as %doc
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/gnupg
 
 %find_lang gnupg2
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+%post  common -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%postun        common -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+%triggerpostun -n gnupg-agent -- gnupg-agent < 1.9.16-2
+%banner gnupg-agent-1.9.16-2 << EOF
+Scripts for starting gnupg-agent have been moved to separate
+subpackages: gnupg-agent-profile_d and gnupg-agent-xinitrc.
+EOF
 
-%files -f gnupg2.lang
+%files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/gpg-agent
-%attr(755,root,root) %{_bindir}/gpgsm
+%if %{with default_gpg}
+%attr(755,root,root) %{_bindir}/gpg
+%attr(755,root,root) %{_bindir}/gpgv
+%{_mandir}/man1/gpg.1*
+%{_mandir}/man1/gpgv.1*
+%else
+%attr(755,root,root) %{_bindir}/gpg2
+%attr(755,root,root) %{_bindir}/gpgv2
+%{_mandir}/man1/gpg2.1*
+%{_mandir}/man1/gpgv2.1*
+%endif
+
+%files common -f gnupg2.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog ChangeLog-2011 NEWS README THANKS TODO doc/{DETAILS,FAQ,KEYSERVER,OpenPGP} doc/examples
+%attr(755,root,root) %{_bindir}/g13
+%attr(755,root,root) %{_bindir}/gpg-connect-agent
+%attr(755,root,root) %{_bindir}/gpgconf
+%attr(755,root,root) %{_bindir}/gpgparsemail
+%attr(755,root,root) %{_bindir}/gpgscm
+%attr(755,root,root) %{_bindir}/gpgtar
 %attr(755,root,root) %{_bindir}/kbxutil
-%attr(755,root,root) %{_bindir}/sc-copykeys
-%attr(755,root,root) %{_bindir}/sc-investigate
-%attr(755,root,root) %{_bindir}/scdaemon
-%attr(755,root,root) %{_libdir}/gnupg/gpg-protect-tool
-%attr(755,root,root) %{_libdir}/gnupg/pcsc-wrapper
-%attr(755,root,root) /etc/profile.d/GPG_AGENT_INFO
-%{?with_xinitrc:%attr(755,root,root) /etc/X11/xinit/xinitrc.d/%{name}.sh}
+%attr(755,root,root) %{_bindir}/watchgnupg
+%attr(755,root,root) %{_sbindir}/addgnupghome
+%attr(755,root,root) %{_sbindir}/applygnupgdefaults
+%attr(755,root,root) %{_sbindir}/g13-syshelp
+%dir %{pkglibexecdir}
+
+%{_datadir}/gnupg
+%{_mandir}/man1/gpg-connect-agent.1*
+%{_mandir}/man1/gpgconf.1*
+%{_mandir}/man1/gpgparsemail.1*
+%{_mandir}/man1/gpgtar.1*
+%{_mandir}/man1/watchgnupg.1*
+%{_mandir}/man7/gnupg.7*
+%{_mandir}/man8/addgnupghome.8*
+%{_mandir}/man8/applygnupgdefaults.8*
+%{_infodir}/gnupg.info*
+
+%files -n gnupg-smime
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/gpgsm
+%{_mandir}/man1/gpgsm.1*
+
+%files -n gnupg-agent
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/gpg-agent
+%attr(755,root,root) %{_bindir}/gpg-wks-server
+%attr(755,root,root) %{_bindir}/symcryptrun
+%attr(755,root,root) %{pkglibexecdir}/gpg-check-pattern
+%attr(755,root,root) %{pkglibexecdir}/gpg-protect-tool
+%attr(755,root,root) %{pkglibexecdir}/gpg-preset-passphrase
+%attr(755,root,root) %{pkglibexecdir}/gpg-wks-client
+%attr(755,root,root) %{pkglibexecdir}/scdaemon
+%{_mandir}/man1/gpg-agent.1*
+%{_mandir}/man1/gpg-preset-passphrase.1*
+%{_mandir}/man1/gpg-wks-client.1*
+%{_mandir}/man1/gpg-wks-server.1*
+%{_mandir}/man1/scdaemon.1*
+%{_mandir}/man1/symcryptrun.1*
+
+%files -n gnupg-agent-profile_d
+%defattr(644,root,root,755)
+%attr(755,root,root) /etc/profile.d/gnupg-agent.sh
+
+%files -n gnupg-agent-xinitrc
+%defattr(644,root,root,755)
+%attr(755,root,root) /etc/X11/xinit/xinitrc.d/gnupg-agent.sh
+
+%if %{with dirmngr}
+%files -n dirmngr
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/dirmngr
+%attr(755,root,root) %{_bindir}/dirmngr-client
+%attr(755,root,root) %{pkglibexecdir}/dirmngr_ldap
+%{_mandir}/man1/dirmngr-client.1*
+%{_mandir}/man8/dirmngr.8*
+%endif
This page took 0.075511 seconds and 4 git commands to generate.