]> git.pld-linux.org Git - packages/osslsigncode.git/blob - osslsigncode.spec
- initial, version 1.7.1
[packages/osslsigncode.git] / osslsigncode.spec
1 Summary:        osslsigncode - simple Microsoft signtool.exe replacement
2 Summary(pl.UTF-8):      osslsigncode - prosty zastępnik Microsoftowego narzędzia signtool.exe
3 Name:           osslsigncode
4 Version:        1.7.1
5 Release:        1
6 License:        GPL v3+
7 Group:          Applications/Crypto
8 Source0:        http://downloads.sourceforge.net/osslsigncode/%{name}-%{version}.tar.gz
9 # Source0-md5:  ac5655b9281b692423ecb2e9185f09d7
10 URL:            http://osslsigncode.sourceforge.net/
11 BuildRequires:  autoconf >= 2.61
12 BuildRequires:  automake
13 BuildRequires:  curl-devel
14 BuildRequires:  gettext-devel
15 BuildRequires:  glib2-devel
16 BuildRequires:  libtool
17 BuildRequires:  libgsf-devel
18 BuildRequires:  openssl-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 osslsigncode is a small tool that implements part of the functionality
23 of the Microsoft tool signtool.exe - more exactly the Authenticode
24 signing and timestamping. But osslsigncode is based on OpenSSL and
25 cURL, and thus should be able to compile on most platforms where these
26 exist.
27
28 %description -l pl.UTF-8
29 osslsigncode jest małym narzędziem udostępniającym funkcjonalność
30 narzędzia signtool.exe firmy Microsoft, służącego do cyfrowego
31 podpisywania i znakowania czasowego. osslsigncode bazuje jednakże
32 na bibliotekach OpenSSL i cURL więc może być używany na platformach
33 posiadających te biblioteki.
34
35 %prep
36 %setup -q
37
38 %{__rm} aclocal.m4
39
40 %build
41 %{__libtoolize}
42 %{__aclocal}
43 %{__autoconf}
44 %{__autoheader}
45 %{__automake}
46 %configure
47
48 %{__make}
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc ChangeLog README TODO
62 %attr(755,root,root) %{_bindir}/osslsigncode
This page took 0.074743 seconds and 3 git commands to generate.