]> git.pld-linux.org Git - packages/WordNet.git/blobdiff - WordNet.spec
- rel 4; fix build with tcl/tk 8.6
[packages/WordNet.git] / WordNet.spec
index 9ded539e58edf59cb2fdbc1b59d86c7aba2bbb40..0beff50478b53fb68714d58d3362038763a551b2 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Online lexical reference system, ie. smart dictionary
 Summary(pl.UTF-8):     System referencji słownikowych, czyli mądry słownik
 Name:          WordNet
 Version:       3.0
-Release:       1
+Release:       4
 License:       Free to use (see COPYING)
 Group:         Applications/Dictionaries
 Source0:       ftp://ftp.cogsci.princeton.edu/pub/wordnet/3.0/%{name}-%{version}.tar.bz2
@@ -10,6 +10,7 @@ Source0:      ftp://ftp.cogsci.princeton.edu/pub/wordnet/3.0/%{name}-%{version}.tar.b
 Patch0:                %{name}-FHS.patch
 Patch1:                %{name}-shared.patch
 Patch2:                %{name}-dictdir.patch
+Patch3:                %{name}-build.patch
 URL:           http://wordnet.princeton.edu/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
@@ -76,6 +77,7 @@ Graficzny interfejs do sieciowej bazy danych słownika WordNet.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__libtoolize}
@@ -83,7 +85,8 @@ Graficzny interfejs do sieciowej bazy danych słownika WordNet.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+       CPPFLAGS="-DUSE_INTERP_RESULT %{rpmcppflags}"
 %{__make}
 
 %install
This page took 0.05356 seconds and 4 git commands to generate.