SHA256
1
0
forked from pool/libp11
OBS User unknown 2008-09-02 16:12:02 +00:00 committed by Git OBS Bridge
parent 0aa5322439
commit 16f3ba1cb4
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 2 18:04:03 CEST 2008 - sbrabec@suse.cz
- Call autoreconf to build correctly with new libtool.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 2 11:39:55 CEST 2008 - crrodriguez@suse.de Tue Sep 2 11:39:55 CEST 2008 - crrodriguez@suse.de

View File

@ -20,7 +20,7 @@
Name: libp11 Name: libp11
Version: 0.2.4 Version: 0.2.4
Release: 2 Release: 3
Url: http://www.opensc-project.org/libp11/ Url: http://www.opensc-project.org/libp11/
Group: Productivity/Security Group: Productivity/Security
License: LGPL v2.1 or later License: LGPL v2.1 or later
@ -119,6 +119,7 @@ Authors:
%patch2 %patch2
%build %build
autoreconf -f -i
%configure --disable-static --with-pic \ %configure --disable-static --with-pic \
--enable-doc\ --enable-doc\
--docdir=%{_docdir}/libp11-1\ --docdir=%{_docdir}/libp11-1\
@ -151,6 +152,8 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%changelog %changelog
* Tue Sep 02 2008 sbrabec@suse.cz
- Call autoreconf to build correctly with new libtool.
* Tue Sep 02 2008 crrodriguez@suse.de * Tue Sep 02 2008 crrodriguez@suse.de
- fix build, doxygen required. - fix build, doxygen required.
- kill ".la" files and static libraries - kill ".la" files and static libraries