rpms/ccid/devel .cvsignore, 1.2, 1.3 ccid.spec, 1.5, 1.6 sources, 1.2, 1.3

Ville Skytta (scop) fedora-extras-commits at redhat.com
Mon Mar 6 15:39:09 UTC 2006


Author: scop

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

Modified Files:
	.cvsignore ccid.spec sources 
Log Message:
* Mon Mar  6 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.0.0-1
- 1.0.0, license changed to LGPL.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ccid/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	25 Feb 2005 20:09:05 -0000	1.2
+++ .cvsignore	6 Mar 2006 15:39:09 -0000	1.3
@@ -1 +1 @@
-ccid-0.4.1.tar.gz
+ccid-1.0.0.tar.gz


Index: ccid.spec
===================================================================
RCS file: /cvs/extras/rpms/ccid/devel/ccid.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ccid.spec	15 Feb 2006 07:16:54 -0000	1.5
+++ ccid.spec	6 Mar 2006 15:39:09 -0000	1.6
@@ -1,20 +1,20 @@
+%define dropdir %(pkg-config libpcsclite --variable usbdropdir)
+
 Name:           ccid
-Version:        0.4.1
-Release:        7%{?dist}
+Version:        1.0.0
+Release:        1%{?dist}
 Summary:        Generic USB CCID smart card reader driver
 
 Group:          System Environment/Libraries
-License:        GPL
+License:        LGPL
 URL:            http://pcsclite.alioth.debian.org/ccid.html
-Source0:        https://alioth.debian.org/download.php/501/ccid-0.4.1.tar.gz
+Source0:        https://alioth.debian.org/download.php/1474/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  flex
-BuildRequires:  perl
 BuildRequires:  libusb-devel >= 0.1.7
-BuildRequires:  pcsc-lite-devel >= 1.2.0
+BuildRequires:  pcsc-lite-devel >= 1.3.0
 Requires:       libusb >= 0.1.7
-Requires:       pcsc-lite >= 1.2.0
+Requires:       pcsc-lite >= 1.3.0
 Provides:       pcsc-ifd-handler
 
 %description
@@ -29,9 +29,7 @@
 
 
 %build
-%configure --disable-dependency-tracking \
-  --enable-usbdropdir=%{_libdir}/pcsc/drivers \
-  --enable-ccidtwindir=%{_libdir}/pcsc/drivers/serial
+%configure --disable-dependency-tracking --disable-static
 make %{?_smp_mflags}
 
 
@@ -58,11 +56,14 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README GemPCTwin.reader.conf
-%{_libdir}/pcsc/drivers/ifd-ccid.bundle/
-%{_libdir}/pcsc/drivers/serial/
+%{dropdir}/ifd-ccid.bundle/
+%{dropdir}/serial/
 
 
 %changelog
+* Mon Mar  6 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.0.0-1
+- 1.0.0, license changed to LGPL.
+
 * Wed Feb 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.4.1-7
 - Rebuild.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ccid/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	25 Feb 2005 20:09:05 -0000	1.2
+++ sources	6 Mar 2006 15:39:09 -0000	1.3
@@ -1 +1 @@
-dbe00b32b018a96e7eecb832cf6d1adf  ccid-0.4.1.tar.gz
+cae1d55c3361d6202adfdbea9d4e94d7  ccid-1.0.0.tar.gz




More information about the fedora-extras-commits mailing list