]> git.pld-linux.org Git - packages/opensc.git/blame - opensc.spec
- typo in path
[packages/opensc.git] / opensc.spec
CommitLineData
1cefa9cb 1Summary: OpenSC library - for accessing SmartCard devices using PC/SC Lite
ae88f326 2Summary(pl.UTF-8): Biblioteka OpenSC - do korzystania z kart procesorowych przy użyciu PC/SC Lite
896b833c 3Name: opensc
f417ed71 4Version: 0.11.6
0f6ed0cb 5Release: 3
e0fb86be 6Epoch: 0
18e38179 7License: LGPL v2.1+
1cefa9cb 8Group: Applications
9c0288b5 9Source0: http://www.opensc-project.org/files/opensc/%{name}-%{version}.tar.gz
f417ed71 10# Source0-md5: a426759f11350c32af2f17a5cd4d5938
7af8549c
JR
11Source1: %{name}-initramfs-hook
12Source2: %{name}-initramfs-local-bottom
13Source3: %{name}-initramfs-local-top
14Source4: %{name}-initramfs-README
9c0288b5 15URL: http://www.opensc-project.org/
c28ca417
JB
16BuildRequires: autoconf >= 2.60
17BuildRequires: automake >= 1:1.10
6200ae89 18BuildRequires: libassuan-devel >= 1:0.6.0
8d087e90 19BuildRequires: libltdl-devel
1cefa9cb 20BuildRequires: libtool >= 1:1.4.2-9
543fbe6c 21BuildRequires: openct-devel
fcac1d33 22BuildRequires: openldap-devel >= 2.4.6
72eaba4f 23BuildRequires: openssl-devel >= 0.9.7d
34f2d3c1 24BuildRequires: pkgconfig >= 1:0.9.0
1cefa9cb 25BuildRequires: readline-devel
c28ca417
JB
26BuildRequires: rpmbuild(macros) >= 1.364
27BuildRequires: zlib-devel
896b833c 28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
1eb351c9 30# datadir is used for config files and (editable) profiles
ac174bda
JB
31%define _datadir /etc
32%define _sysconfdir /etc/opensc
d6f32863 33
896b833c 34%description
1cefa9cb
JB
35libopensc is a library for accessing SmartCard devices using PC/SC
36Lite middleware package. It is also the core library of the OpenSC
37project. Basic functionality (e.g. SELECT FILE, READ BINARY) should
38work on any ISO 7816-4 compatible SmartCard. Encryption and decryption
39using private keys on the SmartCard is at the moment possible only
40with PKCS#15 compatible cards, such as the FINEID (Finnish Electronic
41IDentity) card manufactured by Setec.
896b833c 42
8623b75b 43%description -l pl.UTF-8
1cefa9cb 44libopensc to biblioteka do korzystania z kart procesorowych przy
8623b75b
JR
45użyciu pakietu warstwy pośredniej PC/SC Lite. Jest to także podstawowa
46biblioteka projektu OpenSC. Podstawowa funkcjonalność (np. SELECT
47FILE, READ BINARY) powinna działać także z dowolną kartą procesorową
48zgodną z ISO-7816-4. Szyfrowanie i odszyfrowywanie przy użyciu
49prywatnych kluczy na karcie na razie jest możliwe tylko przy użyciu
1cefa9cb
JB
50kart kompatybilnych z PKCS#16, takich jak FINEID (Finnish Electronic
51IDentity) produkowanych przez Setec.
896b833c 52
53%package devel
1cefa9cb 54Summary: OpenSC development files
ae88f326 55Summary(pl.UTF-8): Pliki dla programistów używających OpenSC
896b833c 56Group: Development/Tools
9f872d80 57Requires: %{name} = %{epoch}:%{version}-%{release}
24aae781 58Requires: libltdl-devel
9f872d80
JB
59Requires: openct-devel
60Requires: openssl-devel
61Requires: pcsc-lite-devel
896b833c 62
63%description devel
1cefa9cb 64OpenSC development files.
896b833c 65
8623b75b
JR
66%description devel -l pl.UTF-8
67Pliki dla programistów używających OpenSC.
896b833c 68
69%package static
1cefa9cb 70Summary: Static OpenSC libraries
ae88f326 71Summary(pl.UTF-8): Bibloteki statyczne OpenSC
896b833c 72Group: Development/Tools
9f872d80 73Requires: %{name}-devel = %{epoch}:%{version}-%{release}
896b833c 74
75%description static
1cefa9cb 76Static OpenSC libraries.
896b833c 77
8623b75b 78%description static -l pl.UTF-8
1cefa9cb
JB
79Statyczne biblioteki OpenSC.
80
543fbe6c 81%package -n browser-plugin-opensc
d6f32863 82Summary: OpenSC Signer plugin for Mozilla
ae88f326 83Summary(pl.UTF-8): Wtyczka OpenSC Signer dla Mozilli
d6f32863 84Group: X11/Applications
9f872d80 85Requires: %{name} = %{epoch}:%{version}-%{release}
c28ca417 86Requires: browser-plugins >= 2.0
543fbe6c 87Requires: browser-plugins(%{_target_base_arch})
c28ca417 88Requires: pinentry >= 0.7.5-2
543fbe6c
ER
89Provides: mozilla-plugin-opensc
90Obsoletes: mozilla-plugin-opensc
91
92%description -n browser-plugin-opensc
93OpenSC Signer browser plugin.
d6f32863 94
543fbe6c 95Supported browsers: %{browsers}.
d6f32863 96
8623b75b
JR
97%description -n browser-plugin-opensc -l pl.UTF-8
98Wtyczka OpenSC Signer dla przeglądarek.
543fbe6c 99
8623b75b 100Obsługiwane przeglądarki: %{browsers}.
d6f32863 101
2504dc81
JR
102%package initramfs
103Summary: OpenSC support scripts for initramfs-tools
104Summary(pl.UTF-8): Skrypty dla initramfs-tools ze wsparciem dla OpenSC
105Group: Base
106Requires: %{name} = %{version}-%{release}
107Requires: initramfs-tools
108
109%description initramfs
110OpenSC support scripts for initramfs-tools.
111
112%description initramfs -l pl.UTF-8
113Skrypty dla initramfs-tools ze wsparciem dla OpenSC.
114
896b833c 115%prep
1cefa9cb 116%setup -q
896b833c 117
2504dc81
JR
118install %{SOURCE4} README.initramfs
119
896b833c 120%build
1cefa9cb 121%{__libtoolize}
c28ca417 122%{__aclocal} -I m4
1cefa9cb 123%{__autoconf}
ac174bda 124%{__autoheader}
1cefa9cb 125%{__automake}
d6f32863 126%configure \
c28ca417
JB
127 --enable-openct \
128 --enable-nsplugin \
129 --enable-pcsc \
130 --with-pcsc-provider=%{_libdir}/libpcsclite.so.1 \
34a5de28 131 --with-pinentry=/usr/bin/pinentry \
c28ca417 132 --with-plugindir=%{_browserpluginsdir}
896b833c 133
1cefa9cb 134%{__make}
896b833c 135
136%install
137rm -rf $RPM_BUILD_ROOT
2504dc81 138install -d $RPM_BUILD_ROOT%{_browserpluginsdir} \
80eefb38 139 $RPM_BUILD_ROOT%{_datadir}/initramfs-tools/{hooks,scripts/local-{bottom,top}}
1cefa9cb 140
61f848e8
JB
141%{__make} install \
142 DESTDIR=$RPM_BUILD_ROOT
896b833c 143
61f848e8 144# just install instead of symlinking
c28ca417
JB
145%{__rm} $RPM_BUILD_ROOT%{_browserpluginsdir}/opensc-signer.so
146mv -f $RPM_BUILD_ROOT%{_libdir}/opensc-signer.so $RPM_BUILD_ROOT%{_browserpluginsdir}
afd37b22 147
61f848e8 148# default config
4bdbfbe7 149install etc/opensc.conf $RPM_BUILD_ROOT%{_sysconfdir}
1eb351c9 150
80eefb38
JR
151install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/initramfs-tools/hooks/opensc
152install %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/initramfs-tools/scripts/local-bottom/opensc
153install %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/initramfs-tools/scripts/local-top/opensc
2504dc81 154
61f848e8 155# useless (dlopened by *.so)
18e38179 156rm -f $RPM_BUILD_ROOT%{_libdir}/{onepin-opensc,opensc,pkcs11}-*.{a,la} \
8d087e90 157 $RPM_BUILD_ROOT%{_libdir}/opensc/*.{a,la}
61f848e8 158
896b833c 159%clean
160rm -rf $RPM_BUILD_ROOT
161
1cefa9cb
JB
162%post -p /sbin/ldconfig
163%postun -p /sbin/ldconfig
896b833c 164
c28ca417
JB
165%post -n browser-plugin-opensc
166%update_browser_plugins
543fbe6c 167
c28ca417
JB
168%postun -n browser-plugin-opensc
169if [ "$1" = "0" ]; then
170 %update_browser_plugins
171fi
543fbe6c 172
896b833c 173%files
174%defattr(644,root,root,755)
c28ca417 175%doc NEWS README doc/nonpersistent/{ChangeLog,wiki.out} doc/html.out/tools.html
61f848e8 176%attr(755,root,root) %{_bindir}/cardos-info
1cefa9cb 177%attr(755,root,root) %{_bindir}/cryptoflex-tool
8d087e90
JB
178%attr(755,root,root) %{_bindir}/eidenv
179%attr(755,root,root) %{_bindir}/netkey-tool
1cefa9cb
JB
180%attr(755,root,root) %{_bindir}/opensc-explorer
181%attr(755,root,root) %{_bindir}/opensc-tool
88647e66 182%attr(755,root,root) %{_bindir}/piv-tool
61f848e8 183%attr(755,root,root) %{_bindir}/pkcs11-tool
1cefa9cb 184%attr(755,root,root) %{_bindir}/pkcs15-*
c28ca417 185%attr(755,root,root) %{_bindir}/rutoken-tool
c39ac2c0 186%attr(755,root,root) %{_libdir}/libopensc.so.*.*.*
c39ac2c0 187%attr(755,root,root) %ghost %{_libdir}/libopensc.so.2
c28ca417 188%attr(755,root,root) %{_libdir}/libpkcs15init.so.*.*.*
c39ac2c0 189%attr(755,root,root) %ghost %{_libdir}/libpkcs15init.so.2
c28ca417 190%attr(755,root,root) %{_libdir}/libscconf.so.*.*.*
c39ac2c0 191%attr(755,root,root) %ghost %{_libdir}/libscconf.so.2
c28ca417 192# PKCS11 modules
18e38179 193%attr(755,root,root) %{_libdir}/onepin-opensc-pkcs11.so
2f74c13c 194%attr(755,root,root) %{_libdir}/opensc-pkcs11.so
8d087e90 195%attr(755,root,root) %{_libdir}/pkcs11-spy.so
c28ca417
JB
196%dir %{_libdir}/pkcs11
197%attr(755,root,root) %{_libdir}/pkcs11/onepin-opensc-pkcs11.so
198%attr(755,root,root) %{_libdir}/pkcs11/opensc-pkcs11.so
199%attr(755,root,root) %{_libdir}/pkcs11/pkcs11-spy.so
1cefa9cb 200%dir %{_datadir}/opensc
4bdbfbe7
JB
201%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.conf
202%config(noreplace) %verify(not md5 mtime size) %{_datadir}/opensc/*.profile
92519f5f 203%{_mandir}/man1/cardos-info.1*
61f848e8 204%{_mandir}/man1/cryptoflex-tool.1*
8d087e90 205%{_mandir}/man1/netkey-tool.1*
61f848e8
JB
206%{_mandir}/man1/opensc-explorer.1*
207%{_mandir}/man1/opensc-tool.1*
92519f5f
JB
208%{_mandir}/man1/pkcs11-tool.1*
209%{_mandir}/man1/pkcs15-*.1*
c39ac2c0 210%{_mandir}/man5/pkcs15-profile.5*
896b833c 211
212%files devel
213%defattr(644,root,root,755)
c28ca417 214%doc doc/html.out/api.html
1cefa9cb
JB
215%attr(755,root,root) %{_bindir}/opensc-config
216%attr(755,root,root) %{_libdir}/libopensc.so
217%attr(755,root,root) %{_libdir}/libpkcs15init.so
218%attr(755,root,root) %{_libdir}/libscconf.so
8d087e90
JB
219%{_libdir}/libopensc.la
220%{_libdir}/libpkcs15init.la
221%{_libdir}/libscconf.la
1cefa9cb 222%{_includedir}/opensc
c39ac2c0
JB
223%{_pkgconfigdir}/libopensc.pc
224%{_pkgconfigdir}/libpkcs15init.pc
225%{_pkgconfigdir}/libscconf.pc
61f848e8 226%{_mandir}/man1/opensc-config.1*
c39ac2c0 227%{_mandir}/man3/sc_*.3*
896b833c 228
229%files static
230%defattr(644,root,root,755)
8d087e90
JB
231%{_libdir}/libopensc.a
232%{_libdir}/libpkcs15init.a
233%{_libdir}/libscconf.a
d6f32863 234
543fbe6c 235%files -n browser-plugin-opensc
d6f32863 236%defattr(644,root,root,755)
c28ca417 237%attr(755,root,root) %{_browserpluginsdir}/opensc-signer.so
2504dc81
JR
238
239%files initramfs
240%defattr(644,root,root,755)
241%doc README.initramfs
242%attr(755,root,root) %{_datadir}/initramfs-tools/hooks/opensc
243%attr(755,root,root) %{_datadir}/initramfs-tools/scripts/local-top/opensc
244%attr(755,root,root) %{_datadir}/initramfs-tools/scripts/local-bottom/opensc
This page took 0.125324 seconds and 4 git commands to generate.