2016-12-11 12:42:00 +00:00
|
|
|
%bcond_with tests
|
|
|
|
|
2013-10-10 12:36:42 +00:00
|
|
|
# trim changelog included in binary rpms
|
|
|
|
%global _changelog_trimtime %(date +%s -d "1 year ago")
|
|
|
|
|
2016-09-21 14:48:37 +00:00
|
|
|
# STATUS_KEY_CONSIDERED has been added in 2.1.13
|
2016-07-25 09:59:35 +00:00
|
|
|
%global gnupg2_min_ver 2.1.13
|
2016-07-25 11:30:03 +00:00
|
|
|
# GPG_ERR_SUBKEYS_EXP_OR_REV has been added in 1.23
|
|
|
|
%global libgpg_error_min_ver 1.23
|
2005-08-08 20:49:45 +00:00
|
|
|
|
2016-07-25 09:59:35 +00:00
|
|
|
Name: gpgme
|
|
|
|
Summary: GnuPG Made Easy - high level crypto API
|
2016-12-10 16:58:06 +00:00
|
|
|
Version: 1.8.0
|
2017-01-01 14:05:31 +00:00
|
|
|
Release: 7%{?dist}
|
2004-11-08 04:29:10 +00:00
|
|
|
|
2016-07-25 09:59:35 +00:00
|
|
|
License: LGPLv2+
|
2016-12-10 16:58:06 +00:00
|
|
|
URL: https://gnupg.org/related_software/gpgme/
|
2016-07-25 09:59:35 +00:00
|
|
|
Source0: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-%{version}.tar.bz2
|
|
|
|
Source2: gpgme-multilib.h
|
2006-05-11 19:34:16 +00:00
|
|
|
|
2016-09-21 14:48:37 +00:00
|
|
|
# Don't add extra libs/cflags in gpgme-config
|
|
|
|
Patch0: gpgme-1.7.0-confix_extras.patch
|
2010-08-11 18:31:43 +00:00
|
|
|
# add -D_FILE_OFFSET_BITS... to gpgme-config, upstreamable
|
2016-09-21 14:48:37 +00:00
|
|
|
Patch1: gpgme-1.3.2-largefile.patch
|
2017-01-01 13:09:22 +00:00
|
|
|
# upstream fix for cmake file(s)
|
|
|
|
Patch2: 0002-Remove-a-forgotten-instance-of-libsuffix.patch
|
2010-08-11 18:31:43 +00:00
|
|
|
|
2016-07-25 09:59:35 +00:00
|
|
|
BuildRequires: gcc
|
2016-12-10 17:31:09 +00:00
|
|
|
BuildRequires: gcc-c++
|
2016-07-25 09:59:35 +00:00
|
|
|
BuildRequires: gawk
|
2013-10-10 12:36:42 +00:00
|
|
|
# see patch2 above, else we only need 2.0.4
|
2016-07-25 09:59:35 +00:00
|
|
|
BuildRequires: gnupg2 >= %{gnupg2_min_ver}
|
|
|
|
BuildRequires: gnupg2-smime
|
2016-07-25 11:30:03 +00:00
|
|
|
BuildRequires: libgpg-error-devel >= %{libgpg_error_min_ver}
|
2016-07-25 09:59:35 +00:00
|
|
|
BuildRequires: pth-devel
|
|
|
|
BuildRequires: libassuan-devel >= 2.0.2
|
2005-02-01 19:47:28 +00:00
|
|
|
|
2016-09-21 14:48:37 +00:00
|
|
|
# For python bindings
|
|
|
|
BuildRequires: swig
|
|
|
|
|
2016-07-13 12:13:26 +00:00
|
|
|
# to remove RPATH
|
2016-07-25 09:59:35 +00:00
|
|
|
BuildRequires: chrpath
|
2016-07-13 12:13:26 +00:00
|
|
|
|
2016-07-25 09:59:35 +00:00
|
|
|
Requires: gnupg2 >= %{gnupg2_min_ver}
|
2004-11-08 04:29:10 +00:00
|
|
|
|
2012-02-03 13:02:18 +00:00
|
|
|
# On the following architectures workaround multiarch conflict of -devel packages:
|
|
|
|
%define multilib_arches %{ix86} x86_64 ia64 ppc ppc64 s390 s390x %{sparc}
|
|
|
|
|
2004-11-08 04:29:10 +00:00
|
|
|
%description
|
|
|
|
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
|
|
|
|
easier for applications. It provides a high-level crypto API for
|
|
|
|
encryption, decryption, signing, signature verification and key
|
|
|
|
management.
|
|
|
|
|
2005-02-01 19:47:28 +00:00
|
|
|
%package devel
|
2006-02-10 14:25:12 +00:00
|
|
|
Summary: Development headers and libraries for %{name}
|
2016-12-10 16:58:06 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
2016-07-25 11:30:03 +00:00
|
|
|
Requires: libgpg-error-devel%{?_isa} >= %{libgpg_error_min_ver}
|
2011-02-13 21:08:18 +00:00
|
|
|
# http://bugzilla.redhat.com/676954
|
|
|
|
# TODO: see if -lassuan can be added to config_extras patch too -- Rex
|
2011-03-17 18:18:06 +00:00
|
|
|
#Requires: libassuan2-devel
|
2004-11-08 04:29:10 +00:00
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(postun): /sbin/install-info
|
2016-07-13 12:13:26 +00:00
|
|
|
|
2005-08-08 20:49:45 +00:00
|
|
|
%description devel
|
2016-07-13 12:13:26 +00:00
|
|
|
%{summary}.
|
2004-11-08 04:29:10 +00:00
|
|
|
|
2017-01-01 14:05:31 +00:00
|
|
|
%package -n %{name}pp
|
2016-12-11 12:24:04 +00:00
|
|
|
Summary: C++ bindings/wrapper for GPGME
|
2017-01-01 14:05:31 +00:00
|
|
|
Obsoletes: gpgme-pp < 1.8.0-7
|
|
|
|
Provides: gpgme-pp = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Provides: gpgme-pp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
2016-12-11 12:24:04 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
|
2017-01-01 14:05:31 +00:00
|
|
|
%description -n %{name}pp
|
2016-12-11 12:24:04 +00:00
|
|
|
%{summary}.
|
|
|
|
|
2017-01-01 14:05:31 +00:00
|
|
|
%package -n %{name}pp-devel
|
2016-12-11 12:24:04 +00:00
|
|
|
Summary: Development libraries and header files for %{name}-pp
|
2017-01-01 14:05:31 +00:00
|
|
|
Obsoletes: gpgme-pp-devel < 1.8.0-7
|
|
|
|
Provides: gpgme-pp-devel = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Provides: gpgme-pp-devel%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Requires: %{name}pp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Requires: %{name}-devel%{?_isa}
|
2016-12-11 12:24:04 +00:00
|
|
|
# For automatic provides
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
2017-01-01 14:05:31 +00:00
|
|
|
%description -n %{name}pp-devel
|
2016-12-11 12:24:04 +00:00
|
|
|
%{summary}
|
|
|
|
|
|
|
|
%package -n q%{name}
|
|
|
|
Summary: Qt API bindings/wrapper for GPGME
|
2017-01-01 14:05:31 +00:00
|
|
|
Requires: %{name}pp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
2016-12-11 12:24:04 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Core)
|
|
|
|
BuildRequires: pkgconfig(Qt5Test)
|
|
|
|
|
|
|
|
%description -n q%{name}
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package -n q%{name}-devel
|
|
|
|
Summary: Development libraries and header files for %{name}
|
|
|
|
Requires: q%{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
2017-01-01 14:05:31 +00:00
|
|
|
Requires: %{name}pp-devel%{?_isa}
|
2016-12-11 12:24:04 +00:00
|
|
|
# For automatic provides
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
|
|
|
%description -n q%{name}-devel
|
|
|
|
%{summary}.
|
|
|
|
|
2016-12-11 12:41:06 +00:00
|
|
|
%package -n python2-gpg
|
2016-09-21 14:48:37 +00:00
|
|
|
Summary: %{name} bindings for Python 2
|
2016-12-11 12:41:06 +00:00
|
|
|
%{?python_provide:%python_provide python2-gpg}
|
2016-09-21 14:48:37 +00:00
|
|
|
BuildRequires: python2-devel
|
2016-12-10 17:31:09 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
2016-09-21 14:48:37 +00:00
|
|
|
|
2016-12-11 12:48:15 +00:00
|
|
|
%description -n python2-gpg
|
2016-09-21 14:48:37 +00:00
|
|
|
%{summary}.
|
|
|
|
|
2016-12-11 12:41:06 +00:00
|
|
|
%package -n python3-gpg
|
2016-09-21 14:48:37 +00:00
|
|
|
Summary: %{name} bindings for Python 3
|
2016-12-11 12:41:06 +00:00
|
|
|
%{?python_provide:%python_provide python3-gpg}
|
2016-09-21 14:48:37 +00:00
|
|
|
BuildRequires: python3-devel
|
2016-12-10 17:31:09 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
2016-09-21 14:48:37 +00:00
|
|
|
|
2016-12-11 12:48:15 +00:00
|
|
|
%description -n python3-gpg
|
2016-09-21 14:48:37 +00:00
|
|
|
%{summary}.
|
2004-11-08 04:29:10 +00:00
|
|
|
|
|
|
|
%prep
|
2016-07-25 09:59:35 +00:00
|
|
|
%autosetup -p1
|
2006-05-11 19:34:16 +00:00
|
|
|
|
2008-01-04 16:48:27 +00:00
|
|
|
## HACK ALERT
|
|
|
|
# The config script already suppresses the -L if it's /usr/lib, so cheat and
|
|
|
|
# set it to a value which we know will be suppressed.
|
2009-06-21 03:03:55 +00:00
|
|
|
sed -i -e 's|^libdir=@libdir@$|libdir=@exec_prefix@/lib|g' src/gpgme-config.in
|
2004-11-08 04:29:10 +00:00
|
|
|
|
2016-12-10 17:31:09 +00:00
|
|
|
find -type f -name Makefile\* -exec sed -i -e 's|GPG = gpg|GPG = gpg2|' {} ';'
|
2013-10-10 12:36:42 +00:00
|
|
|
|
2004-11-08 04:29:10 +00:00
|
|
|
%build
|
2016-12-11 12:24:04 +00:00
|
|
|
%configure --disable-static --disable-silent-rules --enable-languages=cpp,qt,python
|
2016-07-13 12:13:26 +00:00
|
|
|
%make_build
|
2004-11-08 04:29:10 +00:00
|
|
|
|
|
|
|
%install
|
2016-07-13 12:13:26 +00:00
|
|
|
%make_install
|
2005-02-01 19:47:28 +00:00
|
|
|
|
2007-02-03 21:13:51 +00:00
|
|
|
# unpackaged files
|
2016-07-13 12:13:26 +00:00
|
|
|
rm -fv %{buildroot}%{_infodir}/dir
|
|
|
|
rm -fv %{buildroot}%{_libdir}/lib*.la
|
2004-11-08 04:29:10 +00:00
|
|
|
|
2012-02-03 13:02:18 +00:00
|
|
|
# Hack to resolve multiarch conflict (#341351)
|
|
|
|
%ifarch %{multilib_arches}
|
2016-07-13 12:13:26 +00:00
|
|
|
mv %{buildroot}%{_bindir}/gpgme-config{,.%{_target_cpu}}
|
2012-04-23 01:07:19 +00:00
|
|
|
cat > gpgme-config-multilib.sh <<__END__
|
2012-02-03 13:02:18 +00:00
|
|
|
#!/bin/sh
|
|
|
|
exec %{_bindir}/gpgme-config.\$(arch) \$@
|
|
|
|
__END__
|
2016-07-13 12:13:26 +00:00
|
|
|
install -D -p gpgme-config-multilib.sh %{buildroot}%{_bindir}/gpgme-config
|
|
|
|
mv %{buildroot}%{_includedir}/gpgme.h \
|
|
|
|
%{buildroot}%{_includedir}/gpgme-%{__isa_bits}.h
|
|
|
|
install -m644 -p -D %{SOURCE2} %{buildroot}%{_includedir}/gpgme.h
|
2012-02-03 13:02:18 +00:00
|
|
|
%endif
|
2016-07-13 12:13:26 +00:00
|
|
|
chrpath -d %{buildroot}%{_bindir}/%{name}-tool
|
2016-12-11 12:24:04 +00:00
|
|
|
chrpath -d %{buildroot}%{_libdir}/lib%{name}pp.so*
|
|
|
|
chrpath -d %{buildroot}%{_libdir}/libq%{name}.so*
|
2012-04-22 23:59:14 +00:00
|
|
|
|
2016-12-10 16:58:06 +00:00
|
|
|
# autofoo installs useless stuff for uninstall
|
2016-12-10 18:08:57 +00:00
|
|
|
rm -vf %{buildroot}%{python2_sitelib}/gpg/install_files.txt
|
|
|
|
rm -vf %{buildroot}%{python3_sitelib}/gpg/install_files.txt
|
2016-12-10 16:58:06 +00:00
|
|
|
|
2016-12-11 12:42:00 +00:00
|
|
|
%if ! %{with tests}
|
2008-07-21 20:54:38 +00:00
|
|
|
%check
|
2016-12-10 19:53:09 +00:00
|
|
|
make check
|
2016-12-11 12:42:00 +00:00
|
|
|
%endif
|
2004-11-08 04:29:10 +00:00
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
2005-08-08 20:49:45 +00:00
|
|
|
%postun -p /sbin/ldconfig
|
2005-02-01 19:47:28 +00:00
|
|
|
|
2012-04-22 23:59:14 +00:00
|
|
|
%files
|
2014-07-12 15:30:39 +00:00
|
|
|
%license COPYING*
|
|
|
|
%doc AUTHORS ChangeLog NEWS README* THANKS TODO VERSION
|
2016-07-13 12:13:26 +00:00
|
|
|
%{_libdir}/lib%{name}.so.11*
|
2012-04-22 23:59:14 +00:00
|
|
|
|
2004-11-08 04:29:10 +00:00
|
|
|
%post devel
|
|
|
|
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir 2>/dev/null || :
|
|
|
|
|
2009-06-21 03:03:55 +00:00
|
|
|
%preun devel
|
2004-11-08 04:29:10 +00:00
|
|
|
if [ $1 -eq 0 ] ; then
|
2005-02-01 19:47:28 +00:00
|
|
|
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir 2>/dev/null || :
|
2004-11-08 04:29:10 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%files devel
|
2016-07-13 12:13:26 +00:00
|
|
|
%{_bindir}/%{name}-config
|
|
|
|
%{_bindir}/%{name}-tool
|
2012-02-03 13:02:18 +00:00
|
|
|
%ifarch %{multilib_arches}
|
2016-12-10 16:58:06 +00:00
|
|
|
%{_bindir}/%{name}-config.%{_target_cpu}
|
|
|
|
%{_includedir}/%{name}-%{__isa_bits}.h
|
2012-02-03 13:02:18 +00:00
|
|
|
%endif
|
2016-12-10 16:58:06 +00:00
|
|
|
%{_includedir}/%{name}.h
|
|
|
|
%{_libdir}/lib%{name}.so
|
|
|
|
%{_datadir}/aclocal/%{name}.m4
|
|
|
|
%{_infodir}/%{name}.info*
|
2004-11-08 04:29:10 +00:00
|
|
|
|
2017-01-01 14:05:31 +00:00
|
|
|
%files -n %{name}pp
|
2016-12-11 12:24:04 +00:00
|
|
|
%doc lang/cpp/README
|
|
|
|
%{_libdir}/lib%{name}pp.so.*
|
|
|
|
|
2017-01-01 14:05:31 +00:00
|
|
|
%files -n %{name}pp-devel
|
2016-12-11 12:24:04 +00:00
|
|
|
%{_includedir}/%{name}++/
|
|
|
|
%{_libdir}/lib%{name}pp.so
|
|
|
|
%dir %{_libdir}/cmake/
|
|
|
|
%{_libdir}/cmake/Gpgmepp/
|
|
|
|
|
|
|
|
%files -n q%{name}
|
|
|
|
%doc lang/qt/README
|
|
|
|
%{_libdir}/libq%{name}.so.*
|
|
|
|
|
|
|
|
%files -n q%{name}-devel
|
|
|
|
%{_includedir}/q%{name}/
|
|
|
|
%{_includedir}/QGpgME/
|
|
|
|
%{_libdir}/libq%{name}.so
|
|
|
|
%dir %{_libdir}/cmake/
|
|
|
|
%{_libdir}/cmake/QGpgme/
|
|
|
|
|
2016-12-11 12:41:06 +00:00
|
|
|
%files -n python2-gpg
|
2016-12-10 17:20:40 +00:00
|
|
|
%doc lang/python/README
|
2016-12-10 16:58:06 +00:00
|
|
|
%{python2_sitearch}/gpg-*.egg-info
|
|
|
|
%{python2_sitearch}/gpg/
|
2016-09-21 14:48:37 +00:00
|
|
|
|
2016-12-11 12:41:06 +00:00
|
|
|
%files -n python3-gpg
|
2016-12-10 17:20:40 +00:00
|
|
|
%doc lang/python/README
|
2016-12-10 16:58:06 +00:00
|
|
|
%{python3_sitearch}/gpg-*.egg-info
|
|
|
|
%{python3_sitearch}/gpg/
|
2016-09-21 14:48:37 +00:00
|
|
|
|
2004-11-08 04:29:10 +00:00
|
|
|
%changelog
|
2017-01-01 14:05:31 +00:00
|
|
|
* Sun Jan 01 2017 Rex Dieter <rdieter@math.unl.edu> - 1.8.0-7
|
|
|
|
- rename gpgme-pp to gpgmepp, simplify -devel deps
|
|
|
|
|
2017-01-01 13:09:22 +00:00
|
|
|
* Sun Jan 01 2017 Rex Dieter <rdieter@math.unl.edu> - 1.8.0-6
|
|
|
|
- backport upstream cmake-related fix
|
|
|
|
|
2016-12-22 12:08:41 +00:00
|
|
|
* Thu Dec 22 2016 Miro Hrončok <mhroncok@redhat.com> - 1.8.0-5
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
2016-12-11 12:41:06 +00:00
|
|
|
* Sun Dec 11 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.8.0-4
|
|
|
|
- Rename pythonX-gpgme into pythonX-gpg
|
|
|
|
|
2016-12-11 12:24:04 +00:00
|
|
|
* Sun Dec 11 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.8.0-3
|
|
|
|
- Add Qt and C++ subpackages
|
|
|
|
|
2016-12-10 19:53:09 +00:00
|
|
|
* Sat Dec 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.8.0-2
|
|
|
|
- Enable tests
|
|
|
|
|
2016-12-10 16:58:06 +00:00
|
|
|
* Sat Dec 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.8.0-1
|
|
|
|
- Update to 1.8.0
|
|
|
|
|
2016-09-21 14:48:37 +00:00
|
|
|
* Wed Sep 21 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.7.0-1
|
|
|
|
- Update to 1.7.0
|
|
|
|
|
2016-07-25 11:30:03 +00:00
|
|
|
* Mon Jul 25 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.6.0-3
|
|
|
|
- Set min ver for libgpg-error
|
|
|
|
|
2016-07-25 09:59:35 +00:00
|
|
|
* Mon Jul 25 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.6.0-2
|
|
|
|
- Backport patch for STATUS_KEY_CONSIDERED (RHBZ #1359521)
|
|
|
|
|
2016-07-13 12:13:26 +00:00
|
|
|
* Wed Jul 13 2016 Igor Gnatenko <ignatenko@redhat.com> - 1.6.0-1
|
|
|
|
- Update to 1.6.0 (RHBZ #1167656)
|
|
|
|
|
2016-02-03 23:12:21 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 09:38:47 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-12-06 04:01:09 +00:00
|
|
|
* Sat Dec 06 2014 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.4.3-5
|
|
|
|
- CVE-2014-3564, rhbz#1125170, gpgme-1.3.2-bufferoverflow.patch
|
|
|
|
|
2014-08-16 18:43:21 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-12 15:30:39 +00:00
|
|
|
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 1.4.3-3
|
|
|
|
- fix license handling
|
|
|
|
|
2014-06-07 18:19:22 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-10-10 12:36:42 +00:00
|
|
|
* Wed Oct 09 2013 Rex Dieter <rdieter@fedoraproject.org> - 1.4.3-1
|
|
|
|
- gpgme-1.4.3
|
|
|
|
- cleanup .spec, trim changelog
|
|
|
|
|
2013-08-03 16:19:22 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-09 15:13:31 +00:00
|
|
|
* Tue Jul 09 2013 Karsten Hopp <karsten@redhat.com> 1.3.2-3
|
|
|
|
- rebuild to fix some f20 dependency issues on PPC
|
|
|
|
|
2013-02-14 00:23:55 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-11-20 12:08:02 +00:00
|
|
|
* Tue Nov 20 2012 Frantisek Kluknavsky <fkluknav@redhat.com> - 1.3.2-2
|
|
|
|
- minor spec cleanup
|
|
|
|
|
2012-09-26 09:58:30 +00:00
|
|
|
* Wed Sep 26 2012 Tomas Mraz <tmraz@redhat.com> - 1.3.2-1
|
|
|
|
- new upstream version
|
|
|
|
- re-enable gpg tests (original patch by John Morris <john@zultron.com>)
|
|
|
|
- quiet configure warning 'could not find g13'
|
|
|
|
- there is no libgpgme-pth anymore
|
|
|
|
|
2012-07-19 09:21:19 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-04-23 00:59:12 +00:00
|
|
|
* Sun Apr 22 2012 Rex Dieter <rdieter@fedoraproject.org> 1.3.0-8
|
|
|
|
- -devel: make Requires: libgpg-error-devel arch'd
|
2012-04-23 01:07:19 +00:00
|
|
|
- ensure gpgme-config wrapper is executable
|
2012-04-23 00:59:12 +00:00
|
|
|
|
2012-04-22 23:59:14 +00:00
|
|
|
* Sun Apr 22 2012 Rex Dieter <rdieter@fedoraproject.org> 1.3.0-7
|
|
|
|
- gpgme.h: fatal error: gpgme-i386.h: No such file or directory compilation terminated (#815116)
|
|
|
|
|
2012-02-15 10:49:34 +00:00
|
|
|
* Wed Feb 15 2012 Simon Lukasik <slukasik@redhat.com> - 1.3.0-6
|
|
|
|
- Resolve multilib conflict of gpgme-config (#341351)
|
|
|
|
- Resolve multilib conflict of gpgme.h (#341351)
|
|
|
|
|
2012-01-13 04:12:35 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-03-17 18:18:06 +00:00
|
|
|
* Thu Mar 17 2011 Rex Dieter <rdieter@fedoraproject.org> - 1.3.0-4
|
|
|
|
- gpgme-config: remove libassuan-related flags as threatened (#676954)
|
|
|
|
\
|
2011-02-13 23:08:24 +00:00
|
|
|
* Sun Feb 13 2011 Rex Dieter <rdieter@fedoraproject.org> - 1.3.0-3
|
|
|
|
- -devel: fix typo (broken dep)
|
|
|
|
|
2011-02-13 21:08:18 +00:00
|
|
|
* Sat Feb 12 2011 Rex Dieter <rdieter@fedoraproject.org> - 1.3.0-2
|
|
|
|
- BR: libassuan2-devel
|
|
|
|
- gpgme-config outputs -lassuan (#676954)
|
|
|
|
|
2011-02-11 17:28:13 +00:00
|
|
|
* Fri Feb 11 2011 Tomas Mraz <tmraz@redhat.com> - 1.3.0-1
|
|
|
|
- new upstream version
|
|
|
|
|
2011-02-09 05:42:03 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-08-18 13:17:48 +00:00
|
|
|
* Wed Aug 18 2010 Tomas Mraz <tmraz@redhat.com> - 1.2.0-3
|
|
|
|
- fix the condition for adding the -D_FILE_OFFSET_BITS...
|
|
|
|
|
2010-08-11 18:31:43 +00:00
|
|
|
* Wed Aug 11 2010 Tomas Mraz <tmraz@redhat.com> - 1.2.0-2
|
|
|
|
- add -D_FILE_OFFSET_BITS... to gpgme-config as appropriate (#621698)
|
|
|
|
|
2010-07-13 21:08:30 +00:00
|
|
|
* Fri Jul 02 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.2.0-1
|
|
|
|
- gpgme-1.2.0 (#610984)
|
|
|
|
|
2010-02-14 21:04:06 +00:00
|
|
|
* Sun Feb 14 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.1.8-4
|
|
|
|
- FTBFS gpgme-1.1.8-3.fc13: ImplicitDSOLinking (#564605)
|
|
|
|
|
2009-11-19 08:55:00 +00:00
|
|
|
* Thu Nov 19 2009 Tomas Mraz <tmraz@redhat.com> - 1.1.8-3
|
|
|
|
- Add buildrequires gnupg2-smime for the gpgsm
|
|
|
|
|
2009-07-25 01:07:20 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-21 03:03:55 +00:00
|
|
|
* Sat Jun 20 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.8-1
|
|
|
|
- gpgme-1.1.8
|
|
|
|
- -devel: s/postun/preun/ info scriptlet
|
|
|
|
|
2009-03-11 15:03:55 +00:00
|
|
|
* Wed Mar 11 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.1.7-3
|
|
|
|
- track shlib sonames closer, to highlight future abi/soname changes
|
|
|
|
- _with_gpg macro, to potentially conditionalize gnupg vs gnupg2 defaults
|
|
|
|
for various os/releases (ie, fedora vs rhel)
|
|
|
|
|
2009-02-25 00:32:07 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-10-28 13:15:08 +00:00
|
|
|
* Sat Oct 18 2008 Rex Dieter <rdieter@fedoraproject.org> 1.1.7-1
|
|
|
|
- gpgme-1.1.7
|
|
|
|
|
2008-02-17 21:50:01 +00:00
|
|
|
* Sun Feb 17 2008 Rex Dieter <rdieter@fedoraproject.org> 1.1.6-3
|
|
|
|
- --with-gpg=%%_bindir/gpg2 (#432445)
|
|
|
|
- drop Requires: gnupg (#432445)
|
|
|
|
|
2008-02-08 21:23:37 +00:00
|
|
|
* Fri Feb 08 2008 Rex Dieter <rdieter@fedoraproject.org> 1.1.6-2
|
|
|
|
- respin (gcc43)
|
|
|
|
|
2008-01-04 16:48:27 +00:00
|
|
|
* Fri Jan 04 2008 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.6-1
|
|
|
|
- gpgme-1.1.6
|
|
|
|
- multiarch conflicts in gpgme (#341351)
|
|
|
|
|
2007-08-25 12:36:10 +00:00
|
|
|
* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.5-4
|
|
|
|
- BR: gawk
|
|
|
|
|
2007-08-25 12:25:41 +00:00
|
|
|
* Sat Aug 25 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.5-3
|
|
|
|
- respin (BuildID)
|
|
|
|
|
2007-08-09 18:35:06 +00:00
|
|
|
* Thu Aug 09 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.5-2
|
|
|
|
- License: LGPLv2+
|
|
|
|
|
2007-07-09 17:32:12 +00:00
|
|
|
* Mon Jul 09 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.5-1
|
|
|
|
- gpgme-1.1.5
|
|
|
|
|
2007-03-05 20:13:30 +00:00
|
|
|
* Mon Mar 05 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.4-1
|
|
|
|
- gpgme-1.1.4
|
|
|
|
|
2007-02-03 21:13:51 +00:00
|
|
|
* Sat Feb 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.1.3-1
|
|
|
|
- gpgme-1.1.3
|
|
|
|
|
2006-10-03 13:11:01 +00:00
|
|
|
* Tue Oct 03 2006 Rex Dieter <rexdieter[AT]users.sf.net>
|
|
|
|
- respin
|
|
|
|
|
2006-09-18 19:34:24 +00:00
|
|
|
* Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.2-6
|
|
|
|
- fix gpgme-config --thread=pthread --cflags
|
|
|
|
|
2006-08-29 17:41:52 +00:00
|
|
|
* Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.2-5
|
|
|
|
- fc6 respin
|
|
|
|
|
2006-05-12 18:58:43 +00:00
|
|
|
* Mon Mar 6 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.2-4
|
2006-05-11 19:34:16 +00:00
|
|
|
- add back support for gpgme-config --thread=pthread
|
|
|
|
|
|
|
|
* Mon Mar 6 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.2-2
|
|
|
|
- drop extraneous libs from gpgme-config
|
|
|
|
|
2006-03-03 13:00:38 +00:00
|
|
|
* Fri Mar 3 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.2-1
|
|
|
|
- 1.1.2
|
|
|
|
- drop upstreamed gpgme-1.1.0-tests.patch
|
|
|
|
|
2006-03-01 16:46:28 +00:00
|
|
|
* Wed Mar 1 2006 Rex Dieter <rexdieter[AT]users.sf.net>
|
2006-02-10 14:25:12 +00:00
|
|
|
- fc5: gcc/glibc respin
|
|
|
|
|
|
|
|
* Wed Nov 30 2005 Rex Dieter <rexdieter[AT]users.sf.net> - 1.1.0-3
|
|
|
|
- (re)build against (newer) libksba/gnupg2
|
|
|
|
|
2005-10-11 15:23:57 +00:00
|
|
|
* Thu Oct 06 2005 Rex Dieter <rexdieter[AT]users.sf.net> - 1.1.0-2
|
2005-10-11 15:21:14 +00:00
|
|
|
- 1.1.0
|
|
|
|
|
2005-08-08 20:49:45 +00:00
|
|
|
* Mon Aug 8 2005 Rex Dieter <rexdieter[AT]users.sf.net> - 1.0.3-1
|
|
|
|
- 1.0.3
|
|
|
|
- --disable-static
|
|
|
|
|
2005-05-12 05:46:49 +00:00
|
|
|
* Thu May 12 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.2-3
|
|
|
|
- rebuilt
|
|
|
|
|
2005-03-18 11:15:55 +00:00
|
|
|
* Fri Mar 18 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.0.2-2
|
|
|
|
- Fix FC4 build.
|
|
|
|
|
2005-02-01 19:47:28 +00:00
|
|
|
* Tue Feb 1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:1.0.2-1
|
|
|
|
- LGPL used here, and made summary more explicit.
|
|
|
|
- Remove dirmngr dependency (gpgsm interfaces with it).
|
2005-02-01 19:52:10 +00:00
|
|
|
- Obsolete cryptplug as gpgme >= 0.4.5 provides what we used cryptplug for.
|
2005-02-01 19:47:28 +00:00
|
|
|
|
|
|
|
* Thu Jan 06 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0:1.0.2-0.fdr.1
|
|
|
|
- 1.0.2
|
|
|
|
|
|
|
|
* Thu Oct 21 2004 Rex Dieter <rexdieter at sf.net> 0:1.0.0-0.fdr.1
|
|
|
|
- 1.0.0
|
|
|
|
- Requires: dirmngr
|
|
|
|
|
|
|
|
* Tue Oct 19 2004 Rex Dieter <rexdieter at sf.net> 0:0.4.7-0.fdr.1
|
|
|
|
- 0.4.7
|
2004-12-14 00:46:51 +00:00
|
|
|
|
2004-11-08 04:29:10 +00:00
|
|
|
* Sun May 2 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.3-0.fdr.3
|
|
|
|
- Require %%{_bindir}/gpgsm instead of newpg.
|
|
|
|
- Cosmetic spec file improvements.
|
|
|
|
|
|
|
|
* Thu Oct 23 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.3-0.fdr.2
|
|
|
|
- Update description.
|
|
|
|
|
|
|
|
* Tue Oct 7 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.3-0.fdr.1
|
|
|
|
- Update to 0.4.3.
|
|
|
|
|
|
|
|
* Fri Aug 15 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.2-0.fdr.1
|
|
|
|
- Update to 0.4.2.
|
|
|
|
- make check in the %%check section.
|
|
|
|
|
|
|
|
* Thu Jul 10 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.1-0.fdr.1
|
|
|
|
- Update to 0.4.1.
|
|
|
|
- Make -devel cooperate with --excludedocs.
|
|
|
|
|
|
|
|
* Sat Apr 19 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.0-0.fdr.2
|
|
|
|
- BuildRequire pth-devel, fix missing epoch in -devel Requires (#169).
|
|
|
|
- Save .spec in UTF-8.
|
|
|
|
|
|
|
|
* Sat Mar 22 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.0-0.fdr.1
|
|
|
|
- Update to current Fedora guidelines.
|
|
|
|
- Exclude %%{_libdir}/*.la.
|
|
|
|
|
|
|
|
* Tue Feb 12 2003 Warren Togami <warren@togami.com> 0.4.0-1.fedora.3
|
|
|
|
- info/dir temporary workaround
|
|
|
|
|
|
|
|
* Sat Feb 8 2003 Ville Skyttä <ville.skytta at iki.fi> - 0.4.0-1.fedora.1
|
|
|
|
- First Fedora release.
|