[mingw-filesystem: 73/73] Rename the source package to mingw-filesystem (#673784)

Kalev Lember kalev at fedoraproject.org
Thu Feb 23 19:18:46 UTC 2012


commit 76112273c5c3cd7ad8d78f4b20aeabc1e735f3ae
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu Feb 23 13:04:39 2012 +0200

    Rename the source package to mingw-filesystem (#673784)

 mingw32-filesystem.spec => mingw-filesystem.spec |   24 +++++++++++++++++----
 1 files changed, 19 insertions(+), 5 deletions(-)
---
diff --git a/mingw32-filesystem.spec b/mingw-filesystem.spec
similarity index 97%
rename from mingw32-filesystem.spec
rename to mingw-filesystem.spec
index 17ee36f..ff4113d 100644
--- a/mingw32-filesystem.spec
+++ b/mingw-filesystem.spec
@@ -1,8 +1,8 @@
 %define debug_package %{nil}
 
-Name:           mingw32-filesystem
+Name:           mingw-filesystem
 Version:        69
-Release:        14%{?dist}
+Release:        15%{?dist}
 Summary:        MinGW base filesystem and environment
 
 Group:          Development/Libraries
@@ -25,6 +25,18 @@ Source10:       mingw32.attr
 # ls -1 /usr/lib64/wine/fakedlls | grep "\.dll$" >standard-dlls
 Source11:       standard-dlls
 
+
+%description
+This package contains the base filesystem layout, RPM macros and
+environment for all Fedora MinGW packages.
+
+This environment is maintained by the Fedora MinGW SIG at:
+
+  http://fedoraproject.org/wiki/SIGs/MinGW
+
+
+%package -n mingw32-filesystem
+Summary:        MinGW base filesystem and environment
 Requires:       pkgconfig
 
 # Note about 'Provides: mingw32(foo.dll)'
@@ -43,8 +55,7 @@ Requires:       pkgconfig
 #
 Provides:       %(sed "s/\(.*\)/mingw32(\1) /g" %{SOURCE11} | tr "\n" " ")
 
-
-%description
+%description -n mingw32-filesystem
 This package contains the base filesystem layout, RPM macros and
 environment for all Fedora MinGW packages.
 
@@ -137,7 +148,7 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/mingw32
 install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/mingw32
 
 
-%files
+%files -n mingw32-filesystem
 %doc COPYING
 %config(noreplace) %{_sysconfdir}/rpm/macros.mingw32
 %config(noreplace) %{_sysconfdir}/profile.d/mingw32.sh
@@ -156,6 +167,9 @@ install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/mingw32
 
 
 %changelog
+* Thu Feb 23 2012 Kalev Lember <kalevlember at gmail.com> - 69-15
+- Rename the source package to mingw-filesystem (#673784)
+
 * Sun Feb  5 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 69-14
 - Use a more complete list of Win32 default dlls based on the
   dlls exported by wine (thanks to Levente Farkas). RHBZ #787486


More information about the scm-commits mailing list