]> git.pld-linux.org Git - packages/dict-web1913.git/commitdiff
- adapterized.
authorkloczek <kloczek@pld-linux.org>
Sat, 23 Feb 2002 01:47:49 +0000 (01:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dict-web1913.spec -> 1.7

dict-web1913.spec

index af94ddccf3422c4c4ad2008701a9109dfd327db0..40f0715cf7ef37b0b5aa30c9f30447e8c7887ffe 100644 (file)
@@ -15,17 +15,17 @@ BuildRequires:      dictzip
 BuildRequires: autoconf
 BuildRequires: flex
 BuildRequires: bison
-Requires:      dictd 
+Requires:      dictd
 Requires:      %{_sysconfdir}/dictd
 
-%description 
+%description
 Webster's Revised Unabridged Dictionary (1913).
 
 %description -l pl
 S³ownik Webstera (angielsko-angielski): Webster's Revised Unabridged
 Dictionary (1913).
 
-%prep 
+%prep
 %setup -q
 
 %build
@@ -34,7 +34,7 @@ autoconf
 %configure --with-local-libmaa --with-datapath=%{dictname}-%{dictversion}
 %{__make}
 tar xfz %{SOURCE1}
-%{__make} db 
+%{__make} db
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -46,7 +46,7 @@ dictprefix=%{_datadir}/dictd/%{dictname}
 echo "# Webster's Revised Unabridged Dictionary
 database %{dictname} {
     data  \"$dictprefix.dict.dz\"
-    index \"$dictprefix.index\" 
+    index \"$dictprefix.index\"
 }" > $RPM_BUILD_ROOT%{_sysconfdir}/dictd/%{dictname}.dictconf
 
 %clean
This page took 0.282839 seconds and 4 git commands to generate.