rpms/pcsc-lite/devel pcsc-lite.spec,1.30,1.31

Kalev Lember kalev at fedoraproject.org
Thu Jul 8 19:26:58 UTC 2010


Author: kalev

Update of /cvs/pkgs/rpms/pcsc-lite/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22492

Modified Files:
	pcsc-lite.spec 
Log Message:
Include COPYING in libs subpackage as per new licensing guidelines



Index: pcsc-lite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pcsc-lite/devel/pcsc-lite.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- pcsc-lite.spec	4 Jul 2010 21:19:06 -0000	1.30
+++ pcsc-lite.spec	8 Jul 2010 19:26:58 -0000	1.31
@@ -2,7 +2,7 @@
 
 Name:           pcsc-lite
 Version:        1.6.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        PC/SC Lite smart card framework and applications
 
 Group:          System Environment/Daemons
@@ -57,6 +57,7 @@ PC/SC Lite development files.
 Summary:        PC/SC Lite developer documentation
 Group:          Documentation
 BuildArch:      noarch
+Requires:       %{name}-libs = %{version}-%{release}
 
 %description    doc
 %{summary}.
@@ -127,7 +128,7 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog* COPYING DRIVERS HELP README SECURITY TODO
+%doc AUTHORS ChangeLog* DRIVERS HELP README SECURITY TODO
 %dir %{_sysconfdir}/reader.conf.d/
 %{_initrddir}/pcscd
 %{_sbindir}/pcscd
@@ -137,6 +138,7 @@ fi
 
 %files libs
 %defattr(-,root,root,-)
+%doc COPYING
 %{_libdir}/libpcsclite.so.*
 
 %files devel
@@ -151,6 +153,9 @@ fi
 
 
 %changelog
+* Thu Jul 08 2010 Kalev Lember <kalev at smartlink.ee> - 1.6.1-5
+- Include COPYING in libs subpackage as per new licensing guidelines
+
 * Mon Jul 05 2010 Kalev Lember <kalev at smartlink.ee> - 1.6.1-4
 - Patch to fix crash with empty config directory
 



More information about the scm-commits mailing list