X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=genext2fs.spec;h=b0a7a29c8bbfc1cf6b25aacb7afb5127d2949630;hb=0c49c1c00c66cec658f254e902e1cac26fe0f6ae;hp=20b8ace2c7aa978338683545c0cddc4e2796d7f9;hpb=7a27d9642d7fec523dd65e058089767fb71d36b9;p=packages%2Fgenext2fs.git diff --git a/genext2fs.spec b/genext2fs.spec index 20b8ace..b0a7a29 100644 --- a/genext2fs.spec +++ b/genext2fs.spec @@ -2,17 +2,15 @@ Summary: Tools for the second extended (ext2) filesystem Summary(pl): Narzêdzia do systemu plikowego ext2 Name: genext2fs Version: 1.3 -Release: 1 +Release: 2 License: GPL Group: Applications/System -Group(de): Applikationen/System -Group(pl): Aplikacje/System Source0: http://xavier.bestel.free.fr/%{name}-%{version}.tgz Source1: %{name}-Makefile -#URL: +Patch0: %{name}-blkdev.patch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%description +%description genext2fs generates an ext2 filesystem without the need to be root. You can generate a filesystem image, symlinks and device nodes included, as a normal user. @@ -24,6 +22,7 @@ linkami symbolicznymi i plikami urz %prep %setup -q -n %{name}-%{version} +%patch0 -p1 install %{SOURCE1} Makefile @@ -36,13 +35,10 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_bindir} install genext2fs $RPM_BUILD_ROOT%{_bindir} - -gzip -9nf README dev.txt - %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc *.gz +%doc README dev.txt %attr(755,root,root) %{_bindir}/*