rpms/libassuan/devel .cvsignore, 1.7, 1.8 libassuan.spec, 1.20, 1.21 sources, 1.7, 1.8 libassuan-0.9.3-m4-2.patch, 1.1, NONE libassuan-0.9.3-m4.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Nov 13 21:26:03 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/libassuan/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16621

Modified Files:
	.cvsignore libassuan.spec sources 
Removed Files:
	libassuan-0.9.3-m4-2.patch libassuan-0.9.3-m4.patch 
Log Message:
* Mon Nov 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 1.0.0-1
- 1.0.0
- rename -devel -> -static (+Obsoletes/Provides: %name-devel)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libassuan/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	10 Oct 2006 18:37:19 -0000	1.7
+++ .cvsignore	13 Nov 2006 21:25:32 -0000	1.8
@@ -1,5 +1,4 @@
 libassuan-0.6.10.tar.gz
 libassuan-0.6.10.tar.gz.sig
-libassuan-0.9.2.tar.bz2.sig
-libassuan-0.9.2.tar.bz2
-libassuan-0.9.3.tar.bz2.sig
+libassuan-1.0.0.tar.bz2
+libassuan-1.0.0.tar.bz2.sig


Index: libassuan.spec
===================================================================
RCS file: /cvs/extras/rpms/libassuan/devel/libassuan.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- libassuan.spec	18 Oct 2006 14:07:08 -0000	1.20
+++ libassuan.spec	13 Nov 2006 21:25:32 -0000	1.21
@@ -1,34 +1,32 @@
 
 Name:    libassuan
 Summary: GnuPG IPC library
-Version: 0.9.3
-Release: 2%{?dist}
+Version: 1.0.0 
+Release: 1%{?dist}
 
 License: LGPL
-Source0: ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-%{version}.tar.bz2
-Source1: ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-%{version}.tar.bz2.sig
+Source0: ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-%{version}.tar.bz2
+Source1: ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-%{version}.tar.bz2.sig
 URL:     http://www.gnupg.org/
 Group:   System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch1: libassuan-0.9.3-m4.patch
-Patch2: libassuan-0.9.3-m4-2.patch
-
 BuildRequires: pth-devel
 
 %description
 This is the IPC library used by GnuPG 1.9/2, GPGME and a few other
 packages.
 
-%package devel
+%package static 
 Summary: GnuPG IPC library 
 Group: Development/Libraries
 Requires: pth-devel
 Requires(post): /sbin/install-info
 Requires(postun): /sbin/install-info
-Provides: %{name}-static = %{version}-%{release}
-%description devel
-This is the IPC library used by GnuPG 1.9/2, GPGME and a few other
+Obsoletes: %{name}-devel < %{version}-%{release}
+Provides:  %{name}-devel = %{version}-%{release}
+%description static 
+This is the IPC static library used by GnuPG 1.9/2, GPGME and a few other
 packages.
 
 This package contains files needed to develop applications using %{name}.
@@ -37,9 +35,6 @@
 %prep
 %setup -q
 
-%patch1 -p1 -b .m4patch
-%patch2 -p0 -b .m4patch-2
-
 
 %build
 #ifarch x86_64
@@ -59,14 +54,14 @@
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
 
-%check || :
+%check
 make check
 
 
-%post devel
+%post static 
 /sbin/install-info %{_infodir}/assuan.info %{_infodir}/dir &>/dev/null || :
 
-%postun devel
+%postun static 
 if [ $1 -eq 0 ]; then
   /sbin/install-info --delete %{_infodir}/assuan.info %{_infodir}/dir &>/dev/null || :
 fi
@@ -76,7 +71,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 
-%files devel
+%files static 
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README THANKS TODO
 %{_bindir}/*
@@ -87,6 +82,10 @@
 
 
 %changelog
+* Mon Nov 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 1.0.0-1
+- 1.0.0
+- rename -devel -> -static (+Obsoletes/Provides: %%name-devel)
+
 * Wed Oct 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 0.9.3-2
 - another libassuan.m4 patch
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libassuan/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	10 Oct 2006 18:37:19 -0000	1.7
+++ sources	13 Nov 2006 21:25:32 -0000	1.8
@@ -1,2 +1,2 @@
-a2e3cb948de5159728e73d53529ae7ad  libassuan-0.9.3.tar.bz2.sig
-60add4aebf1961436da3a470d6ac833c  libassuan-0.9.3.tar.bz2
+f1580ef149e629629a9639a5afdb5908  libassuan-1.0.0.tar.bz2
+c00497327001dcccf7d3a952f56030e4  libassuan-1.0.0.tar.bz2.sig


--- libassuan-0.9.3-m4-2.patch DELETED ---


--- libassuan-0.9.3-m4.patch DELETED ---




More information about the scm-commits mailing list