]> git.pld-linux.org Git - packages/convertfs.git/commitdiff
- pl, BR: new sed
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 25 Aug 2003 10:53:17 +0000 (10:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    convertfs.spec -> 1.3

convertfs.spec

index e531d2fcaaddc850e7de0d1bcd2fc196ba677488..8d7b3d2125d174b69b501a4e32f338c61fed8a19 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       Tool that allows you to change type of file system in the lack of backup space
 Summary:       Tool that allows you to change type of file system in the lack of backup space
+Summary(pl):   Narzêdzie pozwalaj±ce zmieniæ typ systemu plików bez miejsca na kopiê zapasow±
 Name:          convertfs
 Version:       18mar2002
 Release:       1
 Name:          convertfs
 Version:       18mar2002
 Release:       1
@@ -6,8 +7,9 @@ License:        GPL
 Group:         Applications/System
 Source0:       http://tzukanov.narod.ru/convertfs/%{name}-%{version}.tar.gz
 # Source0-md5: 10fcab200d3722f008274ed11fe643af
 Group:         Applications/System
 Source0:       http://tzukanov.narod.ru/convertfs/%{name}-%{version}.tar.gz
 # Source0-md5: 10fcab200d3722f008274ed11fe643af
-Patch0:        %{name}-safety.patch
+Patch0:                %{name}-safety.patch
 URL:           http://tzukanov.narod.ru/convertfs/
 URL:           http://tzukanov.narod.ru/convertfs/
+BuildRequires: sed >= 4.0
 Requires:      util-linux
 Requires:      coreutils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Requires:      util-linux
 Requires:      coreutils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -20,24 +22,42 @@ secondary filesystem on it, mount it, mv files from primary filesystem
 to mounted image and then map image to the device.
 
 Remapping utility uses some kind of journaling to avoid breakage in
 to mounted image and then map image to the device.
 
 Remapping utility uses some kind of journaling to avoid breakage in
-case of power failure. It's expected that you have linux 2.4, glibc
+case of power failure. It's expected that you have Linux 2.4, glibc
 2.2, recent util-linux, fileutils.
 
 You can convert from virtually any filesystem type to virtually any
 one as long as they are both block-oriented and supported by Linux for
 read/write, and as long as primary filesystem supports sparse files.
 
 2.2, recent util-linux, fileutils.
 
 You can convert from virtually any filesystem type to virtually any
 one as long as they are both block-oriented and supported by Linux for
 read/write, and as long as primary filesystem supports sparse files.
 
+%description -l pl
+Ten prosty zestaw narzêdzi pozwala zmieniæ typ systemu plików w
+przypadku braku miejsca na kopiê zapasow±. Idea polega na
+wykorzystaniu obs³ugi rzadkich plik na g³ównym systemie plików.
+Narzêdzie tworzy rzadki obraz urz±dzenia blokowego, przy u¿yciu mkfs
+robi na nim nowy system plików, montuje go, przy u¿yciu mv przenosi
+pliki z g³ównego systemu plików na podmontowany obraz, a nastêpnie
+mapuje obraz na urz±dzenie.
+
+Narzêdzie do remapowania u¿ywa rodzaju kroniki, aby zapobiec
+uszkodzeniom w przypadku awarii zasilania. Narzêdzia s± pisane dla
+Linuksa 2.4, glibc 2.2, nowych wersji util-linux i fileutils.
+
+Mo¿na konwertowaæ z prawie ka¿dego typu systemu plików na prawie
+ka¿dy, o ile oba s± zorientowane blokowo oraz ich odczyt i zapis s±
+obs³ugiwane przez Linuksa, a g³ówny system plików obs³uguje pliki
+rzadkie.
+
 %prep
 %setup  -q -n %{name}
 %patch0 -p1
 
 %build
 sed -i -e 's#gcc#%{__cc}#g' Makefile
 %prep
 %setup  -q -n %{name}
 %patch0 -p1
 
 %build
 sed -i -e 's#gcc#%{__cc}#g' Makefile
-%{__make} CFLAGS="%{rpmcflags}"
+%{__make} \
+       CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT%{_sbindir}
 
 install convertfs_dumb devclone devremap prepindex contrib/convertfs $RPM_BUILD_ROOT%{_sbindir}
 install -d $RPM_BUILD_ROOT%{_sbindir}
 
 install convertfs_dumb devclone devremap prepindex contrib/convertfs $RPM_BUILD_ROOT%{_sbindir}
This page took 0.247147 seconds and 4 git commands to generate.