80 lines
2.0 KiB
RPMSpec
80 lines
2.0 KiB
RPMSpec
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
|