From 1da0d6f001c4e2f2c2e76e83f8f9ec90c0309d63 Mon Sep 17 00:00:00 2001 From: Ryan Ware Date: Tue, 29 May 2012 17:49:35 -0700 Subject: Add default Smack manifest for python-pygments.spec Change-Id: I524b0a0c6e4f9cccdc43b5060ab4def46fb009bf Signed-off-by: Ryan Ware --- packaging/python-pygments.manifest | 5 +++++ packaging/python-pygments.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/python-pygments.manifest diff --git a/packaging/python-pygments.manifest b/packaging/python-pygments.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/python-pygments.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/python-pygments.spec b/packaging/python-pygments.spec index dea0d91..db14939 100644 --- a/packaging/python-pygments.spec +++ b/packaging/python-pygments.spec @@ -9,6 +9,7 @@ Group: Development/Libraries License: BSD URL: http://pygments.org/ Source0: http://cheeseshop.python.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz +Source1001: packaging/python-pygments.manifest BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -28,6 +29,7 @@ markup. %build +cp %{SOURCE1001} . %{__python} setup.py build %{__sed} -i 's/\r//' LICENSE @@ -42,8 +44,10 @@ markup. %if 0%{?suse_version} %files -f INSTALLED_FILES +%manifest python-pygments.manifest %else %files +%manifest python-pygments.manifest %{python_sitelib}/* %endif # For noarch packages: sitelib -- cgit v1.2.3