]> git.pld-linux.org Git - packages/dict-wn.git/commitdiff
- fixed group
authormis <mis@pld-linux.org>
Tue, 8 Aug 2000 16:28:08 +0000 (16:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dict-wn.spec -> 1.2

dict-wn.spec

index 93cf100bfa28fc28fb816136550848d2db80e67e..884e5c94cf76da418133744d77437c9a278ab405 100644 (file)
@@ -4,17 +4,18 @@ Name:         dict-%{dictname}
 Version:       1.5
 Release:       1
 License:       Free to use, but see http://www.cogsci.princeton.edu/~wn/
-Group:         Applications/Dictionary
+Group:         Applications/Dictionaries
+Group(pl):     Aplikacje/S³owniki
 URL:           http://www.dict.org/
 Source0:       ftp://ftp.dict.org/pub/dict/%{name}-%{version}.tar.gz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-BuildRequires:  dictzip
-Requires:       dictd 
-BuildArch:      noarch
+BuildRequires: dictzip
+Requires:      dictd 
+BuildArch:     noarch
 
 %description 
-This package contains WordNet (r) 1.6 Lexical Database
-formatted for use by the dictionary server in the dictd package.
+This package contains WordNet (r) 1.6 Lexical Database formatted for
+use by the dictionary server in the dictd package.
 
 %prep 
 %setup -q
@@ -28,7 +29,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_datadir}/dictd/
 
 DICTDIR="$RPM_BUILD_ROOT%{_datadir}/dictd/"
-make install dictdir="$DICTDIR" 
+%{__make} install dictdir="$DICTDIR" 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.101652 seconds and 4 git commands to generate.