summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-06-06 12:07:35 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-06-06 12:07:35 -0400
commite3b419951b6c90c1be84e292b8916b4f21a069ee (patch)
treed6765388fe148423cd0ed926c88925f675de3251
parent7a43915d29ba56cd11d92c89720153fba3e92be4 (diff)
downloadxlsatoms-e3b419951b6c90c1be84e292b8916b4f21a069ee.tar.gz
xlsatoms-e3b419951b6c90c1be84e292b8916b4f21a069ee.tar.bz2
xlsatoms-e3b419951b6c90c1be84e292b8916b4f21a069ee.zip
add packaging
-rw-r--r--packaging/xlsatoms.spec32
1 files changed, 32 insertions, 0 deletions
diff --git a/packaging/xlsatoms.spec b/packaging/xlsatoms.spec
new file mode 100644
index 0000000..201b8ec
--- /dev/null
+++ b/packaging/xlsatoms.spec
@@ -0,0 +1,32 @@
+Name: xlsatoms
+Version: 1.1.1
+Release: 0
+License: MIT
+Summary: Utility to list interned atoms defined on an X11 server
+Url: http://xorg.freedesktop.org/
+Group: Graphics/Utilities
+Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
+BuildRequires: pkg-config
+BuildRequires: pkgconfig(xcb)
+BuildRequires: pkgconfig(xorg-macros) >= 1.3
+%description
+xlsatoms lists the interned atoms defined on an X11 server.
+
+%prep
+%setup -q
+
+%build
+%autogen
+%configure
+make %{?_smp_mflags}
+
+%install
+%make_install
+
+%files
+%defattr(-,root,root)
+%license COPYING
+%{_bindir}/xlsatoms
+%{_mandir}/man1/xlsatoms.1%{?ext_man}
+
+%changelog