summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-07-01 19:34:03 +0300
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-12-22 16:45:20 +0100
commita6324c9f3df7328af9d809a3b6257855c2286281 (patch)
treea9afa4d99c9afeb59867ac2cdb24ae04f05c2e30
parentcd081edef08956871a954e05feac122539403e1b (diff)
downloadlibunistring-a6324c9f3df7328af9d809a3b6257855c2286281.tar.gz
libunistring-a6324c9f3df7328af9d809a3b6257855c2286281.tar.bz2
libunistring-a6324c9f3df7328af9d809a3b6257855c2286281.zip
resetting manifest requested domain to floor
-rw-r--r--packaging/libunistring.manifest5
-rw-r--r--packaging/libunistring.spec4
2 files changed, 9 insertions, 0 deletions
diff --git a/packaging/libunistring.manifest b/packaging/libunistring.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/libunistring.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/libunistring.spec b/packaging/libunistring.spec
index f6ee983..fc5e31b 100644
--- a/packaging/libunistring.spec
+++ b/packaging/libunistring.spec
@@ -6,6 +6,7 @@ Summary: GNU Unicode string library
Url: http://www.gnu.org/software/libunistring/
Group: Development/Libraries/C and C++
Source: %{name}-%{version}.tar.bz2
+Source1001: libunistring.manifest
%description
This portable C library implements Unicode string types in three flavours:
@@ -26,6 +27,7 @@ for UniString library.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%configure --disable-static --disable-rpath --docdir=%_docdir/%{name}
@@ -51,11 +53,13 @@ rm -f %{buildroot}/%{_libdir}/libunistring.la
%files
+%manifest %{name}.manifest
%license COPYING
%defattr(-,root,root)
%{_libdir}/libunistring.so.0*
%files devel
+%manifest %{name}.manifest
%defattr(-,root,root)
%{_libdir}/libunistring.so
%{_includedir}/unistring