]> git.pld-linux.org Git - packages/ext2ed.git/blob - ext2ed.spec
260bf0ee6e5beb1f737bec3ff31008a35e64ec50
[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:        23
9 License:        GPL
10 Group:          Applications/System
11 Source0:        ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ext2/%{name}-%{version}.tar.gz
12 Patch0:         %{name}-config.patch
13 Patch1:         %{name}-inode.patch
14 Patch2:         %{name}-glibc.patch
15 Patch3:         %{name}-opt.patch
16 Patch4:         %{name}-FHS2.0.patch
17 BuildRequires:  readline-devel >= 4.2
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 *que* pour les hackers et doit être utilisés par des gens
37 expérimentés. Si vous n'êtes pas sûr de l'être, vous ne l'êtes pas. Ne
38 fumez pas près de ce logiciel. Vous aurez été prévenu, ce n'est pas un
39 exercice.
40
41 %description -l pl
42 Ext2ed pozwala na modyfikowanie systemu plików ext2. Przeznaczony jest
43 tylko i wy³±cznie dla do¶wiadczonych u¿ytkowników Linuksa.
44 Niedo¶wiadczeni oraz ¶rednio-zaawansowani u¿ytkownicy nie powinni siê
45 nawet zbli¿aæ do ext2ed.
46
47 W pobli¿u ext2ed obowi±zuje ca³kowity zakaz palenia tytoniu ;)
48
49 %description -l tr
50 Bu yazýlýmlarla ext2 dosya sistemi üzerinde deðiþiklikler
51 yapabilirsiniz. Bu yazýlýmý sadece ne yaptýðýnýzdan kesinkle eminseniz
52 kullanýn. Dosyalarýnýzý kaybedecek olursanýz, unutmayýn: sizi
53 uyarmýþtýk!
54
55 %prep
56 %setup -q
57 %patch0 -p0
58 %patch1 -p1
59 %patch2 -p1
60 %patch3 -p1
61 %patch4 -p1
62
63 %build
64 rm -f ext2ed
65 %{__make}
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69 install -d $RPM_BUILD_ROOT/{%{_bindir},%{_mandir}/man8,var/lib/ext2ed}
70
71 %{__make} install \
72         VAR_DIR=$RPM_BUILD_ROOT/var/lib/ext2ed \
73         BIN_DIR=$RPM_BUILD_ROOT%{_bindir} \
74         DOC_DIR=$RPM_BUILD_ROOT \
75         MAN_DIR=$RPM_BUILD_ROOT%{_mandir}/man8
76
77 gzip -9nf README doc/*.ps
78
79 %files
80 %defattr(644,root,root,755)
81 %doc README.gz doc/*.sgml doc/*.ps.gz
82 %attr(700,root,root) %dir /var/lib/ext2ed
83 %attr(600,root,root) %config /var/lib/ext2ed/*
84 %attr(700,root,root) %{_bindir}/ext2ed
85 %{_mandir}/man8/*
86
87 %clean
88 rm -rf $RPM_BUILD_ROOT
This page took 0.053785 seconds and 2 git commands to generate.