diff --git a/README.md b/README.md index 58fb5be..2fcb100 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xkbutils +xkbutils contains a number of client-side utilities for XKB, the X11 keyboard extension. + diff --git a/xkbutils.spec b/xkbutils.spec new file mode 100644 index 0000000..1a93fdd --- /dev/null +++ b/xkbutils.spec @@ -0,0 +1,52 @@ +Name: xkbutils +Version: 1.0.4 +Release: 1mamba +Summary: xkbutils contains a number of client-side utilities for XKB, the X11 keyboard extension. +Group: Graphical Desktop/Applications/Utilities +Vendor: openmamba +Distribution: openmamba +Packager: Tiziana Ferro +URL: http://xorg.freedesktop.org/ +Source: http://xorg.freedesktop.org/releases/individual/app/xkbutils-%{version}.tar.gz +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libX11-devel +BuildRequires: libXaw-devel +BuildRequires: libXt-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +xkbutils contains a number of client-side utilities for XKB, the X11 keyboard extension. + +%prep +%setup -q + +%build +%configure --disable-static +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%find_lang %{name} || echo -n >> %{name}.lang + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +%{_bindir}/xkbbell +%{_bindir}/xkbvleds +%{_bindir}/xkbwatch +%{_mandir}/man?/* +%doc COPYING ChangeLog README + +%changelog +* Wed Feb 13 2013 Automatic Build System 1.0.4-1mamba +- automatic version update by autodist + +* Tue Mar 01 2011 Tiziana Ferro 1.0.3-1mamba +- package created by autospec