playground/review/office/dictionary/wordnet - Fix IsA
Aydan Taşdemir
paketler-commits at pardus.org.tr
Tue Aug 16 00:07:58 EEST 2011
Author: aydan.tasdemir
Date: Tue Aug 16 00:07:58 2011
New Revision: 122453
Modified:
playground/review/office/dictionary/wordnet/actions.py
playground/review/office/dictionary/wordnet/pspec.xml
Log:
Fix IsA
Remove empty NEWS
---
actions.py | 3 ++-
pspec.xml | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
Modified: playground/review/office/dictionary/wordnet/actions.py
=================================================================
--- playground/review/office/dictionary/wordnet/actions.py (original)
+++ playground/review/office/dictionary/wordnet/actions.py Tue Aug 16 00:07:58 2011
@@ -18,7 +18,8 @@
def install():
autotools.install()
+ #pisitools.remove("/usr/share/doc/wordnet/NEWS")
pisitools.remove("/usr/lib/*.a")
pisitools.removeDir("/usr/share/doc/wordnet/ps")
pisitools.domove("/usr/share/wnres", "/usr/share/wordnet")
- pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "LICENSE", "README", "NEWS")
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "LICENSE", "README")
Modified: playground/review/office/dictionary/wordnet/pspec.xml
=================================================================
--- playground/review/office/dictionary/wordnet/pspec.xml (original)
+++ playground/review/office/dictionary/wordnet/pspec.xml Tue Aug 16 00:07:58 2011
@@ -9,7 +9,8 @@
<Email>serdar at pardus.org.tr</Email>
</Packager>
<License>MIT</License>
- <IsA>app:console</IsA>
+ <IsA>data</IsA>
+ <IsA>library</IsA>
<Summary>Large lexical database of English language</Summary>
<Description>Wordnet, an electronic lexical database, is considered to be the most important resource available to researchers in computational linguistics, text analysis, and many related areas.</Description>
<Archive sha1sum="8dd56763280d9ed8bc13f62e2fb24c0fe030c763" type="targz">http://wordnetcode.princeton.edu/3.0/WordNet-3.0.tar.gz</Archive>
@@ -57,6 +58,7 @@
<Package>
<Name>wordnet-docs</Name>
+ <IsA>data:doc</IsA>
<Summary>Documentation files for wordnet</Summary>
<RuntimeDependencies>
<Dependency version="current">wordnet</Dependency>
More information about the paketler-commits
mailing list