]> git.pld-linux.org Git - packages/dict-misc.git/commitdiff
- cosmetics, dict-misc-1_5-8
authorTomasz Pala <gotar@pld-linux.org>
Sun, 29 Sep 2002 08:48:56 +0000 (08:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 8 (there was no increase after adding ptm dictionary).

Changed files:
    dict-misc.spec -> 1.24

dict-misc.spec

index 8dba51af8d29b8c6c9c2cc2e4add59e90cd71814..3152e89c0b941b2302ed22b744474771df986bed 100644 (file)
@@ -1,9 +1,9 @@
 %define                dictname misc
-Summary:       misc dictionaries for DICTD
+Summary:       Miscellaneous dictionaries for DICTD
 Summary(pl):   Ró¿ne s³owniki dla dictd
 Name:          dict-%{dictname}
 Version:       1.5
-Release:       7
+Release:       8
 License:       GPL
 Group:         Applications/Dictionaries
 Source0:       ftp://ftp.dict.org/pub/dict/%{name}-%{version}.tar.gz
@@ -175,9 +175,9 @@ dictzip devil.dict
 
 egrep -v "^#" slownik > slownik.1
 tr -d \[\] <slownik.1 > slownik.2
-tr  ê󱶳¿¼æñ eoaslzzcn <slownik.2 > slownik.3
-sed  -e 's/^\([[:alnum:]]\{2,\}\)\ \ /:\1:/' < slownik.3 > slownik.4
-./dictfmt -j -u "http://ptm.linux.pl/slownik" -s "Projek Tlumaczenia Manuali" ptm  < slownik.4
+tr ê󱶳¿¼æñ eoaslzzcn <slownik.2 > slownik.3
+sed -e 's/^\([[:alnum:]]\{2,\}\)\ \ /:\1:/' < slownik.3 > slownik.4
+./dictfmt -j -u "http://ptm.linux.pl/slownik" -s "Projek Tlumaczenia Manuali" ptm < slownik.4
 dictzip ptm.dict
 
 %install
@@ -263,12 +263,12 @@ fi
 
 %post -n dict-ptm
 if [ -f /var/lock/subsys/dictd ]; then
-    /etc/rc.d/init.d/dictd restart 1>&2
+       /etc/rc.d/init.d/dictd restart 1>&2
 fi
 
 %postun -n dict-ptm
 if [ -f /var/lock/subsys/dictd ]; then
-    /etc/rc.d/init.d/dictd restart 1>&2
+       /etc/rc.d/init.d/dictd restart 1>&2
 fi
 
 %post -n dict-world95
This page took 0.044293 seconds and 4 git commands to generate.