From 9bfcbd7df73d296e6622f92191448b5ec0d1df7f Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 04:34:01 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/swig.manifest | 5 +++++ packaging/swig.spec | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 packaging/swig.manifest 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 -- 2.7.4