[mingw-libgnurx: 13/15] Renamed the source package to mingw-libgnurx (#800429)

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 19:21:08 UTC 2012


commit 039c660796f293c92be8ded9d24ab5e7b0c5c2a5
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Mar 6 21:14:36 2012 +0200

    Renamed the source package to mingw-libgnurx (#800429)

 mingw32-libgnurx.spec => mingw-libgnurx.spec |   24 +++++++++++++++++-------
 1 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/mingw32-libgnurx.spec b/mingw-libgnurx.spec
similarity index 88%
rename from mingw32-libgnurx.spec
rename to mingw-libgnurx.spec
index 465d9c7..57b5622 100644
--- a/mingw32-libgnurx.spec
+++ b/mingw-libgnurx.spec
@@ -5,9 +5,9 @@
 %global __find_provides %{_mingw32_findprovides}
 %define __debug_install_post %{_mingw32_debug_install_post} 
 
-Name:           mingw32-libgnurx
+Name:           mingw-libgnurx
 Version:        2.5.1
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        MinGW Regex library
 
 License:        LGPLv2+
@@ -30,12 +30,19 @@ BuildRequires:  mingw32-binutils
 MinGW Windows regular expression library.
 
 
-%package static
+%package -n mingw32-libgnurx
+Summary:        MinGW Regex library
+
+%description -n mingw32-libgnurx
+MinGW Windows regular expression library.
+
+
+%package -n mingw32-libgnurx-static
 Summary:        Static version of the MinGW Windows regular expression library
-Requires:       %{name} = %{version}-%{release}
+Requires:       mingw32-libgnurx = %{version}-%{release}
 Group:          Development/Libraries
 
-%description static
+%description -n mingw32-libgnurx-static
 Static version of the MinGW Windows regular expression library.
 
 
@@ -87,7 +94,7 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_datadir}/man
 rm -rf $RPM_BUILD_ROOT
 
 
-%files 
+%files -n mingw32-libgnurx
 %defattr(-,root,root,-)
 %doc COPYING.LIB
 %{_mingw32_bindir}/libgnurx-0.dll
@@ -95,12 +102,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_libdir}/libregex.dll.a
 %{_mingw32_libdir}/libregex.la
 
-%files static
+%files -n mingw32-libgnurx-static
 %defattr(-,root,root,-)
 %{_mingw32_libdir}/libregex.a
 
 
 %changelog
+* Tue Mar 06 2012 Kalev Lember <kalevlember at gmail.com> - 2.5.1-10
+- Renamed the source package to mingw-libgnurx (#800429)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.5.1-9
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list