rpms/mingw32-opensc/devel .cvsignore, 1.3, 1.4 mingw32-opensc.spec, 1.5, 1.6 sources, 1.3, 1.4

Kalev Lember kalev at fedoraproject.org
Fri Sep 18 21:02:39 UTC 2009


Author: kalev

Update of /cvs/pkgs/rpms/mingw32-opensc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9263

Modified Files:
	.cvsignore mingw32-opensc.spec sources 
Log Message:
Update to 0.11.9



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-opensc/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	13 May 2009 01:55:31 -0000	1.3
+++ .cvsignore	18 Sep 2009 21:02:38 -0000	1.4
@@ -1 +1 @@
-opensc-0.11.8.tar.gz
+opensc-0.11.9.tar.gz


Index: mingw32-opensc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-opensc/devel/mingw32-opensc.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- mingw32-opensc.spec	30 Aug 2009 01:28:52 -0000	1.5
+++ mingw32-opensc.spec	18 Sep 2009 21:02:38 -0000	1.6
@@ -6,8 +6,8 @@
 %define __debug_install_post %{_mingw32_debug_install_post}
 
 Name:           mingw32-opensc
-Version:        0.11.8
-Release:        4%{?dist}
+Version:        0.11.9
+Release:        1%{?dist}
 Summary:        MingGW Windows OpenSC library
 
 Group:          Development/Libraries
@@ -47,11 +47,8 @@ This is the MinGW cross-compiled Windows
 %setup -q -n opensc-%{version}
 %patch1 -p1 -b .config
 
-sed -i -e 's|"/lib /usr/lib\b|"%{_mingw32_libdir}|' configure # lib64 rpaths
-cp -p src/pkcs15init/README ./README.pkcs15init
-cp -p src/scconf/README.scconf .
-# No %{_mingw32_libdir} here to avoid multilib conflicts; it's just an example
-sed -i -e 's|/usr/local/towitoko/lib/|/usr/lib/ctapi/|' etc/opensc.conf.in
+sed -i -e 's|"/lib /usr/lib\b|"%{_mingw32_libdir}|' configure
+sed -i -e 's|/usr/local/towitoko/lib/|%{_mingw32_libdir}/ctapi/|' etc/opensc.conf.in
 
 
 %build
@@ -62,11 +59,12 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT _docs
+rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 install -Dpm 644 etc/opensc.conf $RPM_BUILD_ROOT%{_mingw32_sysconfdir}/opensc.conf
 
-mv -T $RPM_BUILD_ROOT%{_mingw32_datadir}/doc/opensc docdir
+# Remove docs which duplicate the ones in native package
+rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir}/doc/opensc
 
 # Remove a wrapper shell script
 rm -f $RPM_BUILD_ROOT%{_mingw32_bindir}/cardos-info
@@ -78,8 +76,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING NEWS README*
-%doc docdir/*
+%doc COPYING
 %config(noreplace) %{_mingw32_sysconfdir}/opensc.conf
 
 %{_mingw32_bindir}/cardos-info.bat
@@ -126,6 +123,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 18 2009 Kalev Lember <kalev at smartlink.ee> - 0.11.9-1
+- Update to 0.11.9
+- Removed docs which duplicate the ones in native package
+- Spec file cleanups
+
 * Sun Aug 30 2009 Kalev Lember <kalev at smartlink.ee> - 0.11.8-4
 - Rebuilt with new mingw32-openssl
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-opensc/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	13 May 2009 01:55:32 -0000	1.3
+++ sources	18 Sep 2009 21:02:38 -0000	1.4
@@ -1 +1 @@
-a269b478b18dddb648b9bd930206b5a8  opensc-0.11.8.tar.gz
+ff9b5ee4f00693873d54d83398e20847  opensc-0.11.9.tar.gz




More information about the scm-commits mailing list