From: Alexandru Cornea Date: Sat, 29 Jun 2013 00:07:52 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.215906^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_ivi_genivi;p=platform%2Fupstream%2Flibfontenc.git resetting manifest requested domain to floor --- diff --git a/packaging/libfontenc.manifest b/packaging/libfontenc.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libfontenc.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libfontenc.spec b/packaging/libfontenc.spec index a68247a..ae313d7 100644 --- a/packaging/libfontenc.spec +++ b/packaging/libfontenc.spec @@ -6,6 +6,7 @@ Summary: X Url: http://www.x.org Group: System/Libraries Source: %{name}-%{version}.tar.bz2 +Source1001: libfontenc.manifest BuildRequires: autoconf BuildRequires: zlib-devel BuildRequires: pkgconfig(xorg-macros) @@ -24,6 +25,7 @@ font encoding library development package %prep %setup -q +cp %{SOURCE1001} . %build %configure --disable-static \ @@ -39,6 +41,7 @@ make %{?_smp_mflags} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root,-) %doc COPYING %{_libdir}/libfontenc.so.1 @@ -46,6 +49,7 @@ make %{?_smp_mflags} %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %dir %{_includedir}/X11 %dir %{_includedir}/X11/fonts