123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>aspell</Name>
- <Homepage>http://aspell.net/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2</License>
- <IsA>app:console</IsA>
- <Summary>A multi-language spellchecker</Summary>
- <Description>Aspell is a spellchecker that has dictionaries for more than one language and is written as a replacement to ispell.</Description>
- <Archive sha1sum="ae554df297aee676b4d16f261fa5c60e285478f6" type="targz">mirrors://gnu/aspell/aspell-0.60.8.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>ncurses-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!--
- <Patch level="1">fedora/aspell-0.60.3-install_info.patch</Patch>
- -->
- <!--
- <Patch level="1">fedora/aspell-0.60.5-fileconflict.patch</Patch>
- <Patch level="1">fedora/aspell-0.60.5-pspell_conf.patch</Patch>
- <Patch level="1">fedora/aspell-0.60.6-mp.patch</Patch>
- -->
- <!--
- <Patch level="1">fedora/aspell-0.60.6-zero.patch</Patch>
- -->
- <Patch level="1">fedora/aspell-0.60.7-fileconflict.patch</Patch>
- <Patch level="1">fedora/aspell-0.60.7-mp.patch</Patch>
- <Patch level="1">fedora/aspell-0.60.7-pspell_conf.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>aspell</Name>
- <RuntimeDependencies>
- <Dependency>libgcc</Dependency>
- <Dependency>ncurses</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/aspell</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="info">/usr/share/info</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- </Files>
- </Package>
- <Package>
- <Name>aspell-devel</Name>
- <Summary>Development files for aspell</Summary>
- <RuntimeDependencies>
- <Dependency release="current">aspell</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="info">/usr/share/info/aspell-dev.info</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2021-05-25</Date>
- <Version>0.60.8</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2020-01-15</Date>
- <Version>0.60.8</Version>
- <Comment>Version bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2018-09-16</Date>
- <Version>0.60.6.1</Version>
- <Comment>Rebuild for new toolchain.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-02-28</Date>
- <Version>0.60.6.1</Version>
- <Comment>Rebuild for new toolchain.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>0.60.6.1</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-05-25</Date>
- <Version>0.60.6.1</Version>
- <Comment>First release</Comment>
- <Name>Yusuf Aydemir</Name>
- <Email>yusuf.aydemir@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|