wordnet-vl.spec 4.7 KB

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