pspec.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>popt</Name>
  6. <Homepage>http://www.rpm5.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>as-is</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <Summary>Popt command line option parser</Summary>
  15. <Description>The popt library exists essentially for parsing command line options with advantages such as there are no global variables, ability to parse an arbitrary array of argv-style elements, to exec external option filters, and automatic generation of help and usage messages, a standard method of option aliasing.</Description>
  16. <Archive sha1sum="75654eebd67791f6c58059d0ac552230d81b09d9" type="targz">https://ftp.osuosl.org/pub/rpm/popt/releases/popt-1.x/popt-1.19.tar.gz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>popt</Name>
  20. <RuntimeDependencies>
  21. <Dependency>gettext</Dependency>
  22. </RuntimeDependencies>
  23. <Files>
  24. <Path fileType="library">/usr/lib</Path>
  25. <Path fileType="doc">/usr/share/doc</Path>
  26. <Path fileType="man">/usr/share/man</Path>
  27. <Path fileType="localedata">/usr/share/locale</Path>
  28. </Files>
  29. </Package>
  30. <Package>
  31. <Name>popt-devel</Name>
  32. <PartOf>system.devel</PartOf>
  33. <Summary>Development files for popt</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">popt</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include/popt.h</Path>
  39. <Path fileType="man">/usr/share/man/man3</Path>
  40. <Path fileType="data">/usr/lib/pkgconfig</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="7">
  45. <Date>2022-09-20</Date>
  46. <Version>1.19</Version>
  47. <Comment>Version bump.</Comment>
  48. <Name>Mustafa Cinasal</Name>
  49. <Email>muscnsl@gmail.com</Email>
  50. </Update>
  51. <Update release="6">
  52. <Date>2020-12-09</Date>
  53. <Version>1.18</Version>
  54. <Comment>Version bump.</Comment>
  55. <Name>Mustafa Cinasal</Name>
  56. <Email>muscnsl@gmail.com</Email>
  57. </Update>
  58. <Update release="5">
  59. <Date>2019-12-27</Date>
  60. <Version>1.16</Version>
  61. <Comment>Rebuild</Comment>
  62. <Name>idris Kalp</Name>
  63. <Email>idriskalp@gmail.com</Email>
  64. </Update>
  65. <Update release="4">
  66. <Date>2018-07-15</Date>
  67. <Version>1.16</Version>
  68. <Comment>Rebuild</Comment>
  69. <Name>Ertuğrul Erata</Name>
  70. <Email>ertugrulerata@gmail.com</Email>
  71. </Update>
  72. <Update release="3">
  73. <Date>2017-01-23</Date>
  74. <Version>1.16</Version>
  75. <Comment>Rebuild.</Comment>
  76. <Name>PisiLinux Community</Name>
  77. <Email>admin@pisilinux.org</Email>
  78. </Update>
  79. <Update release="2">
  80. <Date>2016-04-27</Date>
  81. <Version>1.16</Version>
  82. <Comment>Release Bump</Comment>
  83. <Name>PisiLinux Community</Name>
  84. <Email>admin@pisilinux.org</Email>
  85. </Update>
  86. <Update release="1">
  87. <Date>2016-03-08</Date>
  88. <Version>1.16</Version>
  89. <Comment>First release</Comment>
  90. <Name>Alihan Öztürk</Name>
  91. <Email>alihan@pisilinux.org</Email>
  92. </Update>
  93. </History>
  94. </PISI>