summaryrefslogtreecommitdiff
path: root/packaging/xcb-util.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/xcb-util.spec')
-rw-r--r--packaging/xcb-util.spec12
1 files changed, 2 insertions, 10 deletions
diff --git a/packaging/xcb-util.spec b/packaging/xcb-util.spec
index d421a22..9c3cedd 100644
--- a/packaging/xcb-util.spec
+++ b/packaging/xcb-util.spec
@@ -1,7 +1,3 @@
-#
-# Please submit bugfixes or comments via http://bugs.tizen.org/
-#
-
Name: xcb-util
Version: 0.3.8
Release: slp.1.2
@@ -9,7 +5,7 @@ License: MIT
Summary: utility libraries for X C Binding
Url: http://xcb.freedesktop.org/
Group: System/Libraries
-Source: %{name}-%{version}.tar.gz
+Source: %{name}-%{version}.tar.bz2
BuildRequires: gperf
BuildRequires: libxcb-devel >= 1.4
@@ -39,9 +35,7 @@ Development files for xcb-util.
%setup -q
%build
-
-./autogen.sh
-%reconfigure --disable-static
+%configure --disable-static
make %{?_smp_mflags}
@@ -62,5 +56,3 @@ make %{?_smp_mflags}
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_includedir}/xcb/*.h
-
-