]> git.pld-linux.org Git - packages/ext2ed.git/blame - ext2ed.spec
- converted to UTF-8
[packages/ext2ed.git] / ext2ed.spec
CommitLineData
f1dafd55 1Summary: ext2 filesystem editor for hackers *only*
94684fb8
JR
2Summary(de.UTF-8): ext2-Dateisystem-Editor NUR für Hacker
3Summary(fr.UTF-8): éditeur du système de fichiers ext2, *uniquement* pour les hackers
4Summary(pl.UTF-8): Edytor systemu plików ext2 - TYLKO DLA DOŚWIADCZONYCH UŻYTKOWNIKÓW
5Summary(tr.UTF-8): ext2 dosya sistemi düzenleyicisi
f1dafd55 6Name: ext2ed
64020fe5
JB
7Version: 0.2
8Release: 1
383b2a56 9License: GPL
386d65ef 10Group: Applications/System
383b2a56 11Source0: ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ext2/%{name}-%{version}.tar.gz
639240b4 12# Source0-md5: 996bbbecceee1eb95e4cdbc53a1860df
64020fe5
JB
13Patch0: %{name}-opt.patch
14Patch1: %{name}-FHS2.0.patch
b10e951a 15Patch2: %{name}-nooldext2acl.patch
386d65ef 16BuildRequires: readline-devel >= 4.2
b10e951a
JB
17# according to comments in e2fsprogs, ext2ed code assumes that CPU
18# is 32-bit little endian - on other platforms it can only break something
19# (another thing is that it doesn't support >2GB filesystems at all)
20ExclusiveArch: %{ix86}
d2d1b1ea 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
add85abe 22
23%description
383b2a56 24This is a package to allow for hacking of your extended two file
25systems. It is for hackers *only* and should only be used by
26experienced personnel. If you aren't sure if this is you, it isn't.
27Also, do not smoke near this software. You have been warned. This is
28not a recording.
add85abe 29
94684fb8 30%description -l de.UTF-8
383b2a56 31Dies ist ein Paket zum Hacken der ext2-Dateisysteme, zum
32AUSSCHLIESSLICHEN Gebrauch durch Hacker und versierte Fachleute. Wenn
94684fb8
JR
33Sie sich nicht angesprochen fühlen, lassen Sie lieber die Hände davon!
34Und noch etwas: Zünden Sie sich in der Nähe dieser Software keine
35Zigarette an - sagen Sie nicht, wir hätten Sie nicht gewarnt.
add85abe 36
94684fb8
JR
37%description -l fr.UTF-8
38Paquetage permettant le hackind des systèmes de fichiers ext2. Il
39n'est *que* pour les hackers et doit être utilisés par des gens
40expérimentés. Si vous n'êtes pas sûr de l'être, vous ne l'êtes pas. Ne
41fumez pas près de ce logiciel. Vous aurez été prévenu, ce n'est pas un
386d65ef 42exercice.
add85abe 43
94684fb8
JR
44%description -l pl.UTF-8
45Ext2ed pozwala na modyfikowanie systemu plików ext2. Przeznaczony jest
46tylko i wyłącznie dla doświadczonych użytkowników Linuksa.
47Niedoświadczeni oraz średnio-zaawansowani użytkownicy nie powinni się
48nawet zbliżać do ext2ed.
add85abe 49
94684fb8 50W pobliżu ext2ed obowiązuje całkowity zakaz palenia tytoniu ;)
add85abe 51
94684fb8
JR
52%description -l tr.UTF-8
53Bu yazılımlarla ext2 dosya sistemi üzerinde değişiklikler
54yapabilirsiniz. Bu yazılımı sadece ne yaptığınızdan kesinkle eminseniz
55kullanın. Dosyalarınızı kaybedecek olursanız, unutmayın: sizi
56uyarmıştık!
add85abe 57
58%prep
59%setup -q
64020fe5 60%patch0 -p1
1780470e 61%patch1 -p1
b10e951a 62%patch2 -p1
add85abe 63
64%build
65rm -f ext2ed
64020fe5
JB
66%{__make} \
67 CC="%{__cc}" \
68 OPTFLAGS="%{rpmcflags}"
add85abe 69
70%install
71rm -rf $RPM_BUILD_ROOT
6efdead9 72install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8,/var/lib/ext2ed}
add85abe 73
aa24ceac 74%{__make} install \
93e1dcda 75 VAR_DIR=$RPM_BUILD_ROOT/var/lib/ext2ed \
da7f9000 76 BIN_DIR=$RPM_BUILD_ROOT%{_bindir} \
add85abe 77 DOC_DIR=$RPM_BUILD_ROOT \
387412e0 78 MAN_DIR=$RPM_BUILD_ROOT%{_mandir}/man8
1780470e 79
add85abe 80%files
81%defattr(644,root,root,755)
64020fe5
JB
82%doc README doc/*.sgml doc/*.ps
83%attr(750,root,root) %dir /var/lib/ext2ed
84/var/lib/ext2ed/ext2.descriptors
04d466a6 85%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /var/lib/ext2ed/ext2ed.conf
64020fe5 86%attr(744,root,root) %{_bindir}/ext2ed
81058e42 87%{_mandir}/man8/*
add85abe 88
89%clean
90rm -rf $RPM_BUILD_ROOT
This page took 0.069606 seconds and 4 git commands to generate.