[mingw-srvany: 7/9] Renamed the source package to mingw-srvany (#801031)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 17:48:17 UTC 2012


commit c5a97eaddeaf1b11e695000be24a1dd94c3811da
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 7 19:45:44 2012 +0200

    Renamed the source package to mingw-srvany (#801031)

 mingw32-srvany.spec => mingw-srvany.spec |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-srvany.spec b/mingw-srvany.spec
similarity index 84%
rename from mingw32-srvany.spec
rename to mingw-srvany.spec
index 4a4c75e..c981837 100644
--- a/mingw32-srvany.spec
+++ b/mingw-srvany.spec
@@ -6,9 +6,9 @@
 
 %global upstream_version 31b3bf3
 
-Name:		mingw32-srvany
+Name:		mingw-srvany
 Version:	1.0
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	Utility for creating services for Windows
 
 Group:		Development/Libraries
@@ -28,6 +28,14 @@ BuildRequires:	mingw32-binutils
 %description
 Utility for creating a service from any MinGW Windows binary
 
+
+%package -n mingw32-srvany
+Summary:	Utility for creating services for Windows
+
+%description -n mingw32-srvany
+Utility for creating a service from any MinGW Windows binary
+
+
 %prep
 %setup -q -n beekhof-mingw32-srvany-%{upstream_version}
 
@@ -43,13 +51,16 @@ make DESTDIR=$RPM_BUILD_ROOT install
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -n mingw32-srvany
 %defattr(-,root,root,-)
 %{_mingw32_bindir}/srvany.exe
 %doc COPYING
 %doc AUTHORS
 
 %changelog
+* Wed Mar 07 2012 Kalev Lember <kalevlember at gmail.com> - 1.0-8
+- Renamed the source package to mingw-srvany (#801031)
+
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.0-7
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list