Ignore:
Timestamp:
Sep 8, 2018, 11:58:59 AM (7 years ago)
Author:
tellie
Message:

spec: lzip: Release version 1.20-2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/lzip.spec

    r1472 r1473  
    11Name:           lzip
    22Version:        1.20
    3 Release:        1%{?dist}
     3Release:        2%{?dist}
    44Summary:        LZMA compressor with integrity checking
    55
     
    3232
    3333%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
    3735make %{?_smp_mflags}
    3836
     
    4341cp D:/rpmbuild/Build/lzip-1.20/lzip.exe %{buildroot}%{_bindir}
    4442# if install-info is present, this is created by upstream's makefile
    45 #rm -Rf $RPM_BUILD_ROOT%{_infodir}/dir
     43rm -f $RPM_BUILD_ROOT%{_infodir}/dir
    4644install -Dm 0755 lzip.exe %{buildroot}%{_bindir}
    4745
     
    6159%files
    6260%defattr(-,root,root,-)
    63 /@unixroot/usr/share/info/dir
    6461/@unixroot/usr/bin/lzip
    6562%license COPYING.txt
     
    7168
    7269%changelog
     70* Sat Sep 08 2018 Elbert Pol <elbert.pol@gmail.com> 1.20-2
     71- Fix error about infodir
     72
    7373* Fri Sep 07 2018 Elbert Pol <elbert.pol@gmail.com> 1.20-1
    7474- First OS/2 rpm release
Note: See TracChangeset for help on using the changeset viewer.