source: projects/specs/trunk/w/wordnet/wordnet-vl.spec @ 521

Revision 521, 4.7 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:         wordnet
2Version:      3.0
3Release:      1%{?_dist_release}
4Summary:      WordNet English lexical reference system
5License:      Distributable
6Group:        Applications/Text
7Url:          http://wordnet.princeton.edu/
8Vendor:       Project Vine
9Distribution: Vine Linux
10Packager:     Susumu Tanimura <stanimura-ngs@umin.ac.jp>
11BuildRoot:    %{_tmppath}/%{name}-%{version}-root
12Source0:      ftp://ftp.cogsci.princeton.edu/pub/wordnet/3.0/WordNet-%{version}.tar.bz2
13BuildPreReq:  tcl tk
14
15%description
16WordNet is an online lexical reference system whose design is
17inspired by current psycholinguistic theories of human lexical
18memory. English nouns, verbs, adjectives and adverbs are organized
19into synonym sets, each representing one underlying lexical concept.
20Different relations link the synonym sets.
21
22WordNet was developed by the Cognitive Science Laboratory at
23Princeton University under the direction of Professor George A.
24Miller (Principal Investigator). Over the years, many people have
25contributed to the success of WordNet.
26
27%package tk
28Summary: Tcl/tk frontend WordNet English lexical reference system
29Group: Applications/Text
30Requires: %{name}
31
32%description tk
33WordNet is an online lexical reference system whose design is
34inspired by current psycholinguistic theories of human lexical
35memory. English nouns, verbs, adjectives and adverbs are organized
36into synonym sets, each representing one underlying lexical concept.
37Different relations link the synonym sets.
38
39WordNet was developed by the Cognitive Science Laboratory at
40Princeton University under the direction of Professor George A.
41Miller (Principal Investigator). Over the years, many people have
42contributed to the success of WordNet.
43
44
45%package -n lib%{name}
46Summary: Library for WordNet English lexical reference system
47Group: System Environment/Libraries
48Requires: %{name}
49
50%description -n lib%{name}
51WordNet is an online lexical reference system whose design is
52inspired by current psycholinguistic theories of human lexical
53memory. English nouns, verbs, adjectives and adverbs are organized
54into synonym sets, each representing one underlying lexical concept.
55Different relations link the synonym sets.
56
57WordNet was developed by the Cognitive Science Laboratory at
58Princeton University under the direction of Professor George A.
59Miller (Principal Investigator). Over the years, many people have
60contributed to the success of WordNet.
61
62%package -n lib%{name}-devel
63Summary: Includes for WordNet English lexical reference system
64Group: Development/Libraries
65Requires: lib%{name}
66
67%description -n lib%{name}-devel
68WordNet is an online lexical reference system whose design is
69inspired by current psycholinguistic theories of human lexical
70memory. English nouns, verbs, adjectives and adverbs are organized
71into synonym sets, each representing one underlying lexical concept.
72Different relations link the synonym sets.
73
74WordNet was developed by the Cognitive Science Laboratory at
75Princeton University under the direction of Professor George A.
76Miller (Principal Investigator). Over the years, many people have
77contributed to the success of WordNet.
78
79
80%prep
81%setup -q -n WordNet-%{version}
82
83%build
84%configure
85%{__make}
86
87%install
88rm -rf $RPM_BUILD_ROOT
89%makeinstall \
90        dictdir=%{buildroot}%{_datadir}/%{name} \
91        htmldir=%{buildroot}%{_datadir}/%{name}/html \
92        pdfdir=%{buildroot}%{_datadir}/%{name}/pdf \
93        psdir=%{buildroot}%{_datadir}/%{name}/ps \
94
95%post
96
97%postun
98
99%clean
100rm -rf $RPM_BUILD_ROOT
101
102%files
103%defattr(-,root,root)
104%doc AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS README
105%{_bindir}/wn
106%{_prefix}/lib/wnres
107%{_datadir}/%{name}/*
108%{_mandir}/man?/*
109
110%files tk
111%defattr(-,root,root)
112%{_bindir}/wnb
113%{_bindir}/wishwn*
114
115%files -n lib%name
116%defattr(-,root,root)
117%{_libdir}/*
118
119%files -n lib%name-devel
120%defattr(-,root,root)
121%{_includedir}/*
122
123%changelog
124* Fri Oct 10 2008 Shu KONNO <owa@bg.wakwak.com> 3.0-1vl5
125- updated wordnet to 3.0
126- applied new versioning policy, spec in utf-8
127
128* Tue Aug  15 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.1-0vl2
129- Rebuilt for VineSeed (4.0)
130
131* Mon Aug  7 2006 Susumu Tanimura <stanimura-ngs@umin.ac.jp>
132- Updated to 2.1
133- Updated to URL
134- Fixed groups
135- PS and PDF documents were excluded.
136- Added configure and deleted the related sentences for old version.
137- Left the destination of dictionary files as old version (the default in this version is /usr/dict).
138
139* Wed Sep 29 2004  <stanimura-ngs@umin.ac.jp>
140- Initial package for VineLinux3.0 with substantial modification
141
142* Thu Jun 10 2004 Vitaly Lipatov <lav@altlinux.ru> 2.0-alt1
143- first build for Sisyphus (Thanks Ark Linux)
144
145* Fri Mar 21 2003 Sergio Visinoni <piffio@arklinux.org> 1.7.1-3ark
146- Really rebuild binaries when building
147- Fix dictionary path
148
149* Mon Nov 05 2002 Natasha Sainty <natasha@arklinux.org> 1.7.1-1ark
150- First pkg
Note: See TracBrowser for help on using the repository browser.