46 lines
1.0 KiB
RPMSpec
46 lines
1.0 KiB
RPMSpec
Name: gccmakedep
|
|
Version: 1.0.3
|
|
Release: 1mamba
|
|
Summary: X.org gccmakedep tool
|
|
Group: System/X11
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://x.org
|
|
Source: http://xorg.freedesktop.org/releases/individual/util/gccmakedep-%{version}.tar.bz2
|
|
License: MIT
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
X.org gccmakedep tool.
|
|
|
|
%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 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
|