summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunfeng Dong <junfeng.dong@intel.com>2012-06-06 15:57:41 +0800
committerJunfeng Dong <junfeng.dong@intel.com>2012-06-06 15:57:41 +0800
commit433f6acd2b8ef54794cc272518838f7c68a232d5 (patch)
tree02b512bbed9aff69e4354e542c56247374357601
parent1da0d6f001c4e2f2c2e76e83f8f9ec90c0309d63 (diff)
downloadpython-pygments-master.tar.gz
python-pygments-master.tar.bz2
python-pygments-master.zip
Clean up spec file for packaging.HEAD2.0_alphamaster2.0alpha1.0_post
-rw-r--r--packaging/python-pygments.spec5
1 files changed, 2 insertions, 3 deletions
diff --git a/packaging/python-pygments.spec b/packaging/python-pygments.spec
index db14939..1a4cfa0 100644
--- a/packaging/python-pygments.spec
+++ b/packaging/python-pygments.spec
@@ -8,9 +8,8 @@ Summary: A syntax highlighting engine written in Python
Group: Development/Libraries
License: BSD
URL: http://pygments.org/
-Source0: http://cheeseshop.python.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz
+Source0: %{name}-%{version}.tar.gz
Source1001: packaging/python-pygments.manifest
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-devel, python-setuptools
@@ -25,7 +24,7 @@ markup.
%prep
-%setup -q -n Pygments-%{version}
+%setup -q
%build