2024-01-05 19:46:56 +01:00
|
|
|
Name: xorg-cf-files
|
2024-01-05 19:46:56 +01:00
|
|
|
Version: 1.0.7
|
2024-01-05 19:46:56 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: X.Org configuration files
|
|
|
|
Group: System/X11
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 19:46:56 +01:00
|
|
|
URL: https://www.x.org/wiki/
|
2024-01-05 19:46:56 +01:00
|
|
|
Source: ftp://ftp.freedesktop.org/pub/individual/util/xorg-cf-files-%{version}.tar.bz2
|
|
|
|
License: MIT
|
|
|
|
|
|
|
|
%description
|
|
|
|
X.Org configuration files.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_libdir}/X11/config
|
|
|
|
%{_libdir}/X11/config/*
|
|
|
|
%doc COPYING ChangeLog README
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 19:46:56 +01:00
|
|
|
* Mon Aug 02 2021 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:46:56 +01:00
|
|
|
* Sun Jan 10 2016 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 19:46:56 +01:00
|
|
|
* Sun Jul 28 2013 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Jan 14 2011 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Oct 18 2009 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Feb 16 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-2mamba
|
|
|
|
- specfile updates
|
|
|
|
|
|
|
|
* Thu Dec 28 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1qilnx
|
|
|
|
- package created by autospec
|