47 lines
1.0 KiB
RPMSpec
47 lines
1.0 KiB
RPMSpec
|
Name: genext2fs
|
||
|
Version: 1.4.1
|
||
|
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
|
||
|
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.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_bindir}/genext2fs
|
||
|
%{_mandir}/man8/genext2fs.8.gz
|
||
|
%doc AUTHORS COPYING
|
||
|
|
||
|
|
||
|
%changelog
|
||
|
* Tue Feb 21 2012 Filippo Bedendo Bordon <michiamophil@libero.it> 1.4.1-1mamba
|
||
|
- package created by autospec
|