rpms/openct/FC-5 .cvsignore, 1.5, 1.6 openct.spec, 1.10, 1.11 sources, 1.5, 1.6

Ville Skytta (scop) fedora-extras-commits at redhat.com
Tue Jun 20 15:11:15 UTC 2006


Author: scop

Update of /cvs/extras/rpms/openct/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24307

Modified Files:
	.cvsignore openct.spec sources 
Log Message:
* Tue Jun 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.6.8-1
- 0.6.8.

* Thu May 25 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.6.7-3
- Make installation more multilib friendly.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/openct/FC-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	7 May 2006 13:48:13 -0000	1.5
+++ .cvsignore	20 Jun 2006 15:11:15 -0000	1.6
@@ -1 +1 @@
-openct-0.6.7.tar.gz
+openct-0.6.8.tar.gz


Index: openct.spec
===================================================================
RCS file: /cvs/extras/rpms/openct/FC-5/openct.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- openct.spec	7 May 2006 13:48:13 -0000	1.10
+++ openct.spec	20 Jun 2006 15:11:15 -0000	1.11
@@ -1,8 +1,8 @@
 %define dropdir %(pkg-config libpcsclite --variable=usbdropdir)
 
 Name:           openct
-Version:        0.6.7
-Release:        2%{?dist}
+Version:        0.6.8
+Release:        1%{?dist}
 Summary:        Middleware framework for smart card terminals
 
 Group:          System Environment/Libraries
@@ -57,7 +57,7 @@
 %setup -q
 sh bootstrap # avoid standard rpaths on lib64 archs
 sed -i -e 's|^\([A-Z]\)|# \1|' etc/reader.conf.in
-sed -i -e 's|/etc/hotplug/usb/openct|%{_libdir}/openct/hotplug|' \
+sed -i -e 's|/etc/hotplug/usb/openct|%{_datadir}/openct/hotplug|' \
     etc/openct.udev
 
 
@@ -78,7 +78,7 @@
 
 install -Dpm 644 etc/openct.udev \
     $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/60-openct.rules
-install -Dpm 755 etc/hotplug.openct $RPM_BUILD_ROOT%{_libdir}/openct/hotplug
+install -Dpm 755 etc/hotplug.openct $RPM_BUILD_ROOT%{_datadir}/openct/hotplug
 
 install -pm 644 etc/openct.conf $RPM_BUILD_ROOT%{_sysconfdir}/openct.conf
 
@@ -132,7 +132,8 @@
 %doc LGPL-2.1 NEWS TODO doc/*.html doc/*.css
 %config(noreplace) %{_sysconfdir}/openct.conf
 %config(noreplace) %{_sysconfdir}/sysconfig/openct
-%config(noreplace) %{_sysconfdir}/udev/rules.d/*openct.rules
+# Temporarily not noreplace, 0.6.7-2 -> 0.6.7-3
+%config %{_sysconfdir}/udev/rules.d/*openct.rules
 %{_initrddir}/openct
 %{_bindir}/openct-tool
 %{_sbindir}/ifdhandler
@@ -140,7 +141,7 @@
 %{_sbindir}/openct-control
 %{_libdir}/ctapi/libopenctapi.so
 %{_libdir}/libopenct.so.*
-%{_libdir}/openct/
+%{_datadir}/openct/
 %dir %{_localstatedir}/run/openct/
 %ghost %{_localstatedir}/run/openct/status
 %{_mandir}/man1/openct-tool.1*
@@ -159,6 +160,12 @@
 
 
 %changelog
+* Tue Jun 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.6.8-1
+- 0.6.8.
+
+* Thu May 25 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.6.7-3
+- Make installation more multilib friendly.
+
 * Sat May  6 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.6.7-2
 - Install CT-API module into %%{_libdir}/ctapi, add dependency on it (#190903).
 - Update URL.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/openct/FC-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	7 May 2006 13:48:13 -0000	1.5
+++ sources	20 Jun 2006 15:11:15 -0000	1.6
@@ -1 +1 @@
-1b33d319f364acafbcf130d7ba34ea4c  openct-0.6.7.tar.gz
+8fca95145f28929bf5f06bc03b32b625  openct-0.6.8.tar.gz




More information about the fedora-extras-commits mailing list