]> git.pld-linux.org Git - packages/dict-web1913.git/commitdiff
- cosmetics. dict-web1913-1_4-2
authorkloczek <kloczek@pld-linux.org>
Mon, 6 May 2002 16:43:17 +0000 (16:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dict-web1913.spec -> 1.9

dict-web1913.spec

index 40f0715cf7ef37b0b5aa30c9f30447e8c7887ffe..145e2d9785bed90376a5aa74bcdc0f80316ecada 100644 (file)
@@ -30,8 +30,12 @@ Dictionary (1913).
 
 %build
 autoconf
-(cd libmaa; autoconf)
-%configure --with-local-libmaa --with-datapath=%{dictname}-%{dictversion}
+cd libmaa
+autoconf
+cd ..
+%configure \
+       --with-local-libmaa \
+       --with-datapath=%{dictname}-%{dictversion}
 %{__make}
 tar xfz %{SOURCE1}
 %{__make} db
@@ -45,8 +49,8 @@ install %{dictname}.{dict.dz,index} $RPM_BUILD_ROOT%{_datadir}/dictd
 dictprefix=%{_datadir}/dictd/%{dictname}
 echo "# Webster's Revised Unabridged Dictionary
 database %{dictname} {
-    data  \"$dictprefix.dict.dz\"
-    index \"$dictprefix.index\"
+       data  \"$dictprefix.dict.dz\"
+       index \"$dictprefix.index\"
 }" > $RPM_BUILD_ROOT%{_sysconfdir}/dictd/%{dictname}.dictconf
 
 %clean
This page took 0.114308 seconds and 4 git commands to generate.