From a270ae04c6ece240084672cdfb628a81fc8396ab Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 8 Jul 2010 19:26:58 +0000 Subject: [PATCH] Include COPYING in libs subpackage as per new licensing guidelines --- pcsc-lite.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pcsc-lite.spec b/pcsc-lite.spec index fe5d0a3..0b5fea9 100644 --- a/pcsc-lite.spec +++ b/pcsc-lite.spec @@ -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 - 1.6.1-5 +- Include COPYING in libs subpackage as per new licensing guidelines + * Mon Jul 05 2010 Kalev Lember - 1.6.1-4 - Patch to fix crash with empty config directory