- install the expand tool as msexpand (#1319357)

This commit is contained in:
Dan Horák 2016-07-27 14:04:25 +02:00
parent fcc54d2104
commit 755bc93d48

View File

@ -1,6 +1,6 @@
Name: libmspack
Version: 0.5
Release: 0.5.alpha%{?dist}
Release: 0.6.alpha%{?dist}
Summary: Library for CAB and related files compression and decompression
Group: System Environment/Libraries
@ -43,6 +43,9 @@ make %{?_smp_mflags}
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
rm $RPM_BUILD_ROOT%{_libdir}/libmspack.la
# avoid conflict with expand from coreutils
install -D -p -m 755 test/expand $RPM_BUILD_ROOT%{_bindir}/msexpand
iconv -f ISO_8859-1 -t utf8 ChangeLog --output Changelog.utf8
touch -r ChangeLog Changelog.utf8
mv Changelog.utf8 ChangeLog
@ -61,6 +64,7 @@ popd
%files
%doc README TODO COPYING.LIB ChangeLog AUTHORS
%{_bindir}/msexpand
%{_libdir}/*.so.*
%files devel
@ -71,6 +75,9 @@ popd
%changelog
* Wed Jul 27 2016 Dan Horák <dan[at]danny.cz> - 0.5-0.6.alpha
- install the expand tool as msexpand (#1319357)
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-0.5.alpha
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild