48 lines
1.1 KiB
RPMSpec
48 lines
1.1 KiB
RPMSpec
Name: genext2fs
|
|
Version: 1.5.0
|
|
Release: 1mamba
|
|
Summary: genext2fs generates an ext2 filesystem
|
|
Group: System/Tools
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://github.com/bestouff/genext2fs
|
|
Source: https://github.com/bestouff/genext2fs.git/v%{version}/genext2fs-%{version}.tar.bz2
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
## AUTOBUILDREQ-END
|
|
|
|
%description
|
|
genext2fs generates an ext2 filesystem as a normal (i.e. non-root) user.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
./autogen.sh
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/genext2fs
|
|
%{_mandir}/man8/genext2fs.8*
|
|
%doc AUTHORS COPYING
|
|
|
|
%changelog
|
|
* Fri May 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.0-1mamba
|
|
- update to 1.5.0
|
|
|
|
* Tue Feb 21 2012 Filippo Bedendo Bordon <michiamophil@libero.it> 1.4.1-1mamba
|
|
- package created by autospec
|