1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libfreexl</Name>
- <Homepage>https://www.gaia-gis.it/fossil/freexl/index</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <PartOf>science.gis</PartOf>
- <IsA>library</IsA>
- <Summary>Library to extract valid data from within an Excel (.xls) spreadsheet</Summary>
- <Description>FreeXL is an open source library to extract valid data from within an Excel (.xls) spreadsheet.</Description>
- <Archive sha1sum="a31e06e0b3c322f8b7f1ba732a206cde5c43a8cd" type="targz">http://www.gaia-gis.it/gaia-sins/freexl-1.0.5.tar.gz</Archive>
- </Source>
- <Package>
- <Name>libfreexl</Name>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc/*</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>libfreexl-devel</Name>
- <Summary>Development files for libfreexl</Summary>
- <Files>
- <Path fileType="header">/usr/include/*</Path>
- <Path fileType="library">/usr/lib/pkgconfig/freexl.pc</Path>
- <Path fileType="library">/usr/lib/libfreexl.so</Path>
- </Files>
- <RuntimeDependencies>
- <Dependency release="current">libfreexl</Dependency>
- </RuntimeDependencies>
- </Package>
-
- <History>
- <Update release="5">
- <Date>2018-09-07</Date>
- <Version>1.0.5</Version>
- <Comment>Version Bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-02-16</Date>
- <Version>1.0.4</Version>
- <Comment>Version Bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-04-15</Date>
- <Version>1.0.2</Version>
- <Comment>Rebuild with new toolchain</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>1.0.2</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-02-25</Date>
- <Version>1.0.2</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|