Dr. Werner Fink 2011-12-22 11:28:50 +00:00 committed by Git OBS Bridge
parent c96759220e
commit db04c3efbe
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -148,7 +148,11 @@ make %{?_smp_mflags}
make check
%install
%if %{defined make_install}
%make_install
%else
%__make install DESTDIR=%{?buildroot}
%endif
rm -fv minitar/*.o
rm -fv %{buildroot}%{_libdir}/*.la
rm "%{buildroot}%{_mandir}/man5/"{tar,cpio,mtree}.5*