[mingw-libp11: 18/21] Renamed the source package to mingw-libp11

epienbro epienbro at fedoraproject.org
Wed Mar 7 19:49:24 UTC 2012


commit f47acad9a61926595714c321c80da7ba58e5e5dc
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 20:45:21 2012 +0100

    Renamed the source package to mingw-libp11

 mingw32-libp11.spec => mingw-libp11.spec |   22 +++++++++++++++++-----
 1 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/mingw32-libp11.spec b/mingw-libp11.spec
similarity index 86%
rename from mingw32-libp11.spec
rename to mingw-libp11.spec
index 2e42673..dbe9f84 100644
--- a/mingw32-libp11.spec
+++ b/mingw-libp11.spec
@@ -5,9 +5,9 @@
 %global __find_provides %{_mingw32_findprovides}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
-Name:           mingw32-libp11
+Name:           mingw-libp11
 Version:        0.2.8
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        MingGW Windows libp11 library
 
 Group:          Development/Libraries
@@ -25,8 +25,6 @@ BuildRequires:  mingw32-libltdl
 BuildRequires:  mingw32-openssl
 BuildRequires:  pkgconfig
 
-Requires:       pkgconfig
-
 
 %description
 Libp11 is a library implementing a small layer on top of PKCS#11 API to
@@ -35,6 +33,17 @@ make using PKCS#11 implementations easier.
 This is the MinGW cross-compiled Windows library.
 
 
+%package -n mingw32-libp11
+Summary:        MingGW Windows libp11 library
+Requires:       pkgconfig
+
+%description -n mingw32-libp11
+Libp11 is a library implementing a small layer on top of PKCS#11 API to
+make using PKCS#11 implementations easier.
+
+This is the MinGW cross-compiled Windows library.
+
+
 %{?_mingw32_debug_package}
 
 
@@ -60,7 +69,7 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_docdir}/libp11
 rm -rf $RPM_BUILD_ROOT
 
 
-%files
+%files -n mingw32-libp11
 %defattr(-,root,root,-)
 %doc COPYING NEWS
 %{_mingw32_bindir}/libp11-2.dll
@@ -72,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.2.8-4
+- Renamed the source package to mingw-libp11 (RHBZ #800920)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.2.8-3
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list