supermin/supermin.spec

61 lines
1.6 KiB
RPMSpec

%define majver %(echo %version | cut -d. -f1-2)
Name: supermin
Version: 5.2.2
Release: 1mamba
Summary: Tool for creating supermin appliances (formerly called febootstrap)
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://libguestfs.org/supermin.1.html
Source: https://download.libguestfs.org/supermin/%{majver}-stable/supermin-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libe2fs-devel
BuildRequires: libpopt-devel
BuildRequires: librpm-devel
## AUTOBUILDREQ-END
BuildRequires: librpm-devel >= 4.16.1.2-1mamba
%description
Tool for creating supermin appliances (formerly called febootstrap).
%debug_package
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/supermin
%{_mandir}/man1/supermin.1*
%doc COPYING
%changelog
* Sat Nov 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.2-1mamba
- update to 5.2.2
* Sun Mar 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1.20-2mamba
- rebuilt by autoport with build requirements: librpm-devel>=4.16.1.2-1mamba
* Tue Oct 15 2019 Automatic Build System <autodist@mambasoft.it> 5.1.20-1mamba
- automatic version update by autodist
* Fri Aug 08 2014 Automatic Build System <autodist@mambasoft.it> 5.1.9-1mamba
- automatic update by autodist
* Thu Jul 17 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1.8-1mamba
- package created using the webbuild interface