92 lines
2.3 KiB
RPMSpec
92 lines
2.3 KiB
RPMSpec
Name: imake
|
|
Version: 1.0.10
|
|
Release: 1mamba
|
|
Summary: X.Org imake build tool
|
|
Group: System/X11
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.x.org/wiki/
|
|
Source: ftp://x.org/pub/individual/util/imake-%{version}.tar.xz
|
|
License: MIT
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
Requires: xorg-cf-files >= 1.0.2
|
|
|
|
%description
|
|
X.Org imake build tool.
|
|
|
|
%debug_package
|
|
|
|
%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*
|
|
%{_mandir}/man1/cleanlinks.1*
|
|
%{_mandir}/man1/imake.1*
|
|
%{_mandir}/man1/makeg.1*
|
|
%{_mandir}/man1/mergelib.1*
|
|
%{_mandir}/man1/mkdirhier.1*
|
|
%{_mandir}/man1/mkhtmlindex.1*
|
|
%{_mandir}/man1/revpath.1*
|
|
%{_mandir}/man1/xmkmf.1*
|
|
%doc COPYING
|
|
#ChangeLog
|
|
|
|
%changelog
|
|
* Tue Jan 09 2024 Automatic Build System <autodist@openmamba.org> 1.0.10-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Oct 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.9-1mamba
|
|
- update to 1.0.9
|
|
|
|
* Sun Mar 24 2019 Automatic Build System <autodist@mambasoft.it> 1.0.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat May 24 2014 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
|
|
- automatic update by autodist
|
|
|
|
* 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
|