pspec.xml 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>augeas</Name>
  6. <Homepage>http://augeas.net</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2+</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <Summary>A library for changing configuration files</Summary>
  15. <Description>augeas is a library for programmatically editing configuration files. Augeas parses configuration files into a tree structure, which it exposes through its public API.</Description>
  16. <Archive sha1sum="afe7aee292e058141d8c19f6a82b5f8bae2d5163" type="targz">http://download.augeas.net/augeas-1.12.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libxml2-devel</Dependency>
  19. <Dependency>readline-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>augeas</Name>
  24. <RuntimeDependencies>
  25. <Dependency>libxml2</Dependency>
  26. <Dependency>readline</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="data">/usr/share/augeas</Path>
  32. <Path fileType="data">/usr/share/vim/vimfiles</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. </Files>
  36. </Package>
  37. <Package>
  38. <Name>augeas-devel</Name>
  39. <Summary>Development files for augeas</Summary>
  40. <RuntimeDependencies>
  41. <Dependency release="current">augeas</Dependency>
  42. <Dependency>libxml2-devel</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="header">/usr/include</Path>
  46. <Path fileType="data">/usr/lib/pkgconfig</Path>
  47. <Path fileType="man">/usr/share/man/man3</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="6">
  52. <Date>2020-01-25</Date>
  53. <Version>1.12.0</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>2018-07-31</Date>
  60. <Version>1.10.1</Version>
  61. <Comment>Version bump.</Comment>
  62. <Name>Mustafa Cinasal</Name>
  63. <Email>muscnsl@gmail.com</Email>
  64. </Update>
  65. <Update release="4">
  66. <Date>2018-01-14</Date>
  67. <Version>1.9.0</Version>
  68. <Comment>Version bump.</Comment>
  69. <Name>Mustafa Cinasal</Name>
  70. <Email>muscnsl@gmail.com</Email>
  71. </Update>
  72. <Update release="3">
  73. <Date>2017-01-25</Date>
  74. <Version>1.7.0</Version>
  75. <Comment>Version bump.</Comment>
  76. <Name>Stefan Gronewold(groni)</Name>
  77. <Email>groni@pisilinux.org</Email>
  78. </Update>
  79. <Update release="2">
  80. <Date>2016-06-08</Date>
  81. <Version>1.4.0</Version>
  82. <Comment>Release Bump</Comment>
  83. <Name>Pisi Linux Community</Name>
  84. <Email>admin@pisilinux.org</Email>
  85. </Update>
  86. <Update release="1">
  87. <Date>2015-12-31</Date>
  88. <Version>1.4.0</Version>
  89. <Comment>First release</Comment>
  90. <Name>Ayhan Yalçınsoy</Name>
  91. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  92. </Update>
  93. </History>
  94. </PISI>