forked from pool/libp11
This commit is contained in:
parent
74f063623c
commit
0aa5322439
@ -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
|
Tue Aug 19 14:53:13 CEST 2008 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
14
libp11.spec
14
libp11.spec
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: libp11
|
Name: libp11
|
||||||
Version: 0.2.4
|
Version: 0.2.4
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
@ -30,7 +30,7 @@ Source: %{name}-%{version}.tar.bz2
|
|||||||
Patch: libp11-strict-aliasing.patch
|
Patch: libp11-strict-aliasing.patch
|
||||||
Patch1: libp11-api-fix.patch
|
Patch1: libp11-api-fix.patch
|
||||||
Patch2: libp11-api-update.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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -88,7 +88,7 @@ Authors:
|
|||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Summary: Library Implementing a Small Layer on Top of PKCS#11 API
|
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
|
%description devel
|
||||||
Libp11 is a library implementing a small layer on top of PKCS#11 API to
|
Libp11 is a library implementing a small layer on top of PKCS#11 API to
|
||||||
@ -119,7 +119,7 @@ Authors:
|
|||||||
%patch2
|
%patch2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure\
|
%configure --disable-static --with-pic \
|
||||||
--enable-doc\
|
--enable-doc\
|
||||||
--docdir=%{_docdir}/libp11-1\
|
--docdir=%{_docdir}/libp11-1\
|
||||||
--enable-api-doc\
|
--enable-api-doc\
|
||||||
@ -129,6 +129,7 @@ make %{?jobs:-j%jobs}
|
|||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name} $RPM_BUILD_ROOT%{_docdir}/libp11-1
|
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name} $RPM_BUILD_ROOT%{_docdir}/libp11-1
|
||||||
|
rm -f %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -147,10 +148,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_docdir}/%{name}-devel
|
%doc %{_docdir}/%{name}-devel
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/*.*a
|
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 19 2008 sbrabec@suse.cz
|
||||||
- Updated to version 0.2.4:
|
- Updated to version 0.2.4:
|
||||||
* Build system rewritten
|
* Build system rewritten
|
||||||
|
Loading…
x
Reference in New Issue
Block a user