From 9031bd14a24c9eff47059caffc8b1faf2ca1db60 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 05:30:33 +0300 Subject: resetting manifest requested domain to floor --- packaging/xmlsec1.manifest | 5 +++++ packaging/xmlsec1.spec | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 packaging/xmlsec1.manifest diff --git a/packaging/xmlsec1.manifest b/packaging/xmlsec1.manifest new file mode 100644 index 00000000..017d22d3 --- /dev/null +++ b/packaging/xmlsec1.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/xmlsec1.spec b/packaging/xmlsec1.spec index 6acf8e3f..58d661b1 100644 --- a/packaging/xmlsec1.spec +++ b/packaging/xmlsec1.spec @@ -6,6 +6,7 @@ Summary: Library providing support for "XML Signature" and "XML Encryptio Url: http://www.aleksey.com/xmlsec/index.html Group: System/Libraries Source0: http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz +Source1001: xmlsec1.manifest BuildRequires: pkgconfig(libxml-2.0) >= 2.6.27 BuildRequires: pkgconfig(libxslt) BuildRequires: pkgconfig(openssl) @@ -47,6 +48,7 @@ installed. %prep %setup -q +cp %{SOURCE1001} . %build @@ -78,6 +80,7 @@ make %{?_smp_mflags} %files +%manifest %{name}.manifest %license COPYING %doc Copyright %{_libdir}/libxmlsec1.so.* @@ -85,12 +88,14 @@ make %{?_smp_mflags} %files gcrypt -%{_libdir}/libxmlsec1-gcrypt.so.* +%manifest %{name}.manifest %files openssl +%manifest %{name}.manifest %{_libdir}/libxmlsec1-openssl.so.* %files devel +%manifest %{name}.manifest %doc Copyright %{_includedir}/xmlsec1 %{_bindir}/xmlsec1-config -- cgit v1.2.3