xapian-core:ver bump

This commit is contained in:
blue-devil
2020-03-12 01:23:54 +03:00
parent 0da5bf8cf4
commit 0a8afbfd09
3 changed files with 21 additions and 12 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ def build():
def install(): def install():
autotools.install() autotools.install()
pisitools.dodoc("AUTHORS", "ChangeLog*", "COPYING", "HACKING", "README", "NEWS") pisitools.dodoc("COPYING", "HACKING", "README")
+18 -9
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>xapian-core</Name> <Name>xapian-core</Name>
@@ -8,31 +8,33 @@
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<PartOf>programming.misc</PartOf>
<License>GPLv2</License> <License>GPLv2</License>
<IsA>library</IsA> <IsA>library</IsA>
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>Probabilistic Information Retrieval library</Summary> <Summary>Probabilistic Information Retrieval library</Summary>
<Description>Xapian is an Open Source Probabilistic Information Retrieval Library. It offers a highly adaptable toolkit that allows developers to easily add advanced indexing and search facilities to applications.</Description> <Description>Xapian is an Open Source Probabilistic Information Retrieval Library. It offers a highly adaptable toolkit that allows developers to easily add advanced indexing and search facilities to applications.</Description>
<Archive sha1sum="17527a8bfa8254d3755b4b482157c245f33ea53d" type="tarxz">https://oligarchy.co.uk/xapian/1.4.14/xapian-core-1.4.14.tar.xz</Archive> <Archive sha1sum="ad352d25fe85355b9a4b59e9f5cd33c207893861" type="tarxz">https://oligarchy.co.uk/xapian/1.4.15/xapian-core-1.4.15.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>libutil-linux-devel</Dependency> <Dependency>libutil-linux-devel</Dependency>
<Dependency>zlib-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>xapian-core</Name> <Name>xapian-core</Name>
<Summary>Probabilistic Information Retrieval library</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>libutil-linux</Dependency> <Dependency>libutil-linux</Dependency>
<Dependency>libgcc</Dependency> <Dependency>libgcc</Dependency>
<Dependency>zlib</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path> <Path fileType="man">/usr/share/man</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files> </Files>
</Package> </Package>
@@ -46,10 +48,10 @@
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin/xapian-config*</Path> <Path fileType="executable">/usr/bin/xapian-config*</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="library">/usr/lib/cmake/xapian</Path> <Path fileType="library">/usr/lib/cmake/xapian</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/share/aclocal</Path> <Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="header">/usr/include</Path>
</Files> </Files>
</Package> </Package>
@@ -62,13 +64,20 @@
<Dependency release="current">xapian-core</Dependency> <Dependency release="current">xapian-core</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="doc">/usr/share/doc/xapian-core/*html</Path>
<Path fileType="doc">/usr/share/doc/xapian-core/apidoc.pdf</Path> <Path fileType="doc">/usr/share/doc/xapian-core/apidoc.pdf</Path>
<Path fileType="doc">/usr/share/doc/xapian-core/apidoc/</Path> <Path fileType="doc">/usr/share/doc/xapian-core/apidoc/</Path>
<Path fileType="doc">/usr/share/doc/xapian-core/*html</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="7">
<Date>2020-03-11</Date>
<Version>1.4.15</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="6"> <Update release="6">
<Date>2019-12-08</Date> <Date>2019-12-08</Date>
<Version>1.4.14</Version> <Version>1.4.14</Version>