| |
@@ -3,7 +3,7 @@
|
| |
Summary: A GNU stream text editor
|
| |
Name: sed
|
| |
Version: 4.8
|
| |
- Release: 1%{?dist}
|
| |
+ Release: 2%{?dist}
|
| |
License: GPLv3+
|
| |
URL: http://sed.sourceforge.net/
|
| |
Source0: ftp://ftp.gnu.org/pub/gnu/sed/sed-%{version}.tar.xz
|
| |
@@ -38,7 +38,7 @@
|
| |
|
| |
%build
|
| |
%configure --without-included-regex
|
| |
- make %{_smp_mflags}
|
| |
+ %make_build
|
| |
install -m 644 -p %{SOURCE1} sedfaq.txt
|
| |
gzip -9 sedfaq.txt
|
| |
|
| |
@@ -49,7 +49,7 @@
|
| |
|
| |
%install
|
| |
rm -rf ${RPM_BUILD_ROOT}
|
| |
- make DESTDIR=$RPM_BUILD_ROOT install
|
| |
+ %make_install
|
| |
rm -f ${RPM_BUILD_ROOT}/%{_infodir}/dir
|
| |
|
| |
%find_lang %{name}
|
| |
@@ -63,6 +63,10 @@
|
| |
%{_mandir}/man1/sed.1*
|
| |
|
| |
%changelog
|
| |
+ * Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 4.8-2
|
| |
+ - Use make macros
|
| |
+ - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
| |
+
|
| |
* Tue Feb 11 2020 Jakub Martisko <jamartis@redhat.com> - 4.8-1
|
| |
- Rebase to 4.8
|
| |
- Refresh the downstream patch and split it into two
|
| |
This pull request was create automatically for the f33 change:
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
Please review the patch and if you approve the changes, merge it after the simple-koji-ci test passes.
This pull request will be automatically merged in 1 week if there are not objections.