]> git.pld-linux.org Git - packages/xmlsec1.git/blob - xmlsec1.spec
5e1d8c96e4e3e58d98b86cc8af9c696c592a1ed8
[packages/xmlsec1.git] / xmlsec1.spec
1 Summary:        XML Security Library
2 Summary(pl.UTF-8):      Biblioteka bezpieczeństwa XML
3 Name:           xmlsec1
4 Version:        1.2.26
5 Release:        1
6 License:        MIT
7 Group:          Libraries
8 Source0:        https://www.aleksey.com/xmlsec/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  9c4aaf9ff615a73921b9e3bf4988d878
10 Patch0:         %{name}-nss.patch
11 URL:            https://www.aleksey.com/xmlsec/
12 BuildRequires:  autoconf >= 2.53
13 BuildRequires:  automake >= 1:1.7
14 BuildRequires:  gnutls-devel >= 2.8.0
15 BuildRequires:  help2man
16 BuildRequires:  libgcrypt-devel >= 1.4.0
17 BuildRequires:  libltdl-devel
18 BuildRequires:  libtool >= 2:2.0
19 BuildRequires:  libxml2-devel >= 1:2.7.4
20 BuildRequires:  libxslt-devel >= 1.0.20
21 BuildRequires:  nspr-devel >= 4.4.1
22 BuildRequires:  nss-devel >= 3.11.1
23 BuildRequires:  openssl-devel >= 1.0.0
24 BuildRequires:  pkgconfig >= 1:0.9
25 Requires:       libxml2 >= 1:2.7.4
26 Requires:       libxslt >= 1.0.20
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 XMLSec library provides C based implementation for major XML Security
31 standards:
32  - XML Signature Syntax and Processing
33    <http://www.w3.org/TR/xmldsig-core/>
34  - XML Encryption Syntax and Processing
35    <http://www.w3.org/TR/xmlenc-core/>
36 XMLSec is based on well known LibXML <http://xmlsoft.org/>, LibXSLT
37 <http://xmlsoft.org/XSLT/> and OpenSSL <http://www.openssl.org/>
38 libraries.
39
40 This package contains core library, which provides implementation of
41 all the engines as well as support for all the non crypto transforms
42 (XML parser, c14n transforms, XPath and XSLT transforms...).
43 For cryptographic transforms, keys data and key data stores look at
44 one of the separate XML Security Crypto libraries (GnuTLS, NSS or
45 OpenSSL based).
46
47 %description -l pl.UTF-8
48 Biblioteka XMLSec dostarcza implementację w C głównych standardów
49 bezpieczeństwa XML:
50  - XML Signature Syntax and Processing (składnia i przetwarzanie
51    sygnatur XML)
52    <http://www.w3.org/TR/xmldsig-core/>
53  - XML Encryption Syntax and Processing (składnia i przetwarzanie
54    szyfrowania XML).
55 XMLSec jest oparta na dobrze znanych bibliotekach LibXML
56 <http://xmlsoft.org/>, LibXSLT <http://xmlsoft.org/XSLT/> oraz OpenSSL
57 <http://www.openssl.org/>.
58
59 Ten pakiet zawiera główną bibliotekę, zawierającą implementację
60 wszystkich silników oraz obsługę wszystkich przekształceń
61 niekryptograficznych (analizator XML, przekształcenia c14n,
62 przekształcenia XPath i XSLT...). Przekształcenia kryptograficzne,
63 dane kluczy oraz metody przechowywania kluczy można znaleźć w jednej
64 z wydzielonych bibliotek XML Security Crypto (opartych na GnuTLS,
65 NSS lub OpenSSL).
66
67 %package devel
68 Summary:        Header files for XMLSec library
69 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki XMLSec
70 Group:          Development/Libraries
71 Requires:       %{name} = %{version}-%{release}
72 Requires:       libxml2-devel >= 1:2.7.4
73 Requires:       libxslt-devel >= 1.0.20
74
75 %description devel
76 Header files for XMLSec library.
77
78 %description devel -l pl.UTF-8
79 Pliki nagłówkowe biblioteki XMLSec.
80
81 %package static
82 Summary:        Static XMLSec library
83 Summary(pl.UTF-8):      Statyczna biblioteka XMLSec
84 Group:          Development/Libraries
85 Requires:       %{name}-devel = %{version}-%{release}
86
87 %description static
88 Static XMLSec library.
89
90 %description static -l pl.UTF-8
91 Statyczna biblioteka XMLSec.
92
93 %package apidocs
94 Summary:        XMLSec library API documentation
95 Summary(pl.UTF-8):      Dokumentacja API biblioteki XMLSec
96 Group:          Documentation
97 Requires:       gtk-doc-common
98 %if "%{_rpmversion}" >= "5"
99 BuildArch:      noarch
100 %endif
101
102 %description apidocs
103 XMLSec library API documentation.
104
105 %description apidocs -l pl.UTF-8
106 Dokumentacja API biblioteki XMLSec.
107
108 %package gcrypt
109 Summary:        GCrypt Crypto library for XML Security Library
110 Summary(pl.UTF-8):      Biblioteka kryptograficzna GCrypt dla biblioteki XMLSec
111 Group:          Libraries
112 Requires:       %{name} = %{version}-%{release}
113 Requires:       libgcrypt >= 1.4.0
114
115 %description gcrypt
116 GCrypt Crypto library for XML Security Library provides GnuTLS based
117 crypto services for the XMLSec library.
118
119 %description gcrypt -l pl.UTF-8
120 Biblioteka kryptograficzna GCrypt dla biblioteki XMLSec dostarcza
121 usługi kryptograficzne oparte na bibliotece GnuTLS.
122
123 %package gcrypt-devel
124 Summary:        Header files for XMLSec GCrypt API
125 Summary(pl.UTF-8):      Pliki nagłówkowe API GCrypt XMLSec
126 Group:          Development/Libraries
127 Requires:       %{name}-devel = %{version}-%{release}
128 Requires:       %{name}-gcrypt = %{version}-%{release}
129 Requires:       libgcrypt-devel >= 1.4.0
130
131 %description gcrypt-devel
132 Header files for developing XML Security applications with GCrypt.
133
134 %description gcrypt-devel -l pl.UTF-8
135 Pliki nagłówkowe do tworzenia aplikacji związanych z bezpieczeństwem
136 XML przy użyciu GCrypt.
137
138 %package gcrypt-static
139 Summary:        Static GCrypt Crypto library for XML Security Library
140 Summary(pl.UTF-8):      Statyczna biblioteka kryptograficzna GCrypt dla biblioteki XMLSec
141 Group:          Development/Libraries
142 Requires:       %{name}-gcrypt-devel = %{version}-%{release}
143
144 %description gcrypt-static
145 Static GCrypt Crypto library for XML Security Library.
146
147 %description gcrypt-static -l pl.UTF-8
148 Statyczna biblioteka kryptograficzna GCrypt dla biblioteki XMLSec.
149
150 %package gnutls
151 Summary:        GnuTLS Crypto library for XML Security Library
152 Summary(pl.UTF-8):      Biblioteka kryptograficzna GnuTLS dla biblioteki XMLSec
153 Group:          Libraries
154 Requires:       %{name}-gcrypt = %{version}-%{release}
155 Requires:       gnutls >= 2.8.0
156
157 %description gnutls
158 GnuTLS Crypto library for XML Security Library provides GnuTLS based
159 crypto services for the XMLSec library.
160
161 %description gnutls -l pl.UTF-8
162 Biblioteka kryptograficzna GnuTLS dla biblioteki XMLSec dostarcza
163 usługi kryptograficzne oparte na bibliotece GnuTLS.
164
165 %package gnutls-devel
166 Summary:        Header files for XMLSec GnuTLS API
167 Summary(pl.UTF-8):      Pliki nagłówkowe API GnuTLS XMLSec
168 Group:          Development/Libraries
169 Requires:       %{name}-gcrypt-devel = %{version}-%{release}
170 Requires:       %{name}-gnutls = %{version}-%{release}
171 Requires:       gnutls-devel >= 2.8.0
172
173 %description gnutls-devel
174 Header files for developing XML Security applications with GnuTLS.
175
176 %description gnutls-devel -l pl.UTF-8
177 Pliki nagłówkowe do tworzenia aplikacji związanych z bezpieczeństwem
178 XML przy użyciu GnuTLS.
179
180 %package gnutls-static
181 Summary:        Static GnuTLS Crypto library for XML Security Library
182 Summary(pl.UTF-8):      Statyczna biblioteka kryptograficzna GnuTLS dla biblioteki XMLSec
183 Group:          Development/Libraries
184 Requires:       %{name}-gnutls-devel = %{version}-%{release}
185
186 %description gnutls-static
187 Static GnuTLS Crypto library for XML Security Library.
188
189 %description gnutls-static -l pl.UTF-8
190 Statyczna biblioteka kryptograficzna GnuTLS dla biblioteki XMLSec.
191
192 %package nss
193 Summary:        NSS Crypto library for XML Security Library
194 Summary(pl.UTF-8):      Biblioteka kryptograficzna NSS dla biblioteki XMLSec
195 Group:          Libraries
196 Requires:       %{name} = %{version}-%{release}
197 Requires:       nspr >= 4.4.1
198 Requires:       nss >= 3.11.1
199
200 %description nss
201 NSS Crypto library for XML Security Library provides NSS based crypto
202 services for the XMLSec library.
203
204 %description nss -l pl.UTF-8
205 Biblioteka kryptograficzna NSS dla biblioteki XMLSec dostarcza usługi
206 kryptograficzne oparte na bibliotece NSS.
207
208 %package nss-devel
209 Summary:        Header files for XMLSec NSS API
210 Summary(pl.UTF-8):      Pliki nagłówkowe API NSS XMLSec
211 Group:          Development/Libraries
212 Requires:       %{name}-devel = %{version}-%{release}
213 Requires:       %{name}-nss = %{version}-%{release}
214 Requires:       nspr-devel >= 4.4.1
215 Requires:       nss-devel >= 3.11.1
216
217 %description nss-devel
218 Header files for developing XML Security applications with NSS.
219
220 %description nss-devel -l pl.UTF-8
221 Pliki nagłówkowe do tworzenia aplikacji związanych z bezpieczeństwem
222 XML przy użyciu NSS.
223
224 %package nss-static
225 Summary:        Static NSS Crypto library for XML Security Library
226 Summary(pl.UTF-8):      Statyczna biblioteka kryptograficzna NSS dla biblioteki XMLSec
227 Group:          Development/Libraries
228 Requires:       %{name}-nss-devel = %{version}-%{release}
229
230 %description nss-static
231 Static NSS Crypto library for XML Security Library.
232
233 %description nss-static -l pl.UTF-8
234 Statyczna biblioteka kryptograficzna NSS dla biblioteki XMLSec.
235
236 %package openssl
237 Summary:        OpenSSL Crypto library for XML Security Library
238 Summary(pl.UTF-8):      Biblioteka kryptograficzna OpenSSL dla biblioteki XMLSec
239 Group:          Libraries
240 Requires:       %{name} = %{version}-%{release}
241 Requires:       openssl >= 1.0.0
242
243 %description openssl
244 OpenSSL Crypto library for XML Security Library provides OpenSSL based
245 crypto services for the XMLSec library.
246
247 %description openssl -l pl.UTF-8
248 Biblioteka kryptograficzna OpenSSL dla biblioteki XMLSec dostarcza
249 usługi kryptograficzne oparte na bibliotece OpenSSL.
250
251 %package openssl-devel
252 Summary:        Header files for XMLSec OpenSSL API
253 Summary(pl.UTF-8):      Pliki nagłówkowe API OpenSSL XMLSec
254 Group:          Development/Libraries
255 Requires:       %{name}-devel = %{version}-%{release}
256 Requires:       %{name}-openssl = %{version}-%{release}
257 Requires:       openssl-devel >= 1.0.0
258
259 %description openssl-devel
260 Header files for developing XML Security applications with OpenSSL.
261
262 %description openssl-devel -l pl.UTF-8
263 Pliki nagłówkowe do tworzenia aplikacji związanych z bezpieczeństwem
264 XML przy użyciu OpenSSL.
265
266 %package openssl-static
267 Summary:        Static OpenSSL Crypto library for XML Security Library
268 Summary(pl.UTF-8):      Statyczna biblioteka kryptograficzna OpenSSL dla biblioteki XMLSec
269 Group:          Development/Libraries
270 Requires:       %{name}-nss-devel = %{version}-%{release}
271
272 %description openssl-static
273 Static OpenSSL Crypto library for XML Security Library.
274
275 %description openssl-static -l pl.UTF-8
276 Statyczna biblioteka kryptograficzna OpenSSL dla biblioteki XMLSec.
277
278 %prep
279 %setup -q
280 %patch0 -p1
281
282 %build
283 %{__libtoolize}
284 %{__aclocal}
285 %{__autoconf}
286 %{__autoheader}
287 %{__automake}
288 %configure \
289         CPPFLAGS='%{rpmcppflags} -DLTDL_OBJDIR=\".libs\" -DLTDL_SHLIB_EXT=\".so\"' \
290         --disable-silent-rules \
291         --with-html-dir=%{_gtkdocdir}/xmlsec1 \
292         --with-nspr=/usr \
293         --with-nss=/usr
294 %{__make}
295
296 %install
297 rm -rf $RPM_BUILD_ROOT
298
299 %{__make} install \
300         DESTDIR=$RPM_BUILD_ROOT
301
302 %clean
303 rm -rf $RPM_BUILD_ROOT
304
305 %post   -p /sbin/ldconfig
306 %postun -p /sbin/ldconfig
307
308 %post   gnutls -p /sbin/ldconfig
309 %postun gnutls -p /sbin/ldconfig
310
311 %post   nss -p /sbin/ldconfig
312 %postun nss -p /sbin/ldconfig
313
314 %post   openssl -p /sbin/ldconfig
315 %postun openssl -p /sbin/ldconfig
316
317 %files
318 %defattr(644,root,root,755)
319 %doc AUTHORS ChangeLog Copyright README TODO
320 %attr(755,root,root) %{_bindir}/xmlsec1
321 %attr(755,root,root) %{_libdir}/libxmlsec1.so.*.*.*
322 %attr(755,root,root) %ghost %{_libdir}/libxmlsec1.so.1
323 %{_mandir}/man1/xmlsec1.1*
324
325 %files devel
326 %defattr(644,root,root,755)
327 %doc HACKING
328 %attr(755,root,root) %{_bindir}/xmlsec1-config
329 %attr(755,root,root) %{_libdir}/libxmlsec1.so
330 %{_libdir}/libxmlsec1.la
331 %{_libdir}/xmlsec1Conf.sh
332 %dir %{_includedir}/xmlsec1
333 %dir %{_includedir}/xmlsec1/xmlsec
334 %{_includedir}/xmlsec1/xmlsec/*.h
335 %{_includedir}/xmlsec1/xmlsec/private
336 %{_pkgconfigdir}/xmlsec1.pc
337 %{_aclocaldir}/xmlsec1.m4
338 %{_mandir}/man1/xmlsec1-config.1*
339
340 %files static
341 %defattr(644,root,root,755)
342 %{_libdir}/libxmlsec1.a
343
344 %files apidocs
345 %defattr(644,root,root,755)
346 %{_gtkdocdir}/xmlsec1
347
348 %files gcrypt
349 %defattr(644,root,root,755)
350 %attr(755,root,root) %{_libdir}/libxmlsec1-gcrypt.so.*.*.*
351 %attr(755,root,root) %ghost %{_libdir}/libxmlsec1-gcrypt.so.1
352 %attr(755,root,root) %{_libdir}/libxmlsec1-gcrypt.so
353
354 %files gcrypt-devel
355 %defattr(644,root,root,755)
356 %{_libdir}/libxmlsec1-gcrypt.la
357 %{_includedir}/xmlsec1/xmlsec/gcrypt
358 %{_pkgconfigdir}/xmlsec1-gcrypt.pc
359
360 %files gcrypt-static
361 %defattr(644,root,root,755)
362 %{_libdir}/libxmlsec1-gcrypt.a
363
364 %files gnutls
365 %defattr(644,root,root,755)
366 %attr(755,root,root) %{_libdir}/libxmlsec1-gnutls.so.*.*.*
367 %attr(755,root,root) %ghost %{_libdir}/libxmlsec1-gnutls.so.1
368 %attr(755,root,root) %{_libdir}/libxmlsec1-gnutls.so
369
370 %files gnutls-devel
371 %defattr(644,root,root,755)
372 %{_libdir}/libxmlsec1-gnutls.la
373 %{_includedir}/xmlsec1/xmlsec/gnutls
374 %{_pkgconfigdir}/xmlsec1-gnutls.pc
375
376 %files gnutls-static
377 %defattr(644,root,root,755)
378 %{_libdir}/libxmlsec1-gnutls.a
379
380 %files nss
381 %defattr(644,root,root,755)
382 %attr(755,root,root) %{_libdir}/libxmlsec1-nss.so.*.*.*
383 %attr(755,root,root) %ghost %{_libdir}/libxmlsec1-nss.so.1
384 %attr(755,root,root) %{_libdir}/libxmlsec1-nss.so
385
386 %files nss-devel
387 %defattr(644,root,root,755)
388 %{_libdir}/libxmlsec1-nss.la
389 %{_includedir}/xmlsec1/xmlsec/nss
390 %{_pkgconfigdir}/xmlsec1-nss.pc
391
392 %files nss-static
393 %defattr(644,root,root,755)
394 %{_libdir}/libxmlsec1-nss.a
395
396 %files openssl
397 %defattr(644,root,root,755)
398 %attr(755,root,root) %{_libdir}/libxmlsec1-openssl.so.*.*.*
399 %attr(755,root,root) %ghost %{_libdir}/libxmlsec1-openssl.so.1
400 %attr(755,root,root) %{_libdir}/libxmlsec1-openssl.so
401
402 %files openssl-devel
403 %defattr(644,root,root,755)
404 %{_libdir}/libxmlsec1-openssl.la
405 %{_includedir}/xmlsec1/xmlsec/openssl
406 %{_pkgconfigdir}/xmlsec1-openssl.pc
407
408 %files openssl-static
409 %defattr(644,root,root,755)
410 %{_libdir}/libxmlsec1-openssl.a
This page took 0.079207 seconds and 2 git commands to generate.