Changeset 1473 for spec/trunk/SPECS/lzip.spec
- Timestamp:
- Sep 8, 2018, 11:58:59 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/lzip.spec
r1472 r1473 1 1 Name: lzip 2 2 Version: 1.20 3 Release: 1%{?dist}3 Release: 2%{?dist} 4 4 Summary: LZMA compressor with integrity checking 5 5 … … 32 32 33 33 %build 34 #export LIBS="-lcx" 35 #%configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" CPPFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS" 36 ./configure 34 %configure 37 35 make %{?_smp_mflags} 38 36 … … 43 41 cp D:/rpmbuild/Build/lzip-1.20/lzip.exe %{buildroot}%{_bindir} 44 42 # if install-info is present, this is created by upstream's makefile 45 #rm -Rf $RPM_BUILD_ROOT%{_infodir}/dir43 rm -f $RPM_BUILD_ROOT%{_infodir}/dir 46 44 install -Dm 0755 lzip.exe %{buildroot}%{_bindir} 47 45 … … 61 59 %files 62 60 %defattr(-,root,root,-) 63 /@unixroot/usr/share/info/dir64 61 /@unixroot/usr/bin/lzip 65 62 %license COPYING.txt … … 71 68 72 69 %changelog 70 * Sat Sep 08 2018 Elbert Pol <elbert.pol@gmail.com> 1.20-2 71 - Fix error about infodir 72 73 73 * Fri Sep 07 2018 Elbert Pol <elbert.pol@gmail.com> 1.20-1 74 74 - First OS/2 rpm release
Note:
See TracChangeset
for help on using the changeset viewer.