remove autogen call
authorAnas Nashif <anas.nashif@intel.com>
Wed, 31 Oct 2012 01:56:40 +0000 (18:56 -0700)
committerAnas Nashif <anas.nashif@intel.com>
Sat, 11 May 2013 06:15:33 +0000 (02:15 -0400)
packaging/compositeproto.spec

index 6e25c3f..f63b045 100644 (file)
@@ -1,14 +1,18 @@
-Name:     compositeproto
-Summary:  X.Org X11 Protocol compositeproto
-Version:  0.4.2
-Release:  1
-Group:    Development/System
-License:  MIT
-URL:      http://www.x.org
-Source0:  %{name}-%{version}.tar.bz2
-
-BuildRequires: pkgconfig
-BuildRequires: pkgconfig(xorg-macros)
+#
+# Please submit bugfixes or comments via http://bugs.tizen.org/
+#
+
+Name:           compositeproto
+Version:        0.4.2
+Release:        1
+License:        MIT
+Summary:        X
+Url:            http://www.x.org
+Group:          Development/System
+Source0:        %{name}-%{version}.tar.bz2
+
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(xorg-macros)
 
 %description
 %{summary}.
@@ -17,13 +21,11 @@ BuildRequires: pkgconfig(xorg-macros)
 %setup -q
 
 %build
-
-./autogen.sh
-%reconfigure --disable-static \
+%configure --disable-static \
              --libdir=%{_datadir} \
              --without-xmlto
 
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %make_install