makedepend/makedepend.spec

60 lines
1.5 KiB
RPMSpec
Raw Permalink Normal View History

%define xorg_ver 7.3
Name: makedepend
Version: 1.0.5
Release: 1mamba
Summary: X.Org makedepend utility
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://x.org
Source: ftp://x.org/pub/individual/util/makedepend-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
X.Org makedepend utility.
%prep
%setup -q -n %{name}-%{version}
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/makedepend
%{_mandir}/man1/makedepend.1.gz
%doc AUTHORS COPYING ChangeLog
%changelog
* Wed Jul 24 2013 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
- automatic update by autodist
* Tue Mar 13 2012 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
- automatic version update by autodist
* Sat Nov 06 2010 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
- automatic update by autodist
* Fri Jun 11 2010 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
- update to 1.0.2
* Mon Nov 10 2008 gil <puntogil@libero.it> 1.0.1-1mamba
- update to 1.0.1
- edit Source
* Wed Dec 27 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-1qilnx
- package created by autospec