]> git.pld-linux.org Git - packages/erecoder.git/commitdiff
- adapterized, pl
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 30 Dec 2002 12:22:21 +0000 (12:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    erecoder.spec -> 1.2

erecoder.spec

index 135bbc74938718bc6dc003f05f0a92c87a6ebd82..66d49928c782038a939baefbd8e57debee5e74bb 100644 (file)
@@ -1,25 +1,38 @@
 Summary:       31337 recoder is a text/data recoder swiss army knife for h4x0rz
+Summary(pl):   31337 recoder to wszechstronny program do przekodowywania tekstu/danych dla h4x0rów
 Name:          erecoder
 Version:       0.2.1
 Release:       1
 License:       GPL v2
 Group:         Applications/Text
-Source0:       http://eleet.veuu.eu.org/erecoder-0.2.1.tar.gz
+Source0:       http://eleet.veuu.eu.org/%{name}-%{version}.tar.gz
 URL:           http://eleet.veuu.eu.org/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-31337 recoder (erecoder) is a text/data recoder swiss army knife for h4x0rz;).
+31337 recoder (erecoder) is a text/data recoder swiss army knife for
+h4x0rz;).
 
 Its features include:
-
-    * Input from stdin, file or command line
-    * Encoding byte values to numeric systems from binary to 36-ary;)
-    * Encoding to escaped hexadecimal or octal
-    * Encoding with ROT-x and Base64 encodings
-    * Decoding of all above ;)
-    * Mixing many different encodings
-
+ - Input from stdin, file or command line
+ - Encoding byte values to numeric systems from binary to 36-ary;)
+ - Encoding to escaped hexadecimal or octal
+ - Encoding with ROT-x and Base64 encodings
+ - Decoding of all above ;)
+ - Mixing many different encodings
+
+%description -l pl
+31337 recoder (erecoder) to wszechstronne narzêdzie do przekodowywania
+tekstu i danych dla hax0rów ;)
+
+Jego mo¿liwo¶ci to m.in.:
+ - czytanie ze standardowego wej¶cia, pliku lub linii poleceñ
+ - kodowanie warto¶ci bajtów w systemach liczenia od binarnego do
+   36-go
+ - kodowanie w notacji szesnastkowej lub ósemkowej z backslashem
+ - kodowanie ROT-x oraz Base64
+ - dekodowanie wszystkiego powy¿szego ;)
+ - mieszanie wielu ró¿nych kodowañ.
 
 %prep
 %setup -q
@@ -30,6 +43,7 @@ Its features include:
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name}
This page took 0.062304 seconds and 4 git commands to generate.