automatic version update by autodist [release 1.0.6-1mamba;Tue Jul 23 2013]

This commit is contained in:
Automatic Build System 2024-01-05 23:53:24 +01:00
parent 33616b621e
commit 04aa39c05e
2 changed files with 81 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# imake
X.Org imake build tool.

79
imake.spec Normal file
View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 1.0.6-1mamba
- automatic version update by autodist
* Tue Mar 13 2012 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
- automatic version update by autodist
* Thu Nov 04 2010 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
- automatic update by autodist
* Tue Jun 22 2010 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
- automatic update by autodist
* Thu Apr 02 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-3mamba
- specfile updated
* Thu Dec 28 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-2qilnx
- require xorg-cf-files
* Wed Dec 27 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.2-1qilnx
- package created by autospec