import mingw-srvany-1.1-3.el9
This commit is contained in:
parent
8ba9a1581e
commit
7aba0852b9
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/rhsrvany-89f2162cdbc5a013d9baae2b9761c9176be3376f.tar.gz
|
||||
SOURCES/rhsrvany-1.1.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
e22e71e2cae1fcab196d4972db10b4bdfcba0afd SOURCES/rhsrvany-89f2162cdbc5a013d9baae2b9761c9176be3376f.tar.gz
|
||||
abbe7b84e6cb5b78fe129ef799da59d331622614 SOURCES/rhsrvany-1.1.tar.gz
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user