From d9066d6afa5f8809634ffa631428ba65c6121d3b Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:56:21 +0100 Subject: [PATCH] automatic update by autodist [release 1.2.3-1mamba;Sun Aug 11 2013] --- README.md | 2 ++ xset.spec | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 xset.spec diff --git a/README.md b/README.md index 507edac..7cc8df5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xset +Xset is used to set various user preference options of the display. + diff --git a/xset.spec b/xset.spec new file mode 100644 index 0000000..af8c274 --- /dev/null +++ b/xset.spec @@ -0,0 +1,51 @@ +Name: xset +Version: 1.2.3 +Release: 1mamba +Summary: xset - user preference utility for X +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/xset-%{version}.tar.bz2 +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libX11-devel +BuildRequires: libXext-devel +BuildRequires: libXmu-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Xset is used to set various user preference options of the display. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/%{name} +%{_mandir}/man?/* +%doc COPYING ChangeLog README + +%changelog +* Sun Aug 11 2013 Automatic Build System 1.2.3-1mamba +- automatic update by autodist + +* Sat Aug 06 2011 Automatic Build System 1.2.2-1mamba +- automatic version update by autodist + +* Tue Mar 01 2011 Tiziana Ferro 1.2.1-1mamba +- package created by autospec \ No newline at end of file