From ecad42f1fb1eeb748162cd8da1229b9aaa654871 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:55:22 +0100 Subject: [PATCH] automatic update by autodist [release 1.1.0-1mamba;Sat Sep 14 2013] --- README.md | 2 ++ xrdb.spec | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 xrdb.spec diff --git a/README.md b/README.md index c27ee20..d128be1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xrdb +X server resource database utility. + diff --git a/xrdb.spec b/xrdb.spec new file mode 100644 index 0000000..f8b3cda --- /dev/null +++ b/xrdb.spec @@ -0,0 +1,61 @@ +Name: xrdb +Version: 1.1.0 +Release: 1mamba +Summary: X server resource database utility +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://x.org +Source: http://ftp.x.org/pub/individual/app/xrdb-%{version}.tar.bz2 +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: gcc-cpp +BuildRequires: glibc-devel +BuildRequires: libX11-devel +BuildRequires: libXmu-devel +## AUTOBUILDREQ-END +Requires: gcc-cpp + +%description +X server resource database utility. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/xrdb +%{_mandir}/man1/xrdb.1.* +%doc COPYING ChangeLog + +%changelog +* Sat Sep 14 2013 Automatic Build System 1.1.0-1mamba +- automatic update by autodist + +* Sun May 01 2011 Automatic Build System 1.0.9-1mamba +- automatic update by autodist + +* Thu Feb 10 2011 Automatic Build System 1.0.8-1mamba +- automatic update by autodist + +* Wed Nov 17 2010 Automatic Build System 1.0.7-1mamba +- automatic update by autodist + +* Mon Oct 26 2009 Automatic Build System 1.0.6-1mamba +- automatic update by autodist + +* Thu Oct 16 2009 Silvan Calarco 1.0.5-1mamba +- package created by autospec