Use the generic build target instead of generic_gcc
This commit is contained in:
parent
eaea924793
commit
0a4a3aefb6
7
zip.spec
7
zip.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A file compression and packaging utility compatible with PKZIP
|
Summary: A file compression and packaging utility compatible with PKZIP
|
||||||
Name: zip
|
Name: zip
|
||||||
Version: 3.0
|
Version: 3.0
|
||||||
Release: 29%{?dist}
|
Release: 30%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Source: http://downloads.sourceforge.net/infozip/zip30.tar.gz
|
Source: http://downloads.sourceforge.net/infozip/zip30.tar.gz
|
||||||
URL: http://www.info-zip.org/Zip.html
|
URL: http://www.info-zip.org/Zip.html
|
||||||
@ -39,7 +39,7 @@ program.
|
|||||||
%patch6 -p1 -b .zipnote
|
%patch6 -p1 -b .zipnote
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{make_build} -f unix/Makefile prefix=%{_prefix} "CFLAGS_NOOPT=-I. -DUNIX $RPM_OPT_FLAGS" generic_gcc
|
%{make_build} -f unix/Makefile prefix=%{_prefix} "CFLAGS_NOOPT=-I. -DUNIX $RPM_OPT_FLAGS" generic
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
||||||
@ -62,6 +62,9 @@ mkdir -p $RPM_BULD_ROOT%{_mandir}/man1
|
|||||||
%{_mandir}/man1/zipsplit.1*
|
%{_mandir}/man1/zipsplit.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 05 2021 Jakub Martisko <jamartis@redhat.com> - 3.0-30
|
||||||
|
- Use generic build instead of generic_gcc
|
||||||
|
|
||||||
* Fri Mar 05 2021 Jakub Martisko <jamartis@redhat.com> - 3.0-29
|
* Fri Mar 05 2021 Jakub Martisko <jamartis@redhat.com> - 3.0-29
|
||||||
- Use build macros
|
- Use build macros
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user