package created by autospec [release 1.4.1-1mamba;Tue Feb 21 2012]
This commit is contained in:
parent
e3ab3d8f77
commit
fc5b7405c8
@ -1,2 +1,4 @@
|
||||
# genext2fs
|
||||
|
||||
genext2fs generates an ext2 filesystem as a normal (i.e. non-root) user.
|
||||
|
||||
|
46
genext2fs.spec
Normal file
46
genext2fs.spec
Normal file
@ -0,0 +1,46 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user