pspec.xml 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>apr-util</Name>
  6. <Homepage>http://apr.apache.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache-2.0</License>
  12. <IsA>library</IsA>
  13. <Summary>Apache portable runtime utils</Summary>
  14. <Description>Apache portable runtime utils (APR-Util) contains additional utility interfaces for APR; including support for XML, database interfaces, URI parsing and more.</Description>
  15. <Archive sha1sum="b00038b5081472ed094ced28bcbf2b5bb56c589d" type="tarbz2">mirrors://apache/apr/apr-util-1.5.4.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>db-devel</Dependency>
  18. <Dependency>zlib-devel</Dependency>
  19. <Dependency>expat-devel</Dependency>
  20. <Dependency>sqlite-devel</Dependency>
  21. <Dependency>libutil-linux-devel</Dependency>
  22. <Dependency>openssl-devel</Dependency>
  23. <Dependency>unixODBC-devel</Dependency>
  24. <Dependency>apr-devel</Dependency>
  25. <Dependency>mariadb-lib</Dependency>
  26. <Dependency>postgresql-lib</Dependency>
  27. <Dependency>cyrus-sasl-devel</Dependency>
  28. <Dependency versionFrom="2.4.41">openldap-client</Dependency>
  29. </BuildDependencies>
  30. </Source>
  31. <Package>
  32. <Name>apr-util</Name>
  33. <RuntimeDependencies>
  34. <Dependency>db</Dependency>
  35. <Dependency>zlib</Dependency>
  36. <Dependency>expat</Dependency>
  37. <Dependency>sqlite</Dependency>
  38. <Dependency>libutil-linux</Dependency>
  39. <Dependency>openssl</Dependency>
  40. <Dependency>apr</Dependency>
  41. <Dependency>unixODBC</Dependency>
  42. <Dependency>mariadb-lib</Dependency>
  43. <Dependency>postgresql-lib</Dependency>
  44. <Dependency versionFrom="2.1.26">cyrus-sasl</Dependency>
  45. <Dependency versionFrom="2.4.41">openldap-client</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="library">/usr/lib</Path>
  49. <Path fileType="doc">/usr/share/doc</Path>
  50. <Path fileType="executable">/usr/bin</Path>
  51. </Files>
  52. </Package>
  53. <Package>
  54. <Name>apr-util-devel</Name>
  55. <Summary>Development files for apr-util</Summary>
  56. <RuntimeDependencies>
  57. <Dependency release="current">apr-util</Dependency>
  58. <Dependency>apr-devel</Dependency>
  59. </RuntimeDependencies>
  60. <Files>
  61. <Path fileType="header">/usr/include</Path>
  62. <Path fileType="library">/usr/lib/pkgconfig</Path>
  63. </Files>
  64. </Package>
  65. <History>
  66. <Update release="3">
  67. <Date>2017-02-20</Date>
  68. <Version>1.5.4</Version>
  69. <Comment>Release Bump</Comment>
  70. <Name>Pisi Linux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="2">
  74. <Date>2016-06-09</Date>
  75. <Version>1.5.4</Version>
  76. <Comment>Release Bump</Comment>
  77. <Name>Pisi Linux Community</Name>
  78. <Email>admin@pisilinux.org</Email>
  79. </Update>
  80. <Update release="1">
  81. <Date>2016-03-06</Date>
  82. <Version>1.5.4</Version>
  83. <Comment>First release</Comment>
  84. <Name>Ertuğrul Erata</Name>
  85. <Email>ertugrulerata@gmail.com</Email>
  86. </Update>
  87. </History>
  88. </PISI>