]> git.pld-linux.org Git - SPECS.git/blob - scute.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / scute.spec
1 Summary:        PKCS#11 implementation of GnuPG Agent using the GnuPG Smart Card Daemon
2 Summary(pl.UTF-8):      Implementacja PKCS#11 Agenta GnuPG przy użyciu GnuPG Smart Card Daemona
3 Name:           scute
4 Version:        1.7.0
5 Release:        2
6 License:        GPL v2+
7 Group:          Applications
8 Source0:        ftp://ftp.gnupg.org/gcrypt/scute/%{name}-%{version}.tar.bz2
9 # Source0-md5:  eb0fc903761c63494ef74c1000a349de
10 Patch0:         %{name}-info.patch
11 Patch1:         %{name}-no-common.patch
12 URL:            http://www.gnupg.org/
13 BuildRequires:  ImageMagick
14 BuildRequires:  autoconf >= 2.61
15 BuildRequires:  automake >= 1:1.14
16 BuildRequires:  libassuan-devel >= 1:2.5.0
17 BuildRequires:  libgpg-error-devel >= 1.38
18 BuildRequires:  libtool >= 2:2.2.6
19 BuildRequires:  texinfo
20 # epstopdf
21 BuildRequires:  texlive-pdftex
22 Requires(post,postun):  /sbin/ldconfig
23 Requires:       gnupg-smime >= 1.9.6
24 Requires:       libassuan >= 1:2.5.0
25 Requires:       libgpg-error >= 1.38
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 This is a PKCS#11 implementation for the GnuPG Agent using the GnuPG
30 Smart Card Daemon. Currently, only the OpenPGP card is supported.
31
32 Scute enables you to use your OpenPGP smart card for client
33 authentication with SSL in Mozilla.
34
35 %description -l pl.UTF-8
36 To jest implementacja PKCS#11 Agenta GnuPG przy użyciu GnuPG Smart
37 Card Daemona. Aktualnie obsługiwane są tylko karty OpenPGP.
38
39 Scute pozwala używać kart procesorowych OpenPGP do uwierzytelniania
40 klientów przy użyciu SSL w Mozilli.
41
42 %prep
43 %setup -q
44 %patch0 -p1
45 %patch1 -p1
46
47 %build
48 %{__libtoolize}
49 %{__aclocal} -I m4
50 %{__autoconf}
51 %{__autoheader}
52 %{__automake}
53 %configure
54
55 %{__make}
56
57 %{__make} -C doc scute.html
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install \
63         DESTDIR=$RPM_BUILD_ROOT
64
65 %{__rm} $RPM_BUILD_ROOT%{_libdir}/scute.la
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post
71 /sbin/ldconfig
72 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
73
74 %postun
75 /sbin/ldconfig
76 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
77
78 %files
79 %defattr(644,root,root,755)
80 %doc AUTHORS ChangeLog NEWS README TODO doc/{scute.html/*.html,*.png}
81 %attr(755,root,root) %{_libdir}/scute.so
82 %{_infodir}/scute.info*
83 %{_mandir}/man7/scute.7*
This page took 0.040047 seconds and 3 git commands to generate.