package created using the webbuild interface [release 5.1.8-1mamba;Thu Jul 17 2014]

This commit is contained in:
Silvan Calarco 2024-01-05 18:12:02 +01:00
parent 313bfa6b24
commit b5d86e5066
2 changed files with 47 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# supermin
Tool for creating supermin appliances (formerly called febootstrap).

45
supermin.spec Normal file
View File

@ -0,0 +1,45 @@
Name: supermin
Version: 5.1.8
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: http://people.redhat.com/~rjones/supermin/
Source: http://libguestfs.org/download/supermin/supermin-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libe2fs-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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
* Thu Jul 17 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1.8-1mamba
- package created using the webbuild interface