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

This commit is contained in:
Kalev Lember 2012-03-07 19:45:44 +02:00
parent 69f42ab1fc
commit c5a97eadde
1 changed files with 14 additions and 3 deletions

View File

@ -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@gmail.com> - 1.0-8
- Renamed the source package to mingw-srvany (#801031)
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.0-7
- Rebuild against the mingw-w64 toolchain