rpms/ccid/devel ccid.spec,1.3,1.4

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sun Nov 13 11:35:12 UTC 2005


Author: scop

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

Modified Files:
	ccid.spec 
Log Message:
* Thu Nov  3 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.4.1-6
- Clean up build dependencies.
- Convert docs to UTF-8.



Index: ccid.spec
===================================================================
RCS file: /cvs/extras/rpms/ccid/devel/ccid.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ccid.spec	6 Apr 2005 22:11:33 -0000	1.3
+++ ccid.spec	13 Nov 2005 11:35:09 -0000	1.4
@@ -1,7 +1,6 @@
 Name:           ccid
 Version:        0.4.1
-Release:        5
-
+Release:        6%{?dist}
 Summary:        Generic USB CCID smart card reader driver
 
 Group:          System Environment/Libraries
@@ -10,10 +9,12 @@
 Source0:        https://alioth.debian.org/download.php/501/ccid-0.4.1.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# XFree86-devel for makedepend
-BuildRequires:  XFree86-devel, flex, perl
-BuildRequires:  libusb-devel >= 0.1.7, pcsc-lite-devel >= 1.2.0
-Requires:       libusb >= 0.1.7, pcsc-lite >= 1.2.0
+BuildRequires:  flex
+BuildRequires:  perl
+BuildRequires:  libusb-devel >= 0.1.7
+BuildRequires:  pcsc-lite-devel >= 1.2.0
+Requires:       libusb >= 0.1.7
+Requires:       pcsc-lite >= 1.2.0
 Provides:       pcsc-ifd-handler
 
 %description
@@ -22,6 +23,9 @@
 
 %prep
 %setup -q
+for f in ChangeLog README ; do
+  iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
+done
 
 
 %build
@@ -58,7 +62,11 @@
 
 
 %changelog
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Thu Nov  3 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.4.1-6
+- Clean up build dependencies.
+- Convert docs to UTF-8.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.4.1-5
 - rebuilt
 
 * Fri Feb 25 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.4.1-4




More information about the fedora-extras-commits mailing list