123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>hunspell</Name>
- <Homepage>http://hunspell.sourceforge.net/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>MPL-1.1</License>
- <License>GPLv2</License>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>An improved spell checker</Summary>
- <Description>hunspell spell checker is an improved replacement for myspell in Openoffice.org. It is also used in Firefox and Thunderbird as spell checker.</Description>
- <Archive sha1sum="4dad447866dd315d9042715b5a64d2180e713da8" type="targz">https://github.com/hunspell/hunspell/archive/v1.7.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>gettext-devel</Dependency>
- <Dependency>ncurses-devel</Dependency>
- <Dependency>readline-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch>hunspell-1.2.2-renameexes.patch</Patch> -->
- <!-- <Patch level="1">15_OOo_paths.patch</Patch> -->
- <!-- <Patch level="1">ubuntu_affix.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>hunspell</Name>
- <RuntimeDependencies>
- <Dependency>ncurses</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>readline</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="man">/usr/share/doc</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile target="/usr/bin/ispellaff2myspell" permission="0755" owner="root">ispellaff2myspell</AdditionalFile>
- <AdditionalFile target="/usr/bin/wordlist2hunspell" permission="0755" owner="root">wordlist2hunspell</AdditionalFile>
- </AdditionalFiles>
- </Package>
- <Package>
- <Name>hunspell-devel</Name>
- <Summary>Development files for hunspell</Summary>
- <RuntimeDependencies>
- <Dependency release="current">hunspell</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="library">/usr/lib/*.a</Path>
- <Path fileType="man">/usr/share/man/man3</Path>
- </Files>
- </Package>
- <History>
- <Update release="8">
- <Date>2022-12-31</Date>
- <Version>1.7.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2022-11-05</Date>
- <Version>1.7.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2020-01-15</Date>
- <Version>1.7.0</Version>
- <Comment>Version bump.</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-08-06</Date>
- <Version>1.6.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-01-16</Date>
- <Version>1.6.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-03-02</Date>
- <Version>1.6.0</Version>
- <Comment>Version Bump</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.3.3</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-07-10</Date>
- <Version>1.3.3</Version>
- <Comment>First release</Comment>
- <Name>Vedat Demir</Name>
- <Email>vedat@pisilinux.com</Email>
- </Update>
- </History>
- </PISI>
|