]> git.pld-linux.org Git - packages/dict-wn.git/commitdiff
- ac stuff (STBR all dict*)
authorundefine <undefine@pld-linux.org>
Tue, 23 Oct 2001 15:30:14 +0000 (15:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dict-wn.spec -> 1.5

dict-wn.spec

index 4d75d8a24be111933cf6c08f36245783ef02a3e4..ab6cfb875f05109cab2a041e198f4750b583154f 100644 (file)
@@ -1,3 +1,4 @@
+%define                dictname wn
 Summary:       WordNet lexical reference system formatted as dictionary for dictd
 Name:          dict-wn
 Version:       1.5
@@ -10,9 +11,9 @@ 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
+BuildRequires: autoconf
 Requires:      dictd 
 Requires:      %{_sysconfdir}/dictd
-BuildArch:     noarch
 
 %description 
 This package contains WordNet (r) 1.6 Lexical Database formatted for
@@ -22,6 +23,7 @@ use by the dictionary server in the dictd package.
 %setup -q
 
 %build
+autoconf
 %configure 
 %{__make} db 
 
This page took 0.184058 seconds and 4 git commands to generate.