]> git.pld-linux.org Git - packages/ext2ed.git/blob - ext2ed.spec
- updated to 0.2, removed obsolete config,glibc,inode patches
[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 Patch0:         %{name}-opt.patch
13 Patch1:         %{name}-FHS2.0.patch
14 BuildRequires:  readline-devel >= 4.2
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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 isn't.
21 Also, do not smoke near this software. You have been warned. This is
22 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. Wenn
27 Sie sich nicht angesprochen fühlen, lassen Sie lieber die Hände davon!
28 Und noch etwas: Zünden Sie sich in der Nähe dieser Software keine
29 Zigarette an - sagen Sie nicht, wir hätten Sie nicht gewarnt.
30
31 %description -l fr
32 Paquetage permettant le hackind des systèmes de fichiers ext2. Il
33 n'est *que* pour les hackers et doit être utilisés par des gens
34 expérimentés. Si vous n'êtes pas sûr de l'être, vous ne l'êtes pas. Ne
35 fumez pas près de ce logiciel. Vous aurez été prévenu, ce n'est pas un
36 exercice.
37
38 %description -l pl
39 Ext2ed pozwala na modyfikowanie systemu plików ext2. Przeznaczony jest
40 tylko i wy³±cznie dla do¶wiadczonych u¿ytkowników Linuksa.
41 Niedo¶wiadczeni oraz ¶rednio-zaawansowani u¿ytkownicy nie powinni siê
42 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
48 yapabilirsiniz. Bu yazýlýmý sadece ne yaptýðýnýzdan kesinkle eminseniz
49 kullanýn. Dosyalarýnýzý kaybedecek olursanýz, unutmayýn: sizi
50 uyarmýþtýk!
51
52 %prep
53 %setup -q
54 %patch0 -p1
55 %patch1 -p1
56
57 %build
58 rm -f ext2ed
59 %{__make} \
60         CC="%{__cc}" \
61         OPTFLAGS="%{rpmcflags}"
62
63 %install
64 rm -rf $RPM_BUILD_ROOT
65 install -d $RPM_BUILD_ROOT/{%{_bindir},%{_mandir}/man8,var/lib/ext2ed}
66
67 %{__make} install \
68         VAR_DIR=$RPM_BUILD_ROOT/var/lib/ext2ed \
69         BIN_DIR=$RPM_BUILD_ROOT%{_bindir} \
70         DOC_DIR=$RPM_BUILD_ROOT \
71         MAN_DIR=$RPM_BUILD_ROOT%{_mandir}/man8
72
73 %files
74 %defattr(644,root,root,755)
75 %doc README doc/*.sgml doc/*.ps
76 %attr(750,root,root) %dir /var/lib/ext2ed
77 /var/lib/ext2ed/ext2.descriptors
78 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /var/lib/ext2ed/ext2ed.conf
79 %attr(744,root,root) %{_bindir}/ext2ed
80 %{_mandir}/man8/*
81
82 %clean
83 rm -rf $RPM_BUILD_ROOT
This page took 0.182809 seconds and 3 git commands to generate.