From 2bd08d450d04c2aec762e626f35bda0e542d22ff Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 29 Dec 2012 21:30:10 -0800 Subject: add packaging files --- packaging/xhost.changes | 3 +++ packaging/xhost.spec | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 packaging/xhost.changes create mode 100644 packaging/xhost.spec 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 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 -- cgit v1.2.3