.
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=5
This commit is contained in:
parent
c96759220e
commit
db04c3efbe
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 22 11:27:05 UTC 2011 - werner@suse.de
|
||||||
|
|
||||||
|
- For SLES11 work around missing rpm macro
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 6 16:00:48 UTC 2011 - coolo@suse.com
|
Tue Dec 6 16:00:48 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -148,7 +148,11 @@ make %{?_smp_mflags}
|
|||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
%if %{defined make_install}
|
||||||
%make_install
|
%make_install
|
||||||
|
%else
|
||||||
|
%__make install DESTDIR=%{?buildroot}
|
||||||
|
%endif
|
||||||
rm -fv minitar/*.o
|
rm -fv minitar/*.o
|
||||||
rm -fv %{buildroot}%{_libdir}/*.la
|
rm -fv %{buildroot}%{_libdir}/*.la
|
||||||
rm "%{buildroot}%{_mandir}/man5/"{tar,cpio,mtree}.5*
|
rm "%{buildroot}%{_mandir}/man5/"{tar,cpio,mtree}.5*
|
||||||
|
Loading…
Reference in New Issue
Block a user