Accepting request 38392 from devel:libraries:c_c++
checked in (request 38392) OBS-URL: https://build.opensuse.org/request/show/38392 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libservicelog?expand=0&rev=9
This commit is contained in:
parent
895c3bf81a
commit
d09eb4e800
@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Apr 20 20:41:19 UTC 2010 - dimstar@opensuse.org
|
|
||||||
|
|
||||||
- Fix build: use %__rm instead of %rm.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 19 10:50:30 UTC 2010 - pth@novell.com
|
Mon Apr 19 10:50:30 UTC 2010 - pth@novell.com
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@ make %{?jobs:-j%jobs}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%{makeinstall}
|
%{makeinstall}
|
||||||
%__rm -f %{buildroot}%{_libdir}/*.la
|
%rm -f %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user