From a2dc4c5c085f50e51582945f8703aa495a981019 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 01:39:19 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/python-PyYAML.manifest | 5 +++++ packaging/python-PyYAML.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/python-PyYAML.manifest diff --git a/packaging/python-PyYAML.manifest b/packaging/python-PyYAML.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/python-PyYAML.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/python-PyYAML.spec b/packaging/python-PyYAML.spec index 45f54b6..a4a3f5f 100644 --- a/packaging/python-PyYAML.spec +++ b/packaging/python-PyYAML.spec @@ -6,6 +6,7 @@ Summary: YAML parser and emitter for Python License: MIT Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/P/PyYAML/PyYAML-%{version}.tar.gz +Source1001: python-PyYAML.manifest BuildRequires: python-devel BuildRequires: python-nose Provides: python-yaml = %{version} @@ -26,6 +27,7 @@ configuration files to object serialization and persistance. %prep %setup -q -n PyYAML-%{version} +cp %{SOURCE1001} . %build CFLAGS="%{optflags}" python setup.py build @@ -39,6 +41,7 @@ python setup.py test python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files +%manifest %{name}.manifest %defattr(-,root,root,-) %doc LICENSE %{python_sitearch}/* -- 2.34.1