automatic version update by autodist [release 1.1.3-1mamba;Sat Mar 24 2012]

This commit is contained in:
Automatic Build System 2024-01-05 19:43:31 +01:00
parent 8f4163c264
commit a04994c435
2 changed files with 53 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# xkbevd
The xkbevd event daemon listens for specified XKB events and executes requested commands if they occur.
The configuration file consists of a list of event specification/action pairs and/or variable definitions.

50
xkbevd.spec Normal file
View File

@ -0,0 +1,50 @@
Name: xkbevd
Version: 1.1.3
Release: 1mamba
Summary: xkbevd - XKB event daemon
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/xkbevd-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libxkbfile-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The xkbevd event daemon listens for specified XKB events and executes requested commands if they occur.
The configuration file consists of a list of event specification/action pairs and/or variable definitions.
%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}/%{name}
%{_mandir}/man?/*
%doc COPYING ChangeLog README
%changelog
* Sat Mar 24 2012 Automatic Build System <autodist@mambasoft.it> 1.1.3-1mamba
- automatic version update by autodist
* Tue Mar 01 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.1.2-1mamba
- package created by autospec