|
|
|
@ -4,29 +4,25 @@
|
|
|
|
|
%global mingw_build_win32 1
|
|
|
|
|
%global mingw_build_win64 0
|
|
|
|
|
|
|
|
|
|
%global gitdate 20210127
|
|
|
|
|
%global commit 89f2162cdbc5a013d9baae2b9761c9176be3376f
|
|
|
|
|
%global shortcommit 89f2162c
|
|
|
|
|
Name: mingw-srvany
|
|
|
|
|
Version: 1.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Utility for creating services for Windows
|
|
|
|
|
|
|
|
|
|
Name: mingw-srvany
|
|
|
|
|
Version: 1.0
|
|
|
|
|
Release: 29.%{gitdate}git%{shortcommit}%{?dist}
|
|
|
|
|
Summary: Utility for creating services for Windows
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
URL: http://github.com/rwmjones/rhsrvany
|
|
|
|
|
Source0: https://github.com/rwmjones/rhsrvany/archive/%{commit}/rhsrvany-%{commit}.tar.gz
|
|
|
|
|
Source1: COPYING
|
|
|
|
|
URL: https://github.com/rwmjones/rhsrvany
|
|
|
|
|
Source0: https://github.com/rwmjones/rhsrvany/archive/refs/tags/v%{version}.tar.gz#/rhsrvany-%{version}.tar.gz
|
|
|
|
|
Source1: COPYING
|
|
|
|
|
|
|
|
|
|
# Needed because we build from the git version, using autoreconf.
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: automake autoconf libtool
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: automake autoconf libtool
|
|
|
|
|
|
|
|
|
|
BuildRequires: mingw32-filesystem
|
|
|
|
|
BuildRequires: mingw32-gcc
|
|
|
|
|
BuildRequires: mingw32-gcc-c++
|
|
|
|
|
BuildRequires: mingw32-filesystem
|
|
|
|
|
BuildRequires: mingw32-gcc
|
|
|
|
|
BuildRequires: mingw32-gcc-c++
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -45,7 +41,7 @@ Utility for creating a service from any MinGW Windows binary
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n rhsrvany-%{commit}
|
|
|
|
|
%setup -q -n rhsrvany-%{version}
|
|
|
|
|
cp %{SOURCE1} .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -66,12 +62,17 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.0-29.20210127git89f2162c
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Oct 19 2021 Richard W.M. Jones <rjones@redhat.com> - 1.1-1
|
|
|
|
|
- Move to real version numbers upstream.
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0-28.20210127git89f2162c
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-28.20210127git89f2162c
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Richard W.M. Jones <rjones@redhat.com> - 1.0-27
|
|
|
|
|
- Update to 20210127.
|
|
|
|
|