Rebase to Fedora Rawhide
resolves: rhbz#2135769 side-tag: c9s-build-side-1410-stack-gate
This commit is contained in:
parent
1bd9ec9153
commit
79b06d6ec0
@ -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
|
||||
|
||||
* 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 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.
|
||||
|
||||
* 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.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rhsrvany-89f2162cdbc5a013d9baae2b9761c9176be3376f.tar.gz) = 065a34d60b458a5e3b5d28b675d314b6459c11ce4e7aa37552024dffb47325ea5fcbdc2a6502281d20abaed6ad80c8f4605c3c516d58276c9cd509070bac61f0
|
||||
SHA512 (rhsrvany-1.1.tar.gz) = 6d7454e5b77864a9caf16143a1b32a3bae1d528aaeb20d4c4699b76c7a3e7a87c1c2e2bb7cc5290566bedff7b9821849969899652a207735733b183316f160bb
|
||||
|
Loading…
Reference in New Issue
Block a user