update to 1.5.0 [release 1.5.0-1mamba;Fri May 21 2021]
This commit is contained in:
parent
fc5b7405c8
commit
3ad6549a74
@ -1,27 +1,26 @@
|
||||
Name: genext2fs
|
||||
Version: 1.4.1
|
||||
Version: 1.5.0
|
||||
Release: 1mamba
|
||||
Summary: genext2fs generates an ext2 filesystem
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Filippo Bedendo Bordon <michiamophil@libero.it>
|
||||
URL: http://genext2fs.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/project/genext2fs/genext2fs/%{version}/genext2fs-%{version}.tar.gz
|
||||
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
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%debug_package
|
||||
|
||||
%description
|
||||
genext2fs generates an ext2 filesystem as a normal (i.e. non-root) user.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -37,10 +36,12 @@ genext2fs generates an ext2 filesystem as a normal (i.e. non-root) user.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/genext2fs
|
||||
%{_mandir}/man8/genext2fs.8.gz
|
||||
%{_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
|
||||
|
Loading…
Reference in New Issue
Block a user