pspec.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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="d44d35356d0a589ff387d98d3891fe4a6537fe8b" type="targz">http://download.augeas.net/augeas-1.9.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="4">
  52. <Date>2018-01-14</Date>
  53. <Version>1.9.0</Version>
  54. <Comment>Version bump.</Comment>
  55. <Name>Mustafa Cinasal</Name>
  56. <Email>muscnsl@gmail.com</Email>
  57. </Update>
  58. <Update release="3">
  59. <Date>2017-01-25</Date>
  60. <Version>1.7.0</Version>
  61. <Comment>Version bump.</Comment>
  62. <Name>Stefan Gronewold(groni)</Name>
  63. <Email>groni@pisilinux.org</Email>
  64. </Update>
  65. <Update release="2">
  66. <Date>2016-06-08</Date>
  67. <Version>1.4.0</Version>
  68. <Comment>Release Bump</Comment>
  69. <Name>Pisi Linux Community</Name>
  70. <Email>admin@pisilinux.org</Email>
  71. </Update>
  72. <Update release="1">
  73. <Date>2015-12-31</Date>
  74. <Version>1.4.0</Version>
  75. <Comment>First release</Comment>
  76. <Name>Ayhan Yalçınsoy</Name>
  77. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  78. </Update>
  79. </History>
  80. </PISI>