rpms/opencdk/FC-4 opencdk.spec,1.7,1.8 sources,1.3,1.4

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sat Feb 18 13:22:00 UTC 2006


Author: ensc

Update of /cvs/extras/rpms/opencdk/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28541

Modified Files:
	opencdk.spec sources 
Log Message:
- updated to 0.5.8
- removed unneeded curlies
- removed epoch in the -devel requirement
- use commands directly instead of the %__XXX macros



Index: opencdk.spec
===================================================================
RCS file: /cvs/extras/rpms/opencdk/FC-4/opencdk.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- opencdk.spec	23 May 2005 00:13:17 -0000	1.7
+++ opencdk.spec	18 Feb 2006 13:22:00 -0000	1.8
@@ -1,24 +1,24 @@
 # $Id$
 
-%{!?release_func:%define release_func() %1}
+%{!?release_func:%global release_func() %1%{?dist}}
 
 Summary:	Provides basic parts of the OpenPGP message format
 Name:		opencdk
-Version:	0.5.5
-Release:	%release_func 3
+Version:	0.5.8
+Release:	%release_func 1
 
 License:	GPL
 Group:		System Environment/Libraries
 URL:		http://www.gnu.org/software/gnutls/download.html
-Source0:	ftp://ftp.gnutls.org/pub/gnutls/opencdk/%{name}-%{version}.tar.bz2
-Source1:	ftp://ftp.gnutls.org/pub/gnutls/opencdk/%{name}-%{version}.tar.bz2.sig.asc
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
+Source0:	ftp://ftp.gnutls.org/pub/gnutls/opencdk/%name-%version.tar.gz
+Source1:	ftp://ftp.gnutls.org/pub/gnutls/opencdk/%name-%version.tar.gz.sig
+BuildRoot:	%_tmppath/%name-%version-%release-buildroot
 BuildRequires:	libgcrypt-devel zlib-devel perl
 
 %package devel
 Summary:	Files which are needed to develop applications using opencdk
 Group:		Development/Libraries
-Requires:	%{name} = 0:%{version}-%{release}
+Requires:	%name = %version-%release
 Requires:	libgcrypt-devel zlib-devel
 
 
@@ -50,21 +50,21 @@
 
 %build
 %configure
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 perl -pi -e 's!^(\S.*[\s"])-L/usr/lib([\s"])!\1\2!g;
              s!^(\S.*[\s"])-I/usr/include([\s"])!\1\2!g' src/opencdk-config
 
 
 %check
-%{__make} check
+make check
 
 
 %install
 rm -rf "$RPM_BUILD_ROOT"
-%{__make} DESTDIR="$RPM_BUILD_ROOT" install
+make DESTDIR="$RPM_BUILD_ROOT" install
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+rm -f $RPM_BUILD_ROOT%_libdir/*.la
 
 
 %clean
@@ -78,22 +78,31 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README* THANKS TODO
-%{_libdir}/*.so.*
+%_libdir/*.so.*
 
 
 %files devel
 %defattr(-,root,root,-)
 %doc doc/DETAILS doc/*.html
-%{_bindir}/*-config
-%{_includedir}/*
-%{_libdir}/*.a
-%{_libdir}/*.so
+%_bindir/*-config
+%_includedir/*
+%_libdir/*.a
+%_libdir/*.so
 
 
 %changelog
+* Sat Feb 18 2006 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.5.8-1
+- updated to 0.5.8
+- removed unneeded curlies
+- removed epoch in the -devel requirement
+- use commands directly instead of the %%__XXX macros
+
 * Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 0.5.5
 - rebuild on all arches
 
+* Thu May 19 2005 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.5.5-3
+- added %%dist tag
+
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/opencdk/FC-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Feb 2005 23:09:47 -0000	1.3
+++ sources	18 Feb 2006 13:22:00 -0000	1.4
@@ -1,2 +1,2 @@
-aaff60107f0153873192ffda00699a96  opencdk-0.5.5.tar.bz2
-468bd9a43f44664a4ef81eb5efdf8ba8  opencdk-0.5.5.tar.bz2.sig.asc
+900c4dee7712845c19d7b2d2a93ea546  opencdk-0.5.8.tar.gz
+d4ebb3d295e37cdaa4a63320312dde8f  opencdk-0.5.8.tar.gz.sig




More information about the fedora-extras-commits mailing list