rpms/gpgme/devel gpgme-1.0.2.tar.bz2.sig, NONE, 1.1 .cvsignore, 1.2, 1.3 gpgme.spec, 1.4, 1.5 sources, 1.2, 1.3 gpgme-0.4.3-select.patch, 1.1, NONE

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Feb 1 19:47:30 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/gpgme/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv15615/devel

Modified Files:
	.cvsignore gpgme.spec sources 
Added Files:
	gpgme-1.0.2.tar.bz2.sig 
Removed Files:
	gpgme-0.4.3-select.patch 
Log Message:
auto-import gpgme-1.0.2-1 on branch devel from gpgme-1.0.2-1.src.rpm


--- NEW FILE gpgme-1.0.2.tar.bz2.sig ---
ˆ?

Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gpgme/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 04:29:10 -0000	1.2
+++ .cvsignore	1 Feb 2005 19:47:28 -0000	1.3
@@ -1 +1 @@
-gpgme-0.4.3.tar.gz
+gpgme-1.0.2.tar.bz2


Index: gpgme.spec
===================================================================
RCS file: /cvs/extras/rpms/gpgme/devel/gpgme.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gpgme.spec	14 Dec 2004 00:46:51 -0000	1.4
+++ gpgme.spec	1 Feb 2005 19:47:28 -0000	1.5
@@ -1,19 +1,23 @@
-Name:           gpgme
-Version:        0.4.3
-Release:        4
-Epoch:          0
-Summary:        GnuPG Made Easy
-
-License:        GPL
-Group:          Applications/System
-URL:            http://www.gnupg.org/related_software/gpgme/
-Source:         ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/gpgme-0.4.3.tar.gz
-Patch:          gpgme-0.4.3-select.patch
+
+Name:	 gpgme
+Epoch:	 0
+Version: 1.0.2
+Release: 1%{?dist_tag}
+Summary: GnuPG Made Easy - high level crypto API
+License: LGPL
+Group:   Applications/System
+URL:     http://www.gnupg.org/related_software/gpgme/
+Source0: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.0.2.tar.bz2
+Source1: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.0.2.tar.bz2.sig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  gnupg >= 0:1.2.2, %{_bindir}/gpgsm, pth-devel
-BuildRequires:  libgpg-error-devel >= 0:0.5
-Requires:       gnupg >= 0:1.2.2, %{_bindir}/gpgsm
+BuildRequires: gnupg >= 0:1.2.2
+BuildRequires: gnupg2 >= 0:1.9.6
+BuildRequires: pth-devel
+BuildRequires: libgpg-error-devel >= 0:0.5
+
+Requires: gnupg >= 0:1.2.2
+Requires: gnupg2 >= 0:1.9.6
 
 %description
 GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
@@ -21,35 +25,38 @@
 encryption, decryption, signing, signature verification and key
 management.
 
-%package        devel
-Summary:        Static libraries and header files from GPGME, GnuPG Made Easy
-Group:          Development/Libraries
-Requires:       %{name} = %{epoch}:%{version}-%{release}, libgpg-error-devel
+%package devel
+Summary:  Static libraries and header files from GPGME, GnuPG Made Easy
+Group:    Development/Libraries
+Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: libgpg-error-devel
 Requires(post): /sbin/install-info
 Requires(postun): /sbin/install-info
-
 %description    devel
 Static libraries and header files from GPGME, GnuPG Made Easy.
 
 
 %prep
 %setup -q
-%patch -p1 -b .select
 
 
 %build
-%configure --enable-static
+%configure \
+  --program-prefix="%{?_program_prefix}" \
+  --enable-static
+
 make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
+
 rm -f $RPM_BUILD_ROOT{%{_infodir}/dir,%{_libdir}/*.la}
 
 
 %check || :
-make check
+make check 
 
 
 %clean
@@ -59,19 +66,19 @@
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
+
 %post devel
 /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir 2>/dev/null || :
 
 %postun devel
 if [ $1 -eq 0 ] ; then
-  /sbin/install-info --delete %{_infodir}/%{name}.info \
-    %{_infodir}/dir 2>/dev/null || :
+  /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir 2>/dev/null || :
 fi
 
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog NEWS README* THANKS TODO VERSION
+%doc AUTHORS COPYING* ChangeLog NEWS README* THANKS TODO VERSION
 %{_libdir}/libgpgme*.so.*
 
 %files devel
@@ -85,8 +92,19 @@
 
 
 %changelog
-* Tue Dec 14 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:0.4.3-4
-- Add similar fd select race/lockup fix as for GPGME 0.3.16.
+* 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).
+
+* 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
 
 * Sun May  2 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.4.3-0.fdr.3
 - Require %%{_bindir}/gpgsm instead of newpg.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gpgme/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 04:29:10 -0000	1.2
+++ sources	1 Feb 2005 19:47:28 -0000	1.3
@@ -1 +1 @@
-a4cb2a2ba1689f0376bc1affc987f183  gpgme-0.4.3.tar.gz
+25513fd35593bad08c1e486878296b40  gpgme-1.0.2.tar.bz2


--- gpgme-0.4.3-select.patch DELETED ---




More information about the fedora-extras-commits mailing list