From: Alexandru Cornea Date: Mon, 1 Jul 2013 16:34:03 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/3.0.m2/base/20170104.082127~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6324c9f3df7328af9d809a3b6257855c2286281;hp=cd081edef08956871a954e05feac122539403e1b;p=platform%2Fupstream%2Flibunistring.git resetting manifest requested domain to floor --- 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