#1 Use make macros
Opened 3 years ago by tstellar. Modified 3 years ago
rpms/ tstellar/autogen make-macros  into  rawhide

file modified
+7 -3
@@ -1,7 +1,7 @@ 

  Summary:	Automated text file generator

  Name:		autogen

  Version:	5.18.16

- Release:	6%{?dist}

+ Release:	7%{?dist}

  # Some files are licensed under GPLv2+.

  # We redistribute them under GPLv3+.

  License:	GPLv3+
@@ -81,13 +81,13 @@ 

  # Omit unused direct shared library dependencies.

  sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' ./libtool

  

- make %{?_smp_mflags}

+ %make_build

  

  %check

  make check

  

  %install

- make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT

+ %make_install

  find $RPM_BUILD_ROOT -type f -name "*.la" -delete

  find $RPM_BUILD_ROOT -type f -name "*.a" -delete

  
@@ -144,6 +144,10 @@ 

  %{_includedir}/autoopts/usage-txt.h

  

  %changelog

+ * Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 5.18.16-7

+ - Use make macros

+ - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro

+ 

  * Wed Jul 01 2020 Tomas Korbar <tkorbar@redhat.com> - 5.18.16-6

  - Rebuild with guile-2.2

  

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.