This commit is contained in:
parent
4ccb7c28d5
commit
520ee30b7b
@ -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
|
Wed Sep 10 11:52:07 CEST 2008 - olh@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libservicelog (Version 1.0.1)
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: libservicelog
|
Name: libservicelog
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 2
|
Release: 6
|
||||||
Summary: Servicelog Database and Library
|
Summary: Servicelog Database and Library
|
||||||
Requires: libservicelog-library
|
Requires: libservicelog-library
|
||||||
BuildRequires: sqlite-devel
|
BuildRequires: sqlite-devel
|
||||||
@ -70,7 +70,7 @@ Authors:
|
|||||||
License: LGPL v2.0 or later
|
License: LGPL v2.0 or later
|
||||||
Summary: Development files for libservicelog
|
Summary: Development files for libservicelog
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version} glibc-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Contains header files for building with libservicelog.
|
Contains header files for building with libservicelog.
|
||||||
@ -89,12 +89,13 @@ Authors:
|
|||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fiv
|
||||||
%configure --disable-static
|
%configure --with-pic --disable-static
|
||||||
%{__make} %{?jobs:-j%jobs}
|
%{__make} %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__make} install DESTDIR=$RPM_BUILD_ROOT
|
%{__make} install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
%{__rm} -rf $RPM_BUILD_ROOT
|
||||||
@ -121,10 +122,11 @@ autoreconf -fi
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_includedir}/servicelog-1
|
%{_includedir}/servicelog-1
|
||||||
%{_libdir}/*.la
|
|
||||||
%{_libdir}/pkgconfig/servicelog-1.pc
|
%{_libdir}/pkgconfig/servicelog-1.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 26 2009 crrodriguez@suse.de
|
||||||
|
- remove "la" files
|
||||||
* Wed Sep 10 2008 olh@suse.de
|
* Wed Sep 10 2008 olh@suse.de
|
||||||
- link against sqlite3
|
- link against sqlite3
|
||||||
* Fri Aug 29 2008 olh@suse.de
|
* Fri Aug 29 2008 olh@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user