pspec.xml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libfreexl</Name>
  6. <Homepage>https://www.gaia-gis.it/fossil/freexl/index</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <PartOf>science.gis</PartOf>
  13. <IsA>library</IsA>
  14. <Summary>Library to extract valid data from within an Excel (.xls) spreadsheet</Summary>
  15. <Description>FreeXL is an open source library to extract valid data from within an Excel (.xls) spreadsheet.</Description>
  16. <Archive sha1sum="a31e06e0b3c322f8b7f1ba732a206cde5c43a8cd" type="targz">http://www.gaia-gis.it/gaia-sins/freexl-1.0.5.tar.gz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>libfreexl</Name>
  20. <Files>
  21. <Path fileType="library">/usr/lib</Path>
  22. <Path fileType="doc">/usr/share/doc/*</Path>
  23. </Files>
  24. </Package>
  25. <Package>
  26. <Name>libfreexl-devel</Name>
  27. <Summary>Development files for libfreexl</Summary>
  28. <Files>
  29. <Path fileType="header">/usr/include/*</Path>
  30. <Path fileType="library">/usr/lib/pkgconfig/freexl.pc</Path>
  31. <Path fileType="library">/usr/lib/libfreexl.so</Path>
  32. </Files>
  33. <RuntimeDependencies>
  34. <Dependency release="current">libfreexl</Dependency>
  35. </RuntimeDependencies>
  36. </Package>
  37. <History>
  38. <Update release="5">
  39. <Date>2018-09-07</Date>
  40. <Version>1.0.5</Version>
  41. <Comment>Version Bump</Comment>
  42. <Name>Mustafa Cinasal</Name>
  43. <Email>muscnsl@gmail.com</Email>
  44. </Update>
  45. <Update release="4">
  46. <Date>2018-02-16</Date>
  47. <Version>1.0.4</Version>
  48. <Comment>Version Bump</Comment>
  49. <Name>Mustafa Cinasal</Name>
  50. <Email>muscnsl@gmail.com</Email>
  51. </Update>
  52. <Update release="3">
  53. <Date>2017-04-15</Date>
  54. <Version>1.0.2</Version>
  55. <Comment>Rebuild with new toolchain</Comment>
  56. <Name>Pisi Linux Community</Name>
  57. <Email>admin@pisilinux.org</Email>
  58. </Update>
  59. <Update release="2">
  60. <Date>2016-06-09</Date>
  61. <Version>1.0.2</Version>
  62. <Comment>Release Bump</Comment>
  63. <Name>Pisi Linux Community</Name>
  64. <Email>admin@pisilinux.org</Email>
  65. </Update>
  66. <Update release="1">
  67. <Date>2016-02-25</Date>
  68. <Version>1.0.2</Version>
  69. <Comment>First release</Comment>
  70. <Name>Ertuğrul Erata</Name>
  71. <Email>ertugrulerata@gmail.com</Email>
  72. </Update>
  73. </History>
  74. </PISI>