specfile updated [release 1.0.2-2mamba;Wed Jun 04 2008]
This commit is contained in:
parent
c852a27539
commit
b81ca0984a
42
gccmakedep.spec
Normal file
42
gccmakedep.spec
Normal 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
|
Loading…
Reference in New Issue
Block a user