Use mingw macros without leading underscore

This commit is contained in:
Kalev Lember 2012-03-07 19:46:33 +02:00
parent 56fb5e71fd
commit 80bf01be56

View File

@ -1,5 +1,5 @@
%define __strip %{_mingw32_strip} %define __strip %{mingw32_strip}
%define __objdump %{_mingw32_objdump} %define __objdump %{mingw32_objdump}
%global upstream_version 31b3bf3 %global upstream_version 31b3bf3
@ -37,14 +37,14 @@ Utility for creating a service from any MinGW Windows binary
%build %build
autoreconf -i autoreconf -i
%{_mingw32_configure} %{mingw32_configure}
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install
%files -n mingw32-srvany %files -n mingw32-srvany
%{_mingw32_bindir}/srvany.exe %{mingw32_bindir}/srvany.exe
%doc COPYING %doc COPYING
%doc AUTHORS %doc AUTHORS
@ -52,6 +52,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
* Wed Mar 07 2012 Kalev Lember <kalevlember@gmail.com> - 1.0-8 * Wed Mar 07 2012 Kalev Lember <kalevlember@gmail.com> - 1.0-8
- Renamed the source package to mingw-srvany (#801031) - Renamed the source package to mingw-srvany (#801031)
- Modernize the spec file - Modernize the spec file
- Use mingw macros without leading underscore
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.0-7 * Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.0-7
- Rebuild against the mingw-w64 toolchain - Rebuild against the mingw-w64 toolchain