[mingw-opensc: 23/24] Renamed the source package to mingw-opensc (#801009)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 16:20:53 UTC 2012


commit 228e12c1ab53516dc226118ce47fa85174f3def9
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 18:16:46 2012 +0200

    Renamed the source package to mingw-opensc (#801009)

 mingw32-opensc.spec => mingw-opensc.spec |   24 +++++++++++++++++++++---
 1 files changed, 21 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-opensc.spec b/mingw-opensc.spec
similarity index 83%
rename from mingw32-opensc.spec
rename to mingw-opensc.spec
index e3093d9..ab46181 100644
--- a/mingw32-opensc.spec
+++ b/mingw-opensc.spec
@@ -2,9 +2,9 @@
 %global __objdump %{_mingw32_objdump}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
-Name:           mingw32-opensc
+Name:           mingw-opensc
 Version:        0.12.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        MingGW Windows OpenSC library
 
 Group:          Development/Libraries
@@ -33,6 +33,21 @@ every software/card that does so, too.
 This is the MinGW cross-compiled Windows library.
 
 
+%package -n mingw32-opensc
+Summary:        MingGW Windows OpenSC library
+
+%description -n mingw32-opensc
+OpenSC provides a set of libraries and utilities to work with smart cards. Its
+main focus is on cards that support cryptographic operations, and facilitate
+their use in security applications such as authentication, mail encryption and
+digital signatures. OpenSC implements the PKCS#11 API so applications
+supporting this API (such as Mozilla Firefox and Thunderbird) can use it. On
+the card OpenSC implements the PKCS#15 standard and aims to be compatible with
+every software/card that does so, too.
+
+This is the MinGW cross-compiled Windows library.
+
+
 %{?_mingw32_debug_package}
 
 
@@ -62,7 +77,7 @@ rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/*.def
 rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/*.dll.a
 
 
-%files
+%files -n mingw32-opensc
 %doc COPYING
 %config(noreplace) %{_mingw32_sysconfdir}/opensc.conf
 %{_mingw32_bindir}/*.exe
@@ -75,6 +90,9 @@ rm -f $RPM_BUILD_ROOT%{_mingw32_libdir}/*.dll.a
 
 
 %changelog
+* Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 0.12.2-4
+- Renamed the source package to mingw-opensc (#801009)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.12.2-3
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list