Change source url

This commit is contained in:
wk333 2022-11-16 09:30:53 +08:00
parent e76edd71d6
commit c026af6e5d

View File

@ -5,11 +5,11 @@
d=%{_sysconfdir}/rpm; echo $d)
Name: gnustep-make
Version: 2.8.0
Release: 1
Release: 2
Summary: GNUstep makefile package
License: GPLv3+
URL: http://www.gnustep.org/
Source0: ftp://ftp.gnustep.org/pub/gnustep/core/%{name}-%{version}.tar.gz
Source0: https://github.com/gnustep/tools-make/releases/download/make-2_8_0/gnustep-make-2.8.0.tar.gz
Source1: %{name}-macros.gnustep
BuildRequires: gcc-objc texinfo-tex tetex-latex tetex-dvips latex2html texi2html make
Requires: gnustep-filesystem%{?_isa} = %{version}-%{release}
@ -88,5 +88,8 @@ install -p -m 644 macros.gnustep %{buildroot}%{macrosdir}
%doc %{_datadir}/GNUstep/Documentation/*
%changelog
* Wed Nov 16 2022 wangkai <wangkai385@h-partners.com> - 2.8.0-2
- Change source url
* Tue Sep 7 2021 zhengyaohui <zhengyaohui1@huawei.com> - 2.8.0-1
- package init