summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Lee <robinlee.sysu@gmail.com>2010-06-16 01:22:22 +0800
committerRobin Lee <robinlee.sysu@gmail.com>2010-06-16 01:22:22 +0800
commitd0116386d87c980a8154b6e8772a49807076717c (patch)
treed928228f3b3d8e5df11b5e41468771e7b1578572
parent9b7239126c2da9fbec135492c6813f69c9d616a5 (diff)
downloadzope-rpm-d0116386d87c980a8154b6e8772a49807076717c.tar.gz
zope-rpm-d0116386d87c980a8154b6e8772a49807076717c.tar.xz
zope-rpm-d0116386d87c980a8154b6e8772a49807076717c.zip
python-five-filesystem 1-1 real
-rw-r--r--python-five-filesystem/F-13/python-five-filesystem.spec11
1 files changed, 4 insertions, 7 deletions
diff --git a/python-five-filesystem/F-13/python-five-filesystem.spec b/python-five-filesystem/F-13/python-five-filesystem.spec
index d865249..b2642cc 100644
--- a/python-five-filesystem/F-13/python-five-filesystem.spec
+++ b/python-five-filesystem/F-13/python-five-filesystem.spec
@@ -7,13 +7,12 @@ Name: python-five-filesystem
Version: 1
Release: 1%{?dist}
Summary: python-five Libraries Base Filesystem
-
Group: Development/Languages
License: ZPLv2.1
-URL:
+URL: http://fedorapeople.org/gitweb?p=cheeselee/public_git/rpm.git;a=summary
Source0: python-five-filesystem-__init__.py
-BuildRequires: python-devel
+BuildRequires: python2-devel
%description
This package contains the base filesystem layout for all Fedora
@@ -25,10 +24,8 @@ python-five-* packages.
%install
rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{python_sitelib}/five
-install -p -m 644 __init__.py $RPM_BUILD_ROOT%{python_sitelib}/five
-mkdir -p $RPM_BUILD_ROOT%{python_sitearch}/five
-install -p -m 644 __init__.py $RPM_BUILD_ROOT%{python_sitearch}/five
+install -Dpm 644 %{SOURCE0} $RPM_BUILD_ROOT%{python_sitelib}/five/__init__.py
+install -Dpm 644 %{SOURCE0} $RPM_BUILD_ROOT%{python_sitearch}/five/__init__.py
%clean