2010-12-15 11:43:23 +00:00
|
|
|
%define __strip %{_mingw32_strip}
|
|
|
|
%define __objdump %{_mingw32_objdump}
|
|
|
|
|
|
|
|
%global upstream_version 31b3bf3
|
|
|
|
|
2012-03-07 17:45:44 +00:00
|
|
|
Name: mingw-srvany
|
2010-12-15 11:43:23 +00:00
|
|
|
Version: 1.0
|
2012-03-07 17:45:44 +00:00
|
|
|
Release: 8%{?dist}
|
2010-12-15 11:43:23 +00:00
|
|
|
Summary: Utility for creating services for Windows
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: GPLv2+
|
|
|
|
URL: http://github.com/beekhof/mingw32-srvany
|
|
|
|
Source0: http://github.com/downloads/beekhof/mingw32-srvany/mingw32-srvany-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
BuildRequires: automake autoconf libtool
|
|
|
|
BuildRequires: redhat-rpm-config
|
2012-03-07 17:46:16 +00:00
|
|
|
BuildRequires: mingw32-filesystem
|
2010-12-15 11:43:23 +00:00
|
|
|
BuildRequires: mingw32-gcc
|
|
|
|
BuildRequires: mingw32-gcc-c++
|
|
|
|
BuildRequires: mingw32-binutils
|
|
|
|
|
|
|
|
%description
|
|
|
|
Utility for creating a service from any MinGW Windows binary
|
|
|
|
|
2012-03-07 17:45:44 +00:00
|
|
|
|
|
|
|
%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
|
|
|
|
|
|
|
|
|
2010-12-15 11:43:23 +00:00
|
|
|
%prep
|
|
|
|
%setup -q -n beekhof-mingw32-srvany-%{upstream_version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -i
|
|
|
|
%{_mingw32_configure}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
2012-03-07 17:45:44 +00:00
|
|
|
%files -n mingw32-srvany
|
2010-12-15 11:43:23 +00:00
|
|
|
%{_mingw32_bindir}/srvany.exe
|
|
|
|
%doc COPYING
|
|
|
|
%doc AUTHORS
|
|
|
|
|
|
|
|
%changelog
|
2012-03-07 17:45:44 +00:00
|
|
|
* Wed Mar 07 2012 Kalev Lember <kalevlember@gmail.com> - 1.0-8
|
|
|
|
- Renamed the source package to mingw-srvany (#801031)
|
2012-03-07 17:46:16 +00:00
|
|
|
- Modernize the spec file
|
2012-03-07 17:45:44 +00:00
|
|
|
|
2012-02-27 19:26:53 +00:00
|
|
|
* Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 1.0-7
|
|
|
|
- Rebuild against the mingw-w64 toolchain
|
|
|
|
|
2012-01-13 10:09:10 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-08 19:12:35 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-15 11:43:23 +00:00
|
|
|
* Fri Dec 3 2010 Andrew Beekhof <andrew@beekhof.net> - 1.0-4
|
|
|
|
- Fixed the license tag
|
|
|
|
|
|
|
|
* Mon Oct 25 2010 Andrew Beekhof <andrew@beekhof.net> - 1.0-3
|
|
|
|
- Incorporate feedback from Fedora review
|
|
|
|
|
|
|
|
* Mon Sep 13 2010 Andrew Beekhof <andrew@beekhof.net> - 1.0-1
|
|
|
|
- Initial build.
|