summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Chang Yeon <cyeon.lee@samsung.com>2014-04-08 21:06:36 +0900
committerLee Chang Yeon <cyeon.lee@samsung.com>2014-04-08 21:06:36 +0900
commit83e84e4894946a89a852bd73ca342369c5e5faf8 (patch)
tree77f3112e170f4d94828a86b8124df1ff46458111
parent8e8f6346357a0f66cc0fbc92d327358183b75a82 (diff)
downloadxhost-83e84e4894946a89a852bd73ca342369c5e5faf8.tar.gz
xhost-83e84e4894946a89a852bd73ca342369c5e5faf8.tar.bz2
xhost-83e84e4894946a89a852bd73ca342369c5e5faf8.zip
-rw-r--r--packaging/xhost.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/xhost.spec b/packaging/xhost.spec
index 0a95604..1a53217 100644
--- a/packaging/xhost.spec
+++ b/packaging/xhost.spec
@@ -1,7 +1,7 @@
%bcond_with x
Name: xhost
-Version: 1.0.5
+Version: 1.0.6
Release: 0
License: MIT
Summary: Utility to control X server access
@@ -13,6 +13,7 @@ BuildRequires: pkg-config
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xau)
BuildRequires: pkgconfig(xmuu)
+BuildRequires: pkgconfig(xtrans)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
%if !%{with x}
@@ -28,7 +29,7 @@ allowed to make connections to the X server.
cp %{SOURCE1001} .
%build
-%configure
+%autogen
make %{?_smp_mflags}
%install