]> git.pld-linux.org Git - packages/ext2ed.git/blobdiff - ext2ed.spec
- rel. 3
[packages/ext2ed.git] / ext2ed.spec
index 0e278ae909eed6b29f64dd2fc084113ed00766d6..f884605b4e9340105c61c6f18378b2bc3c797ac2 100644 (file)
@@ -1,11 +1,11 @@
 Summary:       ext2 filesystem editor for hackers *only*
-Summary(de.UTF-8):   ext2-Dateisystem-Editor NUR für Hacker
-Summary(fr.UTF-8):   éditeur du système de fichiers ext2, *uniquement* pour les hackers
-Summary(pl.UTF-8):   Edytor systemu plików ext2 - TYLKO DLA DOŚWIADCZONYCH UŻYTKOWNIKÓW
-Summary(tr.UTF-8):   ext2 dosya sistemi düzenleyicisi
+Summary(de.UTF-8):     ext2-Dateisystem-Editor NUR für Hacker
+Summary(fr.UTF-8):     éditeur du système de fichiers ext2, *uniquement* pour les hackers
+Summary(pl.UTF-8):     Edytor systemu plików ext2 - TYLKO DLA DOŚWIADCZONYCH UŻYTKOWNIKÓW
+Summary(tr.UTF-8):     ext2 dosya sistemi düzenleyicisi
 Name:          ext2ed
 Version:       0.2
-Release:       1
+Release:       3
 License:       GPL
 Group:         Applications/System
 Source0:       ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ext2/%{name}-%{version}.tar.gz
@@ -13,6 +13,9 @@ Source0:      ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ext2/%{name}-%{versi
 Patch0:                %{name}-opt.patch
 Patch1:                %{name}-FHS2.0.patch
 Patch2:                %{name}-nooldext2acl.patch
+Patch3:                %{name}-header.patch
+Patch4:                %{name}-build.patch
+BuildRequires: e2fsprogs-devel
 BuildRequires: readline-devel >= 4.2
 # according to comments in e2fsprogs, ext2ed code assumes that CPU
 # is 32-bit little endian - on other platforms it can only break something
@@ -60,6 +63,8 @@ uyarmıştık!
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p0
 
 %build
 rm -f ext2ed
@@ -84,7 +89,7 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8,/var/lib/ext2ed}
 /var/lib/ext2ed/ext2.descriptors
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /var/lib/ext2ed/ext2ed.conf
 %attr(744,root,root) %{_bindir}/ext2ed
-%{_mandir}/man8/*
+%{_mandir}/man8/*.8*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.061973 seconds and 4 git commands to generate.