]> git.pld-linux.org Git - packages/ext2ed.git/blob - ext2ed.spec
- spec adapterized.
[packages/ext2ed.git] / ext2ed.spec
1 Summary:        ext2 filesystem editor for hackers *only*
2 Summary(de):    ext2-Dateisystem-Editor NUR für Hacker  
3 Summary(fr):    éditeur du système de fichiers ext2, *uniquement* pour les hackers
4 Summary(pl):    Edytor systemu plików ext2 - TYLKO DLA DO¦WIADCZONYCH U¯YTKOWNIKÓW
5 Summary(tr):    ext2 dosya sistemi düzenleyicisi
6 Name:           ext2ed
7 Version:        0.1
8 Release:        17
9 License:        GPL
10 Group:          Utilities/System
11 Group(pl):      Narzêdzia/System
12 Source0:        ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ext2/%{name}-%{version}.tar.gz
13 Patch0:         ext2ed-config.patch
14 Patch1:         ext2ed-inode.patch
15 Patch2:         ext2ed-glibc.patch
16 Patch3:         ext2ed-opt.patch
17 Patch4:         ext2ed-FHS2.0.patch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This is a package to allow for hacking of your extended two file
22 systems. It is for hackers *only* and should only be used by
23 experienced personnel. If you aren't sure if this is you, it isn't.
24 Also, do not smoke near this software. You have been warned. This is
25 not a recording.
26
27 %description -l de
28 Dies ist ein Paket zum Hacken der ext2-Dateisysteme, zum
29 AUSSCHLIESSLICHEN Gebrauch durch Hacker und versierte Fachleute. Wenn
30 Sie sich nicht angesprochen fühlen, lassen Sie lieber die Hände davon!
31 Und noch etwas: Zünden Sie sich in der Nähe dieser Software keine
32 Zigarette an - sagen Sie nicht, wir hätten Sie nicht gewarnt.
33
34 %description -l fr
35 Paquetage permettant le hackind des systèmes de fichiers ext2. Il
36 n'est
37 - *que* pour les hackers et doit être utilisés par des gens
38   expérimentés. Si vous n'êtes pas sûr de l'être, vous ne l'êtes pas. Ne
39   fumez pas près de ce logiciel. Vous aurez été prévenu, ce n'est pas un
40   exercice.
41
42 %description -l pl
43 Ext2ed pozwala na modyfikowanie systemu plików ext2. Przeznaczony jest
44 tylko i wy³±cznie dla do¶wiadczonych u¿ytkowników Linuxa.
45 Niedo¶wiadczeni oraz ¶rednio-zaawansowani u¿ytkownicy nie powinni siê
46 nawet zbli¿aæ do ext2ed.
47
48 W pobli¿u ext2ed obowi±zuje ca³kowity zakaz palenia tytoniu ;)
49
50 %description -l tr
51 Bu yazýlýmlarla ext2 dosya sistemi üzerinde deðiþiklikler
52 yapabilirsiniz. Bu yazýlýmý sadece ne yaptýðýnýzdan kesinkle eminseniz
53 kullanýn. Dosyalarýnýzý kaybedecek olursanýz, unutmayýn: sizi
54 uyarmýþtýk!
55
56 %prep
57 %setup -q
58 %patch0 -p0
59 %patch1 -p1
60 %patch2 -p1
61 %patch3 -p1
62 %patch4 -p1
63
64 %build
65 rm -f ext2ed
66 make 
67 strip ext2ed
68
69 %install
70 rm -rf $RPM_BUILD_ROOT
71 install -d $RPM_BUILD_ROOT/{%{_bindir},%{_mandir}/man8,var/lib/ext2ed}
72
73 make install \
74         VAR_DIR=$RPM_BUILD_ROOT/var/lib/ext2ed \
75         BIN_DIR=$RPM_BUILD_ROOT%{_bindir} \
76         DOC_DIR=$RPM_BUILD_ROOT \
77         MAN_DIR=$RPM_BUILD_ROOT%{_mandir}/man8
78
79 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/* README doc/*.ps
80
81 %files
82 %defattr(644,root,root,755)
83 %doc README.gz doc/*.sgml doc/*.ps.gz
84 %attr(700,root,root) %dir /var/lib/ext2ed
85 %attr(600,root,root) %config /var/lib/ext2ed/*
86 %attr(700,root,root) %{_bindir}/ext2ed
87 %{_mandir}/man8/*
88
89 %clean
90 rm -rf $RPM_BUILD_ROOT
This page took 0.089008 seconds and 4 git commands to generate.