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