From: Alexandru Cornea Date: Sat, 29 Jun 2013 01:34:01 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.214623^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen%2Fivi%2Fstable;p=platform%2Fupstream%2Fswig.git resetting manifest requested domain to floor --- diff --git a/packaging/swig.manifest b/packaging/swig.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/swig.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/swig.spec b/packaging/swig.spec index b77182a..fbfc16b 100644 --- a/packaging/swig.spec +++ b/packaging/swig.spec @@ -7,6 +7,7 @@ Url: http://www.swig.org/ Group: Development/Languages/C and C++ Source: http://sourceforge.net/projects/swig/files/swig/%{name}-%{version}/%{name}-%{version}.tar.gz Source1: %{name}.rpmlintrc +Source1001: swig.manifest BuildRequires: autoconf BuildRequires: automake BuildRequires: boost-devel @@ -69,6 +70,7 @@ understandig SWIG usage. %prep %setup -q +cp %{SOURCE1001} . %build sh autogen.sh @@ -105,6 +107,7 @@ ln -s %{_libdir}/swig/examples %{buildroot}%{docpath}/Examples %fdupes %{buildroot} %files +%manifest %{name}.manifest %defattr(644,root,root,755) %dir %{docpath} %{docpath}/[A-Z][A-Z]* @@ -112,11 +115,13 @@ ln -s %{_libdir}/swig/examples %{buildroot}%{docpath}/Examples %attr(755,root,root) %{_bindir}/swig %files doc +%manifest %{name}.manifest %defattr(-,root,root) %{docpath}/Devel %{docpath}/Manual %files examples +%manifest %{name}.manifest %defattr(-,root,root) %{docpath}/Examples %{_libdir}/swig