diff --git a/README.md b/README.md index 5e7a92a..16314a9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # imake +X.Org imake build tool. + diff --git a/imake.spec b/imake.spec new file mode 100644 index 0000000..8e819c7 --- /dev/null +++ b/imake.spec @@ -0,0 +1,79 @@ +Name: imake +Version: 1.0.6 +Release: 1mamba +Summary: X.Org imake build tool +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://x.org +Source: ftp://x.org/pub/individual/util/imake-%{version}.tar.bz2 +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: xorg-cf-files +## AUTOBUILDREQ-END +BuildRequires: xorg-proto-devel +Requires: xorg-cf-files >= 1.0.2 + +%description +X.Org imake build tool. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/ccmakedep +%{_bindir}/cleanlinks +%{_bindir}/imake +%{_bindir}/makeg +%{_bindir}/mergelib +%{_bindir}/mkdirhier +%{_bindir}/mkhtmlindex +%{_bindir}/revpath +%{_bindir}/xmkmf +%{_mandir}/man1/ccmakedep.1.gz +%{_mandir}/man1/cleanlinks.1.gz +%{_mandir}/man1/imake.1.gz +%{_mandir}/man1/makeg.1.gz +%{_mandir}/man1/mergelib.1.gz +%{_mandir}/man1/mkdirhier.1.gz +%{_mandir}/man1/mkhtmlindex.1.gz +%{_mandir}/man1/revpath.1.gz +%{_mandir}/man1/xmkmf.1.gz +%doc COPYING ChangeLog README + +%changelog +* Tue Jul 23 2013 Automatic Build System 1.0.6-1mamba +- automatic version update by autodist + +* Tue Mar 13 2012 Automatic Build System 1.0.5-1mamba +- automatic version update by autodist + +* Thu Nov 04 2010 Automatic Build System 1.0.4-1mamba +- automatic update by autodist + +* Tue Jun 22 2010 Automatic Build System 1.0.3-1mamba +- automatic update by autodist + +* Thu Apr 02 2009 Silvan Calarco 1.0.2-3mamba +- specfile updated + +* Thu Dec 28 2006 Silvan Calarco 1.0.2-2qilnx +- require xorg-cf-files + +* Wed Dec 27 2006 Silvan Calarco 1.0.2-1qilnx +- package created by autospec