From 233a54fa2616d3b19b7559e1a77ed64163fcbcf3 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 01:27:58 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/python-Cheetah.manifest | 5 +++++ packaging/python-Cheetah.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/python-Cheetah.manifest diff --git a/packaging/python-Cheetah.manifest b/packaging/python-Cheetah.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/python-Cheetah.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/python-Cheetah.spec b/packaging/python-Cheetah.spec index 73805d3..42e7f58 100644 --- a/packaging/python-Cheetah.spec +++ b/packaging/python-Cheetah.spec @@ -6,6 +6,7 @@ Summary: Cheetah is a template engine and code generation tool License: MIT Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/C/Cheetah/Cheetah-%{version}.tar.gz +Source1001: python-Cheetah.manifest BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes BuildRequires: python-devel @@ -21,6 +22,7 @@ used to generate C++ game code, Java, sql, form emails and even Python code. %prep %setup -q -n Cheetah-%{version} +cp %{SOURCE1001} . # Remove she-bang lines for non-executable scripts: sed -i "1d" cheetah/{Tests/{Unicode,Filters,Parser,Template,Regressions,Cheps,Analyzer,Test,Misc,CheetahWrapper,SyntaxAndOutput,NameMapper,Performance},ImportHooks,Utils/Misc,Servlet,NameMapper,Parser,DirectiveAnalyzer}.py @@ -32,6 +34,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %fdupes %{buildroot} %files +%manifest %{name}.manifest %defattr(-,root,root,-) %doc LICENSE %{_bindir}/cheetah* -- 2.7.4