summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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