123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>neon</Name>
- <Homepage>http://www.webdav.org/neon/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <Summary>HTTP and WebDAV client library</Summary>
- <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>
- <Archive sha1sum="ca4df4d726d7adef70dff1a32766ca54519a0958" type="targz">https://notroj.github.io/neon/neon-0.31.2.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>openssl-devel</Dependency>
- <Dependency>expat-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>mit-kerberos</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch>fixdocdir.patch</Patch>
- <Patch level="1">multilib.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>neon</Name>
- <RuntimeDependencies>
- <Dependency>zlib</Dependency>
- <Dependency>expat</Dependency>
- <Dependency>openssl</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <Package>
- <Name>neon-devel</Name>
- <Summary>Development files for neon</Summary>
- <RuntimeDependencies>
- <Dependency release="current">neon</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2021-03-11</Date>
- <Version>0.31.2</Version>
- <Comment>Version bump</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2020-02-07</Date>
- <Version>0.30.2</Version>
- <Comment>Rebuild</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-09-02</Date>
- <Version>0.30.2</Version>
- <Comment>Version Bump</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-02-24</Date>
- <Version>0.30.2</Version>
- <Comment>Version Bump</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>0.30.0</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-05-25</Date>
- <Version>0.30.0</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|