From a6324c9f3df7328af9d809a3b6257855c2286281 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 19:34:03 +0300 Subject: [PATCH 1/1] resetting manifest requested domain to floor --- packaging/libunistring.manifest | 5 +++++ packaging/libunistring.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/libunistring.manifest 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 @@ + + + + + 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 -- 2.7.4