summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>2014-07-30 18:38:55 +0200
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>2014-07-30 18:38:55 +0200
commit839015fd0f40e78c6afc13daebb093a22d9d5d61 (patch)
treeb93263b9a288452793a5924e4cd219e648e397d3
parent7b7585191ce737478b7cbe2541ba2aa2b2b64a75 (diff)
downloadxmlsec1-839015fd0f40e78c6afc13daebb093a22d9d5d61.tar.gz
xmlsec1-839015fd0f40e78c6afc13daebb093a22d9d5d61.tar.bz2
xmlsec1-839015fd0f40e78c6afc13daebb093a22d9d5d61.zip
Change-Id: Ibf3deeb9867863856be3d89d378de1d8010a4cae Bug-Tizen: TC-1424 Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
-rw-r--r--packaging/xmlsec1.spec19
1 files changed, 18 insertions, 1 deletions
diff --git a/packaging/xmlsec1.spec b/packaging/xmlsec1.spec
index 5eb762da..877304ef 100644
--- a/packaging/xmlsec1.spec
+++ b/packaging/xmlsec1.spec
@@ -1,3 +1,4 @@
+%define keepstatic 1
Name: xmlsec1
Version: 1.2.19
Release: 1
@@ -46,6 +47,18 @@ This C library allows to transform XML files into other XML files
mechanism. To use it you need to have a version of libxml2 >= 2.6.27
installed.
+%package devel-static
+Summary: A library for Perl-compatible regular expressions
+Group: System/Libraries
+Requires: %{name}-devel = %{version}
+
+%description devel-static
+This C library allows to transform XML files into other XML files
+(or HTML, text, ...) using the standard XSLT stylesheet transformation
+mechanism. To use it you need to have a version of libxml2 >= 2.6.27
+installed.
+This package contains static versions of the libxmlsec1 library.
+
%prep
%setup -q
cp %{SOURCE1001} .
@@ -53,7 +66,7 @@ cp %{SOURCE1001} .
%build
-%configure --disable-static \
+%configure --enable-static \
--enable-dynamic --disable-crypto-dl --disable-apps-crypto-dl --without-gnutls
make %{?_smp_mflags}
@@ -105,3 +118,7 @@ make %{?_smp_mflags}
%{_libdir}/xmlsec1Conf.sh
%{_datadir}/aclocal/xmlsec1.m4
+%files devel-static
+%manifest %{name}.manifest
+%{_libdir}/*.a
+