]> git.pld-linux.org Git - packages/dict-web1913.git/commitdiff
- changed License,
authorTomasz Pala <gotar@pld-linux.org>
Sat, 28 Dec 2002 11:52:38 +0000 (11:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more unified with other dicts,
- cosmetics,
- release 5.

Changed files:
    dict-web1913.spec -> 1.15

dict-web1913.spec

index 7aa89149eaa0f584c507e31981493a0723b2f163..7f4e8e8ae3b0eb4b14994325e9c35bdba2d2bc1a 100644 (file)
@@ -1,11 +1,11 @@
 %define                dictname web1913
 %define                dictversion 0.46-a
-Summary:       Webster's Revised Unabridged Dictionary
-Summary(pl):   S³ownik Webster's Revised Unabridged Dictionary
+Summary:       Webster's Revised Unabridged Dictionary for dictd
+Summary(pl):   S³ownik Webster's Revised Unabridged Dictionary dla dictd
 Name:          dict-%{dictname}
 Version:       1.4
-Release:       4
-License:       Free to use, but see http://www.cogsci.princeton.edu/~wn/
+Release:       5
+License:       Free for personal or research use, distributable
 Group:         Applications/Dictionaries
 Source0:       ftp://ftp.dict.org/pub/dict/%{name}-%{version}.tar.gz
 Source1:       ftp://ftp.dict.org/pub/dict/%{dictname}-%{dictversion}.tar.gz
@@ -47,8 +47,7 @@ tar xfz %{SOURCE1}
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_datadir}/dictd,%{_sysconfdir}/dictd}
-#make install dictdir="$RPM_BUILD_ROOT%{_datadir}/dictd/"
-install %{dictname}.{dict.dz,index} $RPM_BUILD_ROOT%{_datadir}/dictd
+#make install dictdir="$RPM_BUILD_ROOT%{_datadir}/dictd"
 
 dictprefix=%{_datadir}/dictd/%{dictname}
 echo "# Webster's Revised Unabridged Dictionary
@@ -56,6 +55,7 @@ database %{dictname} {
        data  \"$dictprefix.dict.dz\"
        index \"$dictprefix.index\"
 }" > $RPM_BUILD_ROOT%{_sysconfdir}/dictd/%{dictname}.dictconf
+mv %{dictname}.{dict.dz,index} $RPM_BUILD_ROOT%{_datadir}/dictd
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.06452 seconds and 4 git commands to generate.