53 lines
1.4 KiB
RPMSpec
53 lines
1.4 KiB
RPMSpec
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
|