2005-08-08 20:49:45 +00:00
|
|
|
|
2005-03-03 21:26:03 +00:00
|
|
|
Name: gpgme
|
2005-02-01 19:47:28 +00:00
|
|
|
Summary: GnuPG Made Easy - high level crypto API
|
2006-03-03 13:00:38 +00:00
|
|
|
Version: 1.1.2
|
2006-09-18 19:34:24 +00:00
|
|
|
Release: 6%{?dist}
|
2005-08-08 20:49:45 +00:00
|
|
|
|
2005-02-01 19:47:28 +00:00
|
|
|
License: LGPL
|
|
|
|
Group: Applications/System
|
|
|
|
URL: http://www.gnupg.org/related_software/gpgme/
|
2005-05-12 05:46:49 +00:00
|
|
|
Source0: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-%{version}.tar.bz2
|
|
|
|
Source1: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-%{version}.tar.bz2.sig
|
2005-03-03 21:26:03 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2004-11-08 04:29:10 +00:00
|
|
|
|
2006-05-11 19:34:16 +00:00
|
|
|
Patch1: gpgme-1.1.2-config_extras.patch
|
|
|
|
|
2005-03-03 21:26:03 +00:00
|
|
|
BuildRequires: gnupg >= 1.2.2
|
|
|
|
BuildRequires: gnupg2 >= 1.9.6
|
|
|
|
BuildRequires: libgpg-error-devel >= 0.5
|
2006-02-10 14:25:12 +00:00
|
|
|
BuildRequires: pth-devel >= 2.0.4
|
2006-09-18 19:34:24 +00:00
|
|
|
# Not really used, only for win32 build
|
|
|
|
#BuildRequires: glib2-devel
|
2005-02-01 19:47:28 +00:00
|
|
|
|
2005-03-03 21:26:03 +00:00
|
|
|
Requires: gnupg >= 1.2.2
|
|
|
|
Requires: gnupg2 >= 1.9.6
|
2004-11-08 04:29:10 +00:00
|
|
|
|
2005-03-03 21:26:03 +00:00
|
|
|
Obsoletes: cryptplug <= 0.3.16-2
|
2005-02-01 19:52:10 +00:00
|
|
|
|
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}
|
2005-02-01 19:47:28 +00:00
|
|
|
Group: Development/Libraries
|
2005-03-03 21:26:03 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2005-02-01 19:47:28 +00:00
|
|
|
Requires: libgpg-error-devel
|
2004-11-08 04:29:10 +00:00
|
|
|
Requires(post): /sbin/install-info
|
|
|
|
Requires(postun): /sbin/install-info
|
2005-08-08 20:49:45 +00:00
|
|
|
%description devel
|
2005-10-11 15:21:14 +00:00
|
|
|
%{summary}
|
2004-11-08 04:29:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2005-08-08 20:49:45 +00:00
|
|
|
|
2006-05-11 19:34:16 +00:00
|
|
|
%patch1 -p1 -b .config_extras
|
|
|
|
|
2004-11-08 04:29:10 +00:00
|
|
|
|
|
|
|
%build
|
2005-02-01 19:47:28 +00:00
|
|
|
%configure \
|
2005-08-08 20:49:45 +00:00
|
|
|
--disable-static
|
2005-02-01 19:47:28 +00:00
|
|
|
|
2004-11-08 04:29:10 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2005-08-08 20:49:45 +00:00
|
|
|
|
2004-11-08 04:29:10 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2005-02-01 19:47:28 +00:00
|
|
|
|
2005-08-08 20:49:45 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
2004-11-08 04:29:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%check || :
|
2006-02-10 14:25:12 +00:00
|
|
|
# expect 1(+?) errors with gnupg < 1.2.4
|
|
|
|
make check
|
2004-11-08 04:29:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
2005-08-08 20:49:45 +00:00
|
|
|
%postun -p /sbin/ldconfig
|
2005-02-01 19:47:28 +00:00
|
|
|
|
2004-11-08 04:29:10 +00:00
|
|
|
%post devel
|
|
|
|
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir 2>/dev/null || :
|
|
|
|
|
|
|
|
%postun devel
|
|
|
|
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
|
|
|
|
%defattr(-,root,root,-)
|
2005-02-01 19:47:28 +00:00
|
|
|
%doc AUTHORS COPYING* ChangeLog NEWS README* THANKS TODO VERSION
|
2005-08-08 20:49:45 +00:00
|
|
|
%{_libdir}/lib*.so.*
|
2004-11-08 04:29:10 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/gpgme-config
|
2005-08-08 20:49:45 +00:00
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/lib*.so
|
2004-11-08 04:29:10 +00:00
|
|
|
%{_datadir}/aclocal/gpgme.m4
|
|
|
|
%{_infodir}/gpgme.info*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
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.
|