summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-12-29 21:30:10 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-12-29 21:30:10 -0800
commit2bd08d450d04c2aec762e626f35bda0e542d22ff (patch)
treef950532b3adc57816dc832110f96c69ea15b5a94
parentf6b5f84ec2ea1b551194013776a03adf4c101f89 (diff)
downloadxhost-2bd08d450d04c2aec762e626f35bda0e542d22ff.tar.gz
xhost-2bd08d450d04c2aec762e626f35bda0e542d22ff.tar.bz2
xhost-2bd08d450d04c2aec762e626f35bda0e542d22ff.zip
-rw-r--r--packaging/xhost.changes3
-rw-r--r--packaging/xhost.spec35
2 files changed, 38 insertions, 0 deletions
diff --git a/packaging/xhost.changes b/packaging/xhost.changes
new file mode 100644
index 0000000..4811612
--- /dev/null
+++ b/packaging/xhost.changes
@@ -0,0 +1,3 @@
+* Sat Dec 29 2012 Anas Nashif <anas.nashif@intel.com> upstream/1.0.5@f6b5f84
+- initial release
+
diff --git a/packaging/xhost.spec b/packaging/xhost.spec
new file mode 100644
index 0000000..e46203c
--- /dev/null
+++ b/packaging/xhost.spec
@@ -0,0 +1,35 @@
+Name: xhost
+Version: 1.0.5
+Release: 0
+License: MIT
+Summary: Utility to control X server access
+Url: http://xorg.freedesktop.org/
+Group: System/X11
+Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
+BuildRequires: pkg-config
+BuildRequires: pkgconfig(x11)
+BuildRequires: pkgconfig(xau)
+BuildRequires: pkgconfig(xmuu)
+BuildRequires: pkgconfig(xorg-macros) >= 1.8
+
+%description
+xhost is used to manage the list of host names or user names
+allowed to make connections to the X server.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+%make_install
+
+%files
+%defattr(-,root,root)
+%license COPYING
+%{_bindir}/xhost
+%{_mandir}/man1/xhost.1%{?ext_man}
+
+%changelog