]> git.pld-linux.org Git - packages/WordNet.git/blob - WordNet.spec
977cec97e62178f8b91679a5a65e6d6da88b50f7
[packages/WordNet.git] / WordNet.spec
1 Summary:        Online lexical reference system, ie. smart dictionary
2 Summary(pl):    System referencji s³ownikowych, czyli m±dry s³ownik
3 Name:           WordNet
4 Version:        2.1
5 Release:        0.11
6 License:        Free to use (see COPYING)
7 Group:          Applications/Dictionaries
8 Source0:        ftp://ftp.cogsci.princeton.edu/pub/wordnet/2.1/%{name}-%{version}.tar.gz
9 # Source0-md5:  081aa25baaccac602cebb61f6cb949e7
10 Patch0:         %{name}-FHS.patch
11 Patch1:         %{name}-shared.patch
12 Patch2:         %{name}-typo.patch
13 URL:            http://wordnet.princeton.edu/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  libtool
17 BuildRequires:  tcl-devel >= 8.4
18 BuildRequires:  tk-devel >= 8.4
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 WordNet is an online lexical reference system. Word forms in WordNet
23 are represented in their familiar orthography; word meanings are
24 represented by synonym sets (synset) - lists of synonymous word forms
25 that are interchangeable in some context. Two kinds of relations are
26 recognized: lexical and semantic. Lexical relations hold between word
27 forms; semantic relations hold between word meanings.
28
29 Information about WordNet, an online interface, and the various
30 WordNet packages are available from our Web site at
31 <%URL>.
32
33 %description -l pl
34 WordNet to system referencji s³ownikowych. Formy s³ów w WordNet s±
35 reprezentowane w ich pisowni; znaczenia s³ów s± reprezentowane przez
36 zestawy synonimów (synset) - listy form synonimów, które s± zamienne w
37 pewnym kontek¶cie. S± rozpoznawane dwa rodzaje relacji: leksykalna i
38 semantyczna. Leksykalne zachodz± miêdzy formami s³ów; semantyczne
39 miêdzy ich znaczeniami.
40
41 %package devel
42 Summary:        Header files, library, and development documentation for WordNet
43 Summary(pl):    Pliki nag³ówkowe, biblioteka i dokumentacja do WordNet
44 Group:          Development/Libraries
45 Requires:       %{name} = %{version}-%{release}
46
47 %description devel
48 Header files and development documentation for WordNet.
49
50 %description devel -l pl
51 Pliki nag³ówkowe, biblioteka i dokumentacja do WordNet.
52
53 %package static
54 Summary:        Static WordNet library
55 Summary(pl):    Statyczna biblioteka WordNet
56 Group:          Development/Libraries
57 Requires:       %{name}-devel = %{version}-%{release}
58
59 %description static
60 Static WordNet library.
61
62 %description static -l pl
63 Statyczna biblioteka WordNet.
64
65 %package browser
66 Summary:        WordNet browser
67 Summary(pl):    Przegl±darka WordNet
68 Group:          Applications/Dictionaries
69 Requires:       %{name} = %{version}-%{release}
70
71 %description browser
72 A graphical interface to the WordNet online lexical database.
73
74 %description browser -l pl
75 Graficzny interfejs do sieciowej bazy danych s³ownika WordNet.
76
77 %prep
78 %setup -q
79 %patch0 -p1
80 %patch1 -p1
81 %patch2 -p1
82
83 %build
84 %{__libtoolize}
85 %{__aclocal}
86 %{__autoconf}
87 %{__autoheader}
88 %{__automake}
89 %configure
90 %{__make}
91
92 %install
93 rm -rf $RPM_BUILD_ROOT
94 %{__make} install \
95         DESTDIR=$RPM_BUILD_ROOT
96
97 # dunno. anyone needs this?
98 rm -rf $RPM_BUILD_ROOT%{_prefix}/doc/{html,ps,pdf}
99
100 %clean
101 rm -rf $RPM_BUILD_ROOT
102
103 %post   -p /sbin/ldconfig
104 %postun -p /sbin/ldconfig
105
106 %files
107 %defattr(644,root,root,755)
108 %doc AUTHORS COPYING ChangeLog README
109 %attr(755,root,root) %{_bindir}/wn
110 %attr(755,root,root) %{_libdir}/*.so.*.*.*
111 %{_mandir}/man1/wn.1*
112 %{_mandir}/man1/wnintro.1*
113 %dir %{_datadir}/%{name}
114 %{_datadir}/%{name}/dict
115
116 %files devel
117 %defattr(644,root,root,755)
118 %attr(755,root,root) %{_libdir}/*.so
119 %{_libdir}/*.la
120 %{_includedir}/*
121 # funny. manual is there but no such program. rm -f it?
122 %{_mandir}/man1/grind.1*
123 %{_mandir}/man[357]/*
124
125 %files static
126 %defattr(644,root,root,755)
127 %{_libdir}/*.a
128
129 %files browser
130 %defattr(644,root,root,755)
131 %{_datadir}/%{name}/wnres
132 # anyone? is this prog needed?
133 %attr(755,root,root) %{_bindir}/wishwn
134 %attr(755,root,root) %{_bindir}/wnb
135 %{_mandir}/man1/wnb.1*
This page took 0.089503 seconds and 2 git commands to generate.