Name: makedist Version: 2.8.0 Release: 1mamba Summary: A toolkit for making CD/DVD/archive images from an RPM based distribution repository Group: System/Tools Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://gitlab.mambasoft.it/openmamba/makedist Source: https://gitlab.mambasoft.it/openmamba/makedist/v%{version}/%{name}-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END Requires: distromatic Requires: lsof Requires: mailutils Requires: make Requires: memtest86+ Requires: qemu-static Requires: squashfs BuildArch: noarch AutoReq: no %description A toolkit for making CD/DVD/archive images from an RPM based distribution repository. Useful to make distribution bootdisk images and additional CDs/DVDs, live CDs/DVDs, root filesystem images for embedded systems and more. %prep [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %setup -q %build %install %makeinstall mkdir -p %{buildroot}%{_localstatedir}/makedist/{repositories/preferred,utils} mkdir -p %{buildroot}%{_localstatedir}/makedist/repositories/preferred/{RPMS/i586,SRPMS} mkdir -p %{buildroot}%{_localstatedir}/makedist/targets/ mkdir -p %{buildroot}%{_datadir}/makedist install -d %{buildroot}%{_bindir} \ %{buildroot}%{_localstatedir}/makedist/distromatic ln -s %{_datadir}/makedist/makedist %{buildroot}%{_bindir}/makedist %find_lang %{name} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files -f %{name}.lang %defattr(-,root,root) %attr(0664,root,packager) %config(noreplace) %{_sysconfdir}/makedist/config %{_sysconfdir}/cron.daily/20-makedist-autobuild %{_sysconfdir}/cron.daily/30-makedist-autobuild-cleanold %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/makedist %{_bindir}/makedist %{_bindir}/makedist-announcement %{_bindir}/makedist-docker %{_bindir}/makedist-newrelease %{_bindir}/makedist-recordvm %dir %{_datadir}/makedist %{_datadir}/makedist/*.sh %{_datadir}/makedist/makedist %{_datadir}/makedist/Makefile %{_datadir}/makedist/VERSION %{_datadir}/makedist/mkisofs.sort %attr(0774,root,packager) %dir %{_datadir}/makedist/global %{_datadir}/makedist/global/* %attr(0775,root,packager) %dir %{_localstatedir}/makedist %attr(0775,root,packager) %dir %{_localstatedir}/makedist/distromatic %attr(0775,root,packager) %dir %{_localstatedir}/makedist/repositories %attr(0775,root,packager) %dir %{_localstatedir}/makedist/repositories/preferred %attr(0775,root,packager) %{_localstatedir}/makedist/repositories/preferred/* %attr(0775,root,packager) %dir %{_localstatedir}/makedist/targets %attr(0775,root,packager) %dir %{_localstatedir}/makedist/utils #%dir %{_localstatedir}/makedist/recordvm #%{_localstatedir}/makedist/recordvm/.xinitrc #%{_localstatedir}/makedist/recordvm/.xvidcaprc %doc ChangeLog LICENSE %changelog * Sat Apr 13 2024 Silvan Calarco 2.8.0-1mamba - update to 2.8.0 * Mon Aug 07 2023 Silvan Calarco 2.7.0-1mamba - update to 2.7.0 * Sun Jul 30 2023 Silvan Calarco 2.6.3-1mamba - update to 2.6.3 * Wed Aug 10 2022 Silvan Calarco 2.6.2-1mamba - update to 2.6.2 * Sun Jul 03 2022 Silvan Calarco 2.6.1-1mamba - update to 2.6.1 * Sun Jul 03 2022 Silvan Calarco 2.6-1mamba - update to 2.6 * Fri Oct 21 2016 Silvan Calarco 2.5.2-1mamba - update to 2.5.2 * Tue May 13 2014 Silvan Calarco 2.5.1-1mamba - update to 2.5.1 * Tue May 13 2014 Silvan Calarco 2.5-1mamba - update to 2.5 * Fri Sep 09 2011 Silvan Calarco 2.4-1mamba - update to 2.4 - removed requirement for splashutils * Tue Mar 08 2011 Silvan Calarco 2.3-1mamba - update to 2.3 * Sat May 01 2010 Silvan Calarco 2.2.0-1mamba - update to 2.2.0 * Fri Apr 03 2009 Silvan Calarco 2.1.1-1mamba - update to 2.1.1 * Sun Jan 25 2009 Silvan Calarco 2.1.0-1mamba - update to 2.1.0 * Tue Sep 02 2008 Silvan Calarco 2.0.9-1mamba - update to 2.0.9 * Thu Aug 09 2007 Silvan Calarco 2.0.8-1mamba - update to 2.0.8 * Wed Jul 04 2007 Silvan Calarco 2.0.7-1mamba - update to 2.0.7 * Sat Jun 30 2007 Silvan Calarco 2.0.6-1mamba - update to 2.0.6 * Sat Jun 30 2007 Silvan Calarco 2.0.5-1mamba - update to 2.0.5 * Mon May 28 2007 Silvan Calarco 2.0.4-1mamba - update to 2.0.4 * Sat Mar 10 2007 Silvan Calarco 2.0.3-1qilnx - update to version 2.0.3 by autospec * Tue Feb 20 2007 Silvan Calarco 2.0.2-1qilnx - update to version 2.0.2 by autospec - add makedist symlink in bindir * Tue Feb 13 2007 Silvan Calarco 2.0.1-1qilnx - update to version 2.0.1 by autospec - open /var/makedist to packager group * Mon Jan 29 2007 Silvan Calarco 2.0.0-1qilnx - first release as makedis (old name was qilinuxcd)