OBS User unknown 2009-01-27 01:18:40 +00:00 committed by Git OBS Bridge
parent 4ccb7c28d5
commit 520ee30b7b
2 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 26 18:28:45 CET 2009 - crrodriguez@suse.de
- remove "la" files
-------------------------------------------------------------------
Wed Sep 10 11:52:07 CEST 2008 - olh@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libservicelog (Version 1.0.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
Name: libservicelog
Version: 1.0.1
Release: 2
Release: 6
Summary: Servicelog Database and Library
Requires: libservicelog-library
BuildRequires: sqlite-devel
@ -70,7 +70,7 @@ Authors:
License: LGPL v2.0 or later
Summary: Development files for libservicelog
Group: Development/Libraries/Other
Requires: %{name} = %{version}-%{release}
Requires: %{name} = %{version} glibc-devel
%description devel
Contains header files for building with libservicelog.
@ -89,12 +89,13 @@ Authors:
%patch2 -p1
%build
autoreconf -fi
%configure --disable-static
autoreconf -fiv
%configure --with-pic --disable-static
%{__make} %{?jobs:-j%jobs}
%install
%{__make} install DESTDIR=$RPM_BUILD_ROOT
%{__rm} -f %{buildroot}%{_libdir}/*.la
%clean
%{__rm} -rf $RPM_BUILD_ROOT
@ -121,10 +122,11 @@ autoreconf -fi
%files devel
%defattr(-,root,root,-)
%{_includedir}/servicelog-1
%{_libdir}/*.la
%{_libdir}/pkgconfig/servicelog-1.pc
%changelog
* Mon Jan 26 2009 crrodriguez@suse.de
- remove "la" files
* Wed Sep 10 2008 olh@suse.de
- link against sqlite3
* Fri Aug 29 2008 olh@suse.de