diff --git a/libmspack.spec b/libmspack.spec index 9ea4666..4e667b4 100644 --- a/libmspack.spec +++ b/libmspack.spec @@ -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 - 0.5-0.6.alpha +- install the expand tool as msexpand (#1319357) + * Thu Feb 04 2016 Fedora Release Engineering - 0.5-0.5.alpha - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild