Mailinglist Archive: opensuse-commit (1828 mails)

< Previous Next >
commit libp11
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Tue, 02 Sep 2008 12:09:32 +0200
  • Message-id: <20080902100932.AC2D867815D@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package libp11
checked in at Tue Sep 2 12:09:32 CEST 2008.


--------
--- libp11/libp11.changes 2008-08-22 16:27:10.000000000 +0200
+++ /mounts/work_src_done/STABLE/libp11/libp11.changes 2008-09-02
11:40:35.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Sep 2 11:39:55 CEST 2008 - crrodriguez@xxxxxxx
+
+- fix build, doxygen required.
+- kill ".la" files and static libraries
+- fix -devel package requires
+
+-------------------------------------------------------------------



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libp11.spec ++++++
--- /var/tmp/diff_new_pack.YJ6726/_old 2008-09-02 12:09:16.000000000 +0200
+++ /var/tmp/diff_new_pack.YJ6726/_new 2008-09-02 12:09:16.000000000 +0200
@@ -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 @@
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 @@
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 @@
%patch2

%build
-%configure\
+%configure --disable-static --with-pic \
--enable-doc\
--docdir=%{_docdir}/libp11-1\
--enable-api-doc\
@@ -129,6 +129,7 @@
%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 @@
%doc %{_docdir}/%{name}-devel
%{_includedir}/*.h
%{_libdir}/*.so
-%{_libdir}/*.*a
%{_libdir}/pkgconfig/*.pc

%changelog
+* Tue Sep 02 2008 crrodriguez@xxxxxxx
+- fix build, doxygen required.
+- kill ".la" files and static libraries
+- fix -devel package requires
* Tue Aug 19 2008 sbrabec@xxxxxxx
- Updated to version 0.2.4:
* Build system rewritten



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread