]> git.pld-linux.org Git - packages/disc-recovery-utils.git/commitdiff
- pl translations
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 21 Nov 2001 15:04:44 +0000 (15:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    disc-recovery-utils.spec -> 1.3

disc-recovery-utils.spec

index 0d9adce56c96e44ba4df5755504a056818bb242a..be629c0a82b64d5998ebb3ec28d8b039e9ab7aba 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       Disc recovery tools for EXT2FS
 Summary:       Disc recovery tools for EXT2FS
+Summary(pl):   Narzêdzia ratunkowe do ext2fs
 Name:          disc-recovery-utils
 Version:       1.1
 Release:       1
 Name:          disc-recovery-utils
 Version:       1.1
 Release:       1
@@ -16,6 +17,10 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 A few disc recovery tools (copy_blocks and copy_listed_blocks) and an
 inode recovery tool for the EXT2 filesystem (e2fsfind).
 
 A few disc recovery tools (copy_blocks and copy_listed_blocks) and an
 inode recovery tool for the EXT2 filesystem (e2fsfind).
 
+%description -l pl
+Kilka narzêdzi ratunkowych (copy_blocks i copy_listed_blocks) oraz
+narzêdzie do odzyskiwania inodów z systemu plików ext2 (e2fsfind).
+
 %prep
 %setup -q -n %{name}
 
 %prep
 %setup -q -n %{name}
 
@@ -25,10 +30,10 @@ sed 's/cc/$(CC) $(CFLAGS) $(LDFLAGS)/'< Makefile >GNUmakefile
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__install} -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
 
 
-%{__install} copy_blocks copy_listed_blocks e2fsfind $RPM_BUILD_ROOT%{_sbindir}
-%{__install} *.8 $RPM_BUILD_ROOT%{_mandir}/man8
+install copy_blocks copy_listed_blocks e2fsfind $RPM_BUILD_ROOT%{_sbindir}
+install *.8 $RPM_BUILD_ROOT%{_mandir}/man8
 
 gzip -9nf README
 
 
 gzip -9nf README
 
This page took 0.086408 seconds and 4 git commands to generate.