]> git.pld-linux.org Git - packages/libp11.git/blame - libp11.spec
- converted to UTF-8
[packages/libp11.git] / libp11.spec
CommitLineData
79e59891 1Summary: Layer on top of PKCS#11 API to make using PKCS#11 implementations easier
38532f27 2Summary(pl.UTF-8): Warstwa powyżej API PKCS#11 ułatwiająca używanie implementacji PKCS#11
79e59891 3Name: libp11
82853f7d 4Version: 0.2.2
8d1f7e62 5Release: 2
79e59891
JB
6License: LGPL v2.1+
7Group: Libraries
8a61e2b4 8Source0: http://www.opensc-project.org/files/libp11/%{name}-%{version}.tar.gz
82853f7d 9# Source0-md5: b8655b2065575eb1b96a9c924c234c63
8a61e2b4 10URL: http://www.opensc-project.org/libp11/
79e59891
JB
11BuildRequires: libltdl-devel
12BuildRequires: openssl-devel
13BuildRequires: pkgconfig
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Libp11 is a library implementing a small layer on top of PKCS#11 API
18to make using PKCS#11 implementations easier.
19
38532f27
JR
20%description -l pl.UTF-8
21Libp11 to biblioteka implementująca niewielką warstwę na wierzchu API
22PKCS#11 mająca ułatwić używanie implementacji PKCS#11.
79e59891
JB
23
24%package devel
25Summary: Header files for libp11 library
38532f27 26Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libp11
79e59891
JB
27Group: Development/Libraries
28Requires: %{name} = %{version}-%{release}
29Requires: libltdl-devel
30Requires: openssl-devel
31
32%description devel
33Header files for libp11 library.
34
38532f27
JR
35%description devel -l pl.UTF-8
36Pliki nagłówkowe biblioteki libp11.
79e59891
JB
37
38%package static
39Summary: Static libp11 library
38532f27 40Summary(pl.UTF-8): Statyczna biblioteka libp11
79e59891
JB
41Group: Development/Libraries
42Requires: %{name}-devel = %{version}-%{release}
43
44%description static
45Static libp11 library.
46
38532f27 47%description static -l pl.UTF-8
79e59891
JB
48Statyczna biblioteka libp11.
49
50%prep
51%setup -q
52
53%build
54%configure
55%{__make}
56
57%install
58rm -rf $RPM_BUILD_ROOT
59
60%{__make} install \
61 DESTDIR=$RPM_BUILD_ROOT
62
63install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
64cp -af examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
65
66%clean
67rm -rf $RPM_BUILD_ROOT
68
69%post -p /sbin/ldconfig
70%postun -p /sbin/ldconfig
71
72%files
73%defattr(644,root,root,755)
54c9b030 74%doc doc/{ChangeLog,README,*.html,*.css}
79e59891
JB
75%attr(755,root,root) %{_libdir}/libp11.so.*.*.*
76
77%files devel
78%defattr(644,root,root,755)
79%doc doc/api/*
80%attr(755,root,root) %{_libdir}/libp11.so
81%{_libdir}/libp11.la
82%{_includedir}/libp11.h
83%{_pkgconfigdir}/libp11.pc
84%{_examplesdir}/%{name}-%{version}
85
86%files static
87%defattr(644,root,root,755)
88%{_libdir}/libp11.a
This page took 0.099755 seconds and 4 git commands to generate.