spec cleanup
authorAnas Nashif <anas.nashif@intel.com>
Wed, 31 Oct 2012 03:11:40 +0000 (20:11 -0700)
committerAnas Nashif <anas.nashif@intel.com>
Wed, 31 Oct 2012 03:11:40 +0000 (20:11 -0700)
packaging/libXrender.spec

index 563dadf..528187d 100644 (file)
@@ -6,9 +6,7 @@ Summary:        X Rendering Extension library
 Url:            http://cgit.freedesktop.org/xorg/lib/libXrender/
 Group:          Development/Libraries/C and C++
 
-#Git-Clone:    git://anongit.freedesktop.org/xorg/lib/libXrender
 Source:         %{name}-%{version}.tar.bz2
-#git#BuildRequires:    autoconf >= 2.60, automake, libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(renderproto) >= 0.9
 BuildRequires:  pkgconfig(x11)
@@ -34,7 +32,7 @@ in %{name}.
 %setup -q
 
 %build
-%reconfigure --docdir=%_docdir/%{name} --disable-static
+%configure --docdir=%_docdir/%{name} --disable-static
 make %{?_smp_mflags}
 
 %install