From 0aa5322439702293a6b7d2ec45618c2dc7c015b8204c2ee47bb641ef0172c045 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 2 Sep 2008 10:09:33 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libp11?expand=0&rev=7 --- libp11.changes | 7 +++++++ libp11.spec | 14 +++++++++----- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/libp11.changes b/libp11.changes index 47e43e0..ee288fd 100644 --- a/libp11.changes +++ b/libp11.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Sep 2 11:39:55 CEST 2008 - crrodriguez@suse.de + +- fix build, doxygen required. +- kill ".la" files and static libraries +- fix -devel package requires + ------------------------------------------------------------------- Tue Aug 19 14:53:13 CEST 2008 - sbrabec@suse.cz diff --git a/libp11.spec b/libp11.spec index 9b1f659..78fac5b 100644 --- a/libp11.spec +++ b/libp11.spec @@ -20,7 +20,7 @@ Name: libp11 Version: 0.2.4 -Release: 1 +Release: 2 Url: http://www.opensc-project.org/libp11/ Group: Productivity/Security License: LGPL v2.1 or later @@ -30,7 +30,7 @@ Source: %{name}-%{version}.tar.bz2 Patch: libp11-strict-aliasing.patch Patch1: libp11-api-fix.patch Patch2: libp11-api-update.patch -BuildRequires: openssl-devel pkg-config zlib-devel +BuildRequires: doxygen openssl-devel pkg-config zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -88,7 +88,7 @@ Authors: License: LGPL v2.1 or later Group: Development/Libraries/C and C++ Summary: Library Implementing a Small Layer on Top of PKCS#11 API -Requires: libp11-1 = %{version} glibc-devel openssl-devel libtool zlib-devel +Requires: libp11-1 = %{version} openssl-devel %description devel Libp11 is a library implementing a small layer on top of PKCS#11 API to @@ -119,7 +119,7 @@ Authors: %patch2 %build -%configure\ +%configure --disable-static --with-pic \ --enable-doc\ --docdir=%{_docdir}/libp11-1\ --enable-api-doc\ @@ -129,6 +129,7 @@ make %{?jobs:-j%jobs} %install %makeinstall mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name} $RPM_BUILD_ROOT%{_docdir}/libp11-1 +rm -f %{buildroot}%{_libdir}/*.la %clean rm -rf $RPM_BUILD_ROOT @@ -147,10 +148,13 @@ rm -rf $RPM_BUILD_ROOT %doc %{_docdir}/%{name}-devel %{_includedir}/*.h %{_libdir}/*.so -%{_libdir}/*.*a %{_libdir}/pkgconfig/*.pc %changelog +* Tue Sep 02 2008 crrodriguez@suse.de +- fix build, doxygen required. +- kill ".la" files and static libraries +- fix -devel package requires * Tue Aug 19 2008 sbrabec@suse.cz - Updated to version 0.2.4: * Build system rewritten