1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?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="d1c020f96731135263476ebaa72b2da07c4727cd" type="targz">http://www.webdav.org/neon/neon-0.30.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="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>
|