automatic version update by autodist [release 1.0.4-1mamba;Wed Feb 13 2013]

This commit is contained in:
Automatic Build System 2024-01-05 19:43:49 +01:00
parent e40606a9ca
commit f8694fdb78
2 changed files with 54 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# xkbutils
xkbutils contains a number of client-side utilities for XKB, the X11 keyboard extension.

52
xkbutils.spec Normal file
View File

@ -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 <tiziana.ferro@email.it>
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 <autodist@mambasoft.it> 1.0.4-1mamba
- automatic version update by autodist
* Tue Mar 01 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.0.3-1mamba
- package created by autospec