[pcsc-tools] Keep smartcard list from tarball

Tomáš Mráz tmraz at fedoraproject.org
Tue Sep 7 11:11:50 UTC 2010


commit 774055b3f51f75c7687aa380ab39759e274ee63e
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Tue Sep 7 13:11:53 2010 +0200

    Keep smartcard list from tarball

 pcsc-tools.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pcsc-tools.spec b/pcsc-tools.spec
index 524e7fd..4c66c8e 100644
--- a/pcsc-tools.spec
+++ b/pcsc-tools.spec
@@ -8,7 +8,7 @@ License:        GPLv2+
 URL:            http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
 Source0:        http://ludovic.rousseau.free.fr/softwares/pcsc-tools/%{name}-%{version}.tar.gz
 Source1:        http://ludovic.rousseau.free.fr/softwares/pcsc-tools/%{name}-%{version}.tar.gz.asc
-Source2:        smartcard_list.txt
+#Source2:        smartcard_list.txt
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -25,7 +25,7 @@ that from a GTK user interface.
 
 %prep
 %setup -q
-cp -a %{SOURCE2} smartcard_list.txt
+#cp -a %%{SOURCE2} smartcard_list.txt
 sed -i -e 's/-O2 -g/$(RPM_OPT_FLAGS)/' Makefile
 
 f=Changelog ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f


More information about the scm-commits mailing list