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