pspec.xml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>dotconf</Name>
  6. <Homepage>https://github.com/williamh/dotconf</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>A library to parse configuration files</Summary>
  14. <Description>dotconf is a simple-to-use and powerful configuration file parser library written in C.</Description>
  15. <Archive sha1sum="658667facbf38f3b3f6fbafe7dd861112d533691" type="targz">https://github.com/williamh/dotconf/archive/refs/tags/v1.4.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>dotconf</Name>
  19. <Files>
  20. <Path fileType="library">/usr/lib</Path>
  21. <Path fileType="doc">/usr/share/doc</Path>
  22. </Files>
  23. </Package>
  24. <Package>
  25. <Name>dotconf-devel</Name>
  26. <Summary>Development headers and documentation for dotconf</Summary>
  27. <RuntimeDependencies>
  28. <Dependency release="current">dotconf</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="header">/usr/include</Path>
  32. <Path fileType="data">/usr/lib/pkgconfig</Path>
  33. <Path fileType="doc">/usr/share/doc/dotconf/examples</Path>
  34. <Path fileType="doc">/usr/share/doc/dotconf/dotconf-api.txt</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="6">
  39. <Date>2024-04-09</Date>
  40. <Version>1.4</Version>
  41. <Comment>Version bump.</Comment>
  42. <Name>Mustafa Cinasal</Name>
  43. <Email>muscnsl@gmail.com</Email>
  44. </Update>
  45. <Update release="5">
  46. <Date>2020-02-02</Date>
  47. <Version>1.3</Version>
  48. <Comment>Rebuild New T.</Comment>
  49. <Name>Mustafa Cinasal</Name>
  50. <Email>muscnsl@gmail.com</Email>
  51. </Update>
  52. <Update release="4">
  53. <Date>2018-08-13</Date>
  54. <Version>1.3</Version>
  55. <Comment>Rebuild New T.</Comment>
  56. <Name>Mustafa Cinasal</Name>
  57. <Email>muscnsl@gmail.com</Email>
  58. </Update>
  59. <Update release="3">
  60. <Date>2017-03-10</Date>
  61. <Version>1.3</Version>
  62. <Comment>Release Bump</Comment>
  63. <Name>Ayhan Yalçınsoy</Name>
  64. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  65. </Update>
  66. <Update release="2">
  67. <Date>2016-06-09</Date>
  68. <Version>1.3</Version>
  69. <Comment>Release Bump</Comment>
  70. <Name>Pisi Linux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="1">
  74. <Date>2015-08-25</Date>
  75. <Version>1.3</Version>
  76. <Comment>First release</Comment>
  77. <Name>Vedat Demir</Name>
  78. <Email>vedat@pisilinux.org</Email>
  79. </Update>
  80. </History>
  81. </PISI>