]> git.pld-linux.org Git - packages/dictd.git/commitdiff
- base Prereq: /sbin/chkconfig
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Sep 2001 12:19:38 +0000 (12:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dictd.spec -> 1.11

dictd.spec

index 6eda62082b2a32790d87c6e2ee39c4b87eee97f7..6cc38698ae78bcb5ba721aafe3d794dc5e1f7df4 100644 (file)
@@ -13,6 +13,7 @@ Source2:      %{name}.sysconfig
 URL:           http://www.dict.org/
 Requires:      /bin/cat
 Requires:      /bin/ls
+Prereq:                /sbin/chkconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description 
@@ -45,6 +46,7 @@ definicji s
 
 %package -n dictzip
 Summary:       Compress (or expand) files, allowing random access
+Summary(pl):   Kompresja (i dekompresja) plików pozwalaj±ca na swobodny dostêp
 Group:         Applications/Archiving
 Group(de):     Applikationen/Archivierung
 Group(pl):     Aplikacje/Archiwizacja
@@ -58,12 +60,12 @@ compressed file. Dictd, the DICT protocol dictionary server will make
 use of this data to perform pseudo-random access on the file.
 
 %description -n dictzip -l pl
-dictzip kompresuje pliki ko¿ystaj±c z zawartego w gzip(1) algorytmu
+dictzip kompresuje pliki korzystaj±c z zawartego w gzip(1) algorytmu
 (LZ77) który jest ca³kowicie kompatybilny z formatem plików gzip.
-Rozszerzenie do formatu plików gzip(pole dodatkowe, opisane w 2.3.1.1
+Rozszerzenie do formatu plików gzip (pole dodatkowe, opisane w 2.3.1.1
 RFC 1952) pozwalaj±cego na dodatkowe dane zapisane w nag³ówku
 skompresowanego pliku. Dictd, serwer protoko³u DICT wykorzystuje te
-dane do pseudo-losowego dostêpu do pliku.
+dane do pseudo-swobodnego dostêpu do pliku.
 
 %prep
 %setup -q
@@ -114,7 +116,7 @@ else
 fi
     
 %preun
-if [ $1 = 0 ]; then
+if [ "$1" = "0" ]; then
         /sbin/chkconfig --del %{name}
         /etc/rc.d/init.d/%{name} stop >&2 || true
 fi
This page took 0.064551 seconds and 4 git commands to generate.