]> git.pld-linux.org Git - packages/genext2fs.git/blob - genext2fs.spec
20b8ace2c7aa978338683545c0cddc4e2796d7f9
[packages/genext2fs.git] / genext2fs.spec
1 Summary:        Tools for the second extended (ext2) filesystem
2 Summary(pl):    Narzêdzia do systemu plikowego ext2
3 Name:           genext2fs
4 Version:        1.3
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Group(de):      Applikationen/System
9 Group(pl):      Aplikacje/System
10 Source0:        http://xavier.bestel.free.fr/%{name}-%{version}.tgz
11 Source1:        %{name}-Makefile
12 #URL:           
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description 
16 genext2fs generates an ext2 filesystem without the need to be root.
17 You can generate a filesystem image, symlinks and device nodes
18 included, as a normal user.
19
20 %description -l pl
21 genext2fs generuje system plików ext2 bez potrzeby posiadania
22 uprawnieñ superu¿ytkownia. Mo¿esz wygenerowaæ obraz systemu plików, z
23 linkami symbolicznymi i plikami urz±dzeñ jako normalny u¿ytkownik.
24
25 %prep
26 %setup  -q -n %{name}-%{version}
27
28 install %{SOURCE1} Makefile
29
30 %build
31 %{__make}
32 head -61 genext2fs.c >README
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT%{_bindir}
37
38 install genext2fs $RPM_BUILD_ROOT%{_bindir}
39
40 gzip -9nf README dev.txt
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc *.gz
48 %attr(755,root,root) %{_bindir}/*
This page took 0.060573 seconds and 3 git commands to generate.