pspec.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>neon</Name>
  6. <Homepage>http://www.webdav.org/neon/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>HTTP and WebDAV client library</Summary>
  14. <Description>neon is an HTTP and WebDAV client library with a C interface; providing a high-level interface to HTTP and WebDAV methods along with a low-level interface for HTTP request handling.</Description>
  15. <Archive sha1sum="ca4df4d726d7adef70dff1a32766ca54519a0958" type="targz">https://notroj.github.io/neon/neon-0.31.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>openssl-devel</Dependency>
  18. <Dependency>expat-devel</Dependency>
  19. <Dependency>zlib-devel</Dependency>
  20. <Dependency>mit-kerberos</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <Patch>fixdocdir.patch</Patch>
  24. <Patch level="1">multilib.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>neon</Name>
  29. <RuntimeDependencies>
  30. <Dependency>zlib</Dependency>
  31. <Dependency>expat</Dependency>
  32. <Dependency>openssl</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="library">/usr/lib</Path>
  37. <Path fileType="localedata">/usr/share/locale</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. <Path fileType="man">/usr/share/man</Path>
  40. </Files>
  41. </Package>
  42. <Package>
  43. <Name>neon-devel</Name>
  44. <Summary>Development files for neon</Summary>
  45. <RuntimeDependencies>
  46. <Dependency release="current">neon</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="header">/usr/include</Path>
  50. <Path fileType="data">/usr/lib/pkgconfig</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="6">
  55. <Date>2021-03-11</Date>
  56. <Version>0.31.2</Version>
  57. <Comment>Version bump</Comment>
  58. <Name>İdris Kalp</Name>
  59. <Email>idriskalp@gmail.com</Email>
  60. </Update>
  61. <Update release="5">
  62. <Date>2020-02-07</Date>
  63. <Version>0.30.2</Version>
  64. <Comment>Rebuild</Comment>
  65. <Name>İdris Kalp</Name>
  66. <Email>idriskalp@gmail.com</Email>
  67. </Update>
  68. <Update release="4">
  69. <Date>2018-09-02</Date>
  70. <Version>0.30.2</Version>
  71. <Comment>Version Bump</Comment>
  72. <Name>Ayhan Yalçınsoy</Name>
  73. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  74. </Update>
  75. <Update release="3">
  76. <Date>2017-02-24</Date>
  77. <Version>0.30.2</Version>
  78. <Comment>Version Bump</Comment>
  79. <Name>Ayhan Yalçınsoy</Name>
  80. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  81. </Update>
  82. <Update release="2">
  83. <Date>2016-06-09</Date>
  84. <Version>0.30.0</Version>
  85. <Comment>Release Bump</Comment>
  86. <Name>Pisi Linux Community</Name>
  87. <Email>admin@pisilinux.org</Email>
  88. </Update>
  89. <Update release="1">
  90. <Date>2014-05-25</Date>
  91. <Version>0.30.0</Version>
  92. <Comment>First release</Comment>
  93. <Name>Alihan Öztürk</Name>
  94. <Email>alihan@pisilinux.org</Email>
  95. </Update>
  96. </History>
  97. </PISI>