Accepting request 38392 from devel:libraries:c_c++

Copy from devel:libraries:c_c++/libservicelog based on submit request 38392 from user coolo

OBS-URL: https://build.opensuse.org/request/show/38392
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libservicelog?expand=0&rev=7
This commit is contained in:
OBS User autobuild 2010-04-21 16:21:11 +00:00 committed by Git OBS Bridge
parent 261cbc985a
commit c567289d3b
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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

View File

@ -19,7 +19,7 @@
Name: libservicelog
Version: 1.0.1
Release: 8
Release: 9
Summary: Servicelog Database and Library
Requires: libservicelog-library
BuildRequires: sqlite-devel
@ -104,7 +104,7 @@ make %{?jobs:-j%jobs}
%install
%{makeinstall}
%rm -f %{buildroot}%{_libdir}/*.la
%__rm -f %{buildroot}%{_libdir}/*.la
%clean