2024-01-05 17:25:33 +01:00
|
|
|
Name: rgb
|
2024-01-05 17:25:33 +01:00
|
|
|
Version: 1.1.0
|
2024-01-05 17:25:33 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: X11 RGB colors definitions.
|
|
|
|
Group: System/X11
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 17:25:33 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://www.x.org/wiki/
|
|
|
|
Source: http://ftp.x.org/pub/individual/app/rgb-%{version}.tar.xz
|
2024-01-05 17:25:33 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
X11 RGB colors definitions.
|
|
|
|
|
2024-01-05 17:25:33 +01:00
|
|
|
%debug_package
|
2024-01-05 17:25:33 +01:00
|
|
|
|
2024-01-05 17:25:33 +01:00
|
|
|
%prep
|
2024-01-05 17:25:33 +01:00
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/showrgb
|
|
|
|
%{_datadir}/X11/rgb.txt
|
2024-01-05 17:25:33 +01:00
|
|
|
%{_mandir}/man1/showrgb.1*
|
|
|
|
%doc AUTHORS COPYING
|
2024-01-05 17:25:33 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 17:25:33 +01:00
|
|
|
* Wed Nov 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-1mamba
|
|
|
|
- update to 1.1.0
|
|
|
|
|
2024-01-05 17:25:33 +01:00
|
|
|
* Tue Nov 25 2014 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 17:25:33 +01:00
|
|
|
* Sun Jan 20 2013 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Oct 15 2010 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Sep 22 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.0.3-1mamba
|
|
|
|
- package created by autospec
|