52 lines
1.2 KiB
RPMSpec
52 lines
1.2 KiB
RPMSpec
Name: gccmakedep
|
|
Version: 1.0.4
|
|
Release: 1mamba
|
|
Summary: X.org gccmakedep tool
|
|
Group: System/X11
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.x.org/wiki/
|
|
Source: http://xorg.freedesktop.org/releases/individual/util/gccmakedep-%{version}.tar.xz
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
X.org gccmakedep tool.
|
|
|
|
#% debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/gccmakedep
|
|
%{_mandir}/man1/gccmakedep.1*
|
|
%doc COPYING
|
|
|
|
%changelog
|
|
* Wed Apr 24 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-1mamba
|
|
- update to 1.0.4
|
|
|
|
* Wed May 28 2014 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed Jun 04 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-2mamba
|
|
- specfile updated
|
|
|
|
* Thu Dec 28 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1qilnx
|
|
- package created by autospec
|