automatic update by autodist [release 1.1.0-1mamba;Sat Sep 14 2013]

This commit is contained in:
Automatic Build System 2024-01-05 19:55:22 +01:00
parent 777f0a12df
commit ecad42f1fb
2 changed files with 63 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# xrdb # xrdb
X server resource database utility.

61
xrdb.spec Normal file
View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 1.1.0-1mamba
- automatic update by autodist
* Sun May 01 2011 Automatic Build System <autodist@mambasoft.it> 1.0.9-1mamba
- automatic update by autodist
* Thu Feb 10 2011 Automatic Build System <autodist@mambasoft.it> 1.0.8-1mamba
- automatic update by autodist
* Wed Nov 17 2010 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
- automatic update by autodist
* Mon Oct 26 2009 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
- automatic update by autodist
* Thu Oct 16 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.5-1mamba
- package created by autospec