specfile updated [release 1.0.2-2mamba;Wed Jun 04 2008]

This commit is contained in:
Silvan Calarco 2024-01-05 22:38:21 +01:00
parent c852a27539
commit b81ca0984a
2 changed files with 44 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# gccmakedep # gccmakedep
X.org gccmakedep tool.

42
gccmakedep.spec Normal file
View File

@ -0,0 +1,42 @@
Name: gccmakedep
Version: 1.0.2
Release: 2mamba
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.1x.gz
%doc COPYING ChangeLog
%changelog
* 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