]> git.pld-linux.org Git - packages/ext2ed.git/blob - ext2ed.spec
- revision up to 16,
[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 Buildroot:   /tmp/%{name}-%{version}-root
17
18 %description
19 This is a package to allow for hacking of your extended two file systems. It
20 is for hackers *only* and should only be used by experienced personnel. If
21 you aren't sure if this is you, it isn't. Also, do not smoke near this
22 software. You have been warned. This is not a recording.
23
24 %description -l de
25 Dies ist ein Paket zum Hacken der ext2-Dateisysteme, zum AUSSCHLIESSLICHEN
26 Gebrauch durch Hacker und versierte Fachleute.  Wenn Sie sich nicht
27 angesprochen fühlen, lassen Sie lieber die Hände davon! Und noch etwas:
28 Zünden Sie sich in der Nähe dieser Software keine Zigarette an - sagen Sie
29 nicht, wir hätten Sie nicht gewarnt.
30
31 %description -l fr
32 Paquetage permettant le hackind des systèmes de fichiers ext2. Il n'est
33 *que* pour les hackers et doit être utilisés par des gens expérimentés. Si
34 vous n'êtes pas sûr de l'être, vous ne l'êtes pas. Ne fumez pas près de ce
35 logiciel. Vous aurez été prévenu, ce n'est pas un exercice.
36
37 %description -l pl
38 Ext2ed pozwala na modyfikowanie systemu plików ext2. Przeznaczony jest tylko
39 i wy³±cznie dla do¶wiadczonych u¿ytkowników Linuxa. Niedo¶wiadczeni oraz
40 ¶rednio-zaawansowani u¿ytkownicy nie powinni siê nawet zbli¿aæ do ext2ed.
41
42 W pobli¿u ext2ed obowi±zuje ca³kowity zakaz palenia tytoniu ;)
43
44 %description -l tr
45 Bu yazýlýmlarla ext2 dosya sistemi üzerinde deðiþiklikler yapabilirsiniz. Bu
46 yazýlýmý sadece ne yaptýðýnýzdan kesinkle eminseniz kullanýn. Dosyalarýnýzý
47 kaybedecek olursanýz, unutmayýn: sizi uyarmýþtýk!
48
49 %prep
50 %setup -q
51 %patch0 -p0
52 %patch1 -p1
53 %patch2 -p1
54 %patch3 -p1
55
56 %build
57 rm -f ext2ed
58 make 
59 strip ext2ed
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63 install -d $RPM_BUILD_ROOT/{usr/{bin,man/man8},var/lib/ext2ed}
64
65 make install \
66         VAR_DIR=$RPM_BUILD_ROOT/var/lib/ext2ed \
67         BIN_DIR=$RPM_BUILD_ROOT/usr/bin \
68         DOC_DIR=$RPM_BUILD_ROOT \
69         MAN_DIR=$RPM_BUILD_ROOT/usr/man/man8
70
71 gzip -9nf $RPM_BUILD_ROOT/usr/man/man8/*
72
73 %files
74 %defattr(644,root,root,755)
75 %doc README doc/*.sgml doc/*.ps
76 %attr(700, root, root) %dir /var/lib/ext2ed
77 %attr(600, root, root) %config /var/lib/ext2ed/*
78 %attr(700, root, root) /usr/bin/ext2ed
79 %attr(644, root,  man) /usr/man/man8/*
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %changelog
85 * Mon Dec 28 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
86   [0.1-16]
87 - added gzipping man pages.
88
89 * Mon Oct 12 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
90   [0.1-15]
91 - added using $PRPM_OPT_FLAGS during compile (ext2ed-opt.patch).
92
93 * Tue Oct 06 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
94 - added pl translation,
95 - added Buildroot support,
96 - restricted files permissions,
97 - build from non root's account,
98 - major modifications of the spec file.
99
100 * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
101 - translations modified for de, fr, tr
102
103 * Wed Apr 15 1998 Erik Troan <ewt@redhat.com>
104 - built against new ncurses
105 - updated bad patch (!)
106
107 * Tue Oct 21 1997 Donnie Barnes <djb@redhat.com>
108 - various spec file clean ups
109
110 * Fri Oct 10 1997 Erik Troan <ewt@redhat.com>
111 - build against readline library w/ proper soname
112
113 * Thu Jul 17 1997 Erik Troan <ewt@redhat.com>
114 - built against glibc
This page took 0.065994 seconds and 3 git commands to generate.