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