pspec.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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="d1c020f96731135263476ebaa72b2da07c4727cd" type="targz">http://www.webdav.org/neon/neon-0.30.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="3">
  55. <Date>2017-02-24</Date>
  56. <Version>0.30.2</Version>
  57. <Comment>Version Bump</Comment>
  58. <Name>Ayhan Yalçınsoy</Name>
  59. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  60. </Update>
  61. <Update release="2">
  62. <Date>2016-06-09</Date>
  63. <Version>0.30.0</Version>
  64. <Comment>Release Bump</Comment>
  65. <Name>Pisi Linux Community</Name>
  66. <Email>admin@pisilinux.org</Email>
  67. </Update>
  68. <Update release="1">
  69. <Date>2014-05-25</Date>
  70. <Version>0.30.0</Version>
  71. <Comment>First release</Comment>
  72. <Name>Alihan Öztürk</Name>
  73. <Email>alihan@pisilinux.org</Email>
  74. </Update>
  75. </History>
  76. </PISI>