Clean up spec file for packaging. 1.0_post 2.0alpha master 2.0_alpha accepted/tizen/20130520.100546 submit/tizen/20130517.023950
authorJunfeng Dong <junfeng.dong@intel.com>
Wed, 6 Jun 2012 07:57:41 +0000 (15:57 +0800)
committerJunfeng Dong <junfeng.dong@intel.com>
Wed, 6 Jun 2012 07:57:41 +0000 (15:57 +0800)
packaging/python-pygments.spec

index db14939c0f750f6cf9ddfec6316cdc9395690216..1a4cfa0ea125ddcd46b7d8357bedf4e8ee812814 100644 (file)
@@ -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