]> git.pld-linux.org Git - packages/ext2ed.git/commitdiff
- revision up to 16,
authorkloczek <kloczek@pld-linux.org>
Mon, 28 Dec 1998 22:40:16 +0000 (22:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- some small cosmetic changes,
- added gzipping man pages.

Changed files:
    ext2ed.spec -> 1.3

ext2ed.spec

index 59e69586344ac960c2ec5307afac0297065b13cc..5f986fe30fc0d5073570355c250ffbf183653dd5 100644 (file)
@@ -5,56 +5,53 @@ Summary(pl): Edytor systemu plik
 Summary(tr): ext2 dosya sistemi düzenleyicisi
 Name:        ext2ed
 Version:     0.1
-Release:     15
+Release:     16
 Copyright:   GPL
 Group:       Utilities/System
 Source:      ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ext2/%{name}-%{version}.tar.gz
-Patch:       ext2ed-0.1-config.patch
-Patch1:      ext2ed-0.1-inode.patch
-Patch2:      ext2ed-0.1-glibc.patch
+Patch:       ext2ed-config.patch
+Patch1:      ext2ed-inode.patch
+Patch2:      ext2ed-glibc.patch
 Patch3:      ext2ed-opt.patch
 Buildroot:   /tmp/%{name}-%{version}-root
 
 %description
-This is a package to allow for hacking of your extended two file
-systems.  It is for hackers *only* and should only be used by
-experienced personnel.  If you aren't sure if this is you, it
-isn't.  Also, do not smoke near this software.  You have been
-warned.  This is not a recording.
+This is a package to allow for hacking of your extended two file systems. It
+is for hackers *only* and should only be used by experienced personnel. If
+you aren't sure if this is you, it isn't. Also, do not smoke near this
+software. You have been warned. This is not a recording.
 
 %description -l de
-Dies ist ein Paket zum Hacken der ext2-Dateisysteme, zum 
-AUSSCHLIESSLICHEN Gebrauch durch Hacker und versierte Fachleute. 
-Wenn Sie sich nicht angesprochen fühlen, lassen Sie lieber die 
-Hände davon! Und noch etwas: Zünden Sie sich in der Nähe dieser 
-Software keine Zigarette an - sagen Sie nicht, wir hätten Sie 
-nicht gewarnt. 
+Dies ist ein Paket zum Hacken der ext2-Dateisysteme, zum AUSSCHLIESSLICHEN
+Gebrauch durch Hacker und versierte Fachleute.  Wenn Sie sich nicht
+angesprochen fühlen, lassen Sie lieber die Hände davon! Und noch etwas:
+Zünden Sie sich in der Nähe dieser Software keine Zigarette an - sagen Sie
+nicht, wir hätten Sie nicht gewarnt.
 
 %description -l fr
-Paquetage permettant le hackind des systèmes de fichiers ext2.
-Il n'est *que* pour les hackers et doit être utilisés par des
-gens expérimentés. Si vous n'êtes pas sûr de l'être, vous ne
-l'êtes pas. Ne fumez pas près de ce logiciel. Vous aurez été
-prévenu, ce n'est pas un exercice.
+Paquetage permettant le hackind des systèmes de fichiers ext2. Il n'est
+*que* pour les hackers et doit être utilisés par des gens expérimentés. Si
+vous n'êtes pas sûr de l'être, vous ne l'êtes pas. Ne fumez pas près de ce
+logiciel. Vous aurez été prévenu, ce n'est pas un exercice.
 
 %description -l pl
-Ext2ed pozwala na modyfikowanie systemu plików ext2. Przeznaczony jest tylko i
-wy³±cznie dla do¶wiadczonych u¿ytkowników Linuxa. Niedo¶wiadczeni oraz 
-¶rednio-zaawansowani u¿ytkownicy nie powinni siê nawet zbli¿aæ do ext2ed. 
+Ext2ed pozwala na modyfikowanie systemu plików ext2. Przeznaczony jest tylko
+i wy³±cznie dla do¶wiadczonych u¿ytkowników Linuxa. Niedo¶wiadczeni oraz
+¶rednio-zaawansowani u¿ytkownicy nie powinni siê nawet zbli¿aæ do ext2ed.
 
-    W pobli¿u ext2ed obowi±zuje ca³kowity zakaz palenia tytoniu ;)
+W pobli¿u ext2ed obowi±zuje ca³kowity zakaz palenia tytoniu ;)
 
 %description -l tr
-Bu yazýlýmlarla ext2 dosya sistemi üzerinde deðiþiklikler yapabilirsiniz.
-Bu yazýlýmý sadece ne yaptýðýnýzdan kesinkle eminseniz kullanýn.
-Dosyalarýnýzý kaybedecek olursanýz, unutmayýn: sizi uyarmýþtýk!
+Bu yazýlýmlarla ext2 dosya sistemi üzerinde deðiþiklikler yapabilirsiniz. Bu
+yazýlýmý sadece ne yaptýðýnýzdan kesinkle eminseniz kullanýn. Dosyalarýnýzý
+kaybedecek olursanýz, unutmayýn: sizi uyarmýþtýk!
 
 %prep
 %setup -q
-%patch -p0 -b .config
-%patch1 -p1 -b .inode
-%patch2 -p1 -b .glibc
-%patch3 -p1 -b .opt
+%patch0 -p0
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 rm -f ext2ed
@@ -65,11 +62,13 @@ strip ext2ed
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/{usr/{bin,man/man8},var/lib/ext2ed}
 
-make   VAR_DIR=$RPM_BUILD_ROOT/var/lib/ext2ed \
+make install \
+       VAR_DIR=$RPM_BUILD_ROOT/var/lib/ext2ed \
        BIN_DIR=$RPM_BUILD_ROOT/usr/bin \
        DOC_DIR=$RPM_BUILD_ROOT \
-       MAN_DIR=$RPM_BUILD_ROOT/usr/man/man8 \
-       install 
+       MAN_DIR=$RPM_BUILD_ROOT/usr/man/man8
+
+gzip -9nf $RPM_BUILD_ROOT/usr/man/man8/*
 
 %files
 %defattr(644,root,root,755)
@@ -83,6 +82,10 @@ make         VAR_DIR=$RPM_BUILD_ROOT/var/lib/ext2ed \
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Mon Dec 28 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [0.1-16]
+- added gzipping man pages.
+
 * Mon Oct 12 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [0.1-15]
 - added using $PRPM_OPT_FLAGS during compile (ext2ed-opt.patch).
This page took 0.322604 seconds and 4 git commands to generate.