From 484ca3dca436e198445bf9f2264a3db0451b07ed Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 03:12:38 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/python-iniparse.manifest | 5 +++++ packaging/python-iniparse.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/python-iniparse.manifest diff --git a/packaging/python-iniparse.manifest b/packaging/python-iniparse.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/python-iniparse.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/python-iniparse.spec b/packaging/python-iniparse.spec index f3f5db4..6e809df 100644 --- a/packaging/python-iniparse.spec +++ b/packaging/python-iniparse.spec @@ -20,6 +20,7 @@ License: MIT Group: Platform Development/Python Url: http://code.google.com/p/iniparse/ Source0: http://iniparse.googlecode.com/files/iniparse-%{version}.tar.gz +Source1001: python-iniparse.manifest BuildRequires: python-distribute BuildRequires: python-devel BuildArch: noarch @@ -32,6 +33,7 @@ are preserved when data is updated), and is more convenient to use. %prep %setup -q -n iniparse-%{version} +cp %{SOURCE1001} . chmod 644 html/index.html %build @@ -42,6 +44,7 @@ python setup.py install --root %{buildroot} --prefix=%{_prefix} rm -rf %{buildroot}%{_datadir}/doc/iniparse-%{version} # Remove unwanted stuff %files +%manifest %{name}.manifest %defattr(-,root,root,-) %license LICENSE LICENSE-PSF %{python_sitelib}/* -- 2.7.4