diff --git a/README.md b/README.md index 51a59ec..2829d17 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # makedepend +X.Org makedepend utility. + diff --git a/makedepend.spec b/makedepend.spec new file mode 100644 index 0000000..63057d1 --- /dev/null +++ b/makedepend.spec @@ -0,0 +1,59 @@ +%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 +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 1.0.5-1mamba +- automatic update by autodist + +* Tue Mar 13 2012 Automatic Build System 1.0.4-1mamba +- automatic version update by autodist + +* Sat Nov 06 2010 Automatic Build System 1.0.3-1mamba +- automatic update by autodist + +* Fri Jun 11 2010 Automatic Build System 1.0.2-1mamba +- update to 1.0.2 + +* Mon Nov 10 2008 gil 1.0.1-1mamba +- update to 1.0.1 +- edit Source + +* Wed Dec 27 2006 Silvan Calarco 1.0.0-1qilnx +- package created by autospec