123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>netcf</Name>
- <Homepage>https://fedorahosted.org/netcf</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2+</License>
- <IsA>app:console</IsA>
- <IsA>library</IsA>
- <Summary>A library for configuring network interfaces</Summary>
- <Description>netcf is a cross-platform network configuration library for modifying the network configuration of a system. Network configurations are expressed in XML format.</Description>
- <Archive sha1sum="98f0780c4bee429fbbfb3ced1629944cc5c6f2b6" type="targz">https://releases.pagure.org/netcf/netcf-0.2.8.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>gcc</Dependency>
- <Dependency>xz-devel</Dependency>
- <Dependency>libxml2-devel</Dependency>
- <Dependency>libxslt-devel</Dependency>
- <Dependency>libnl-devel</Dependency>
- <Dependency>readline-devel</Dependency>
- <Dependency>augeas-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>netcf</Name>
- <RuntimeDependencies>
- <Dependency>xz</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>libnl</Dependency>
- <Dependency>augeas</Dependency>
- <Dependency>libxml2</Dependency>
- <Dependency>libxslt</Dependency>
- <Dependency>readline</Dependency>
- <Dependency>libgcrypt</Dependency>
- <Dependency>libgpg-error</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="executable">/usr/libexec/</Path>
- <Path fileType="config">/etc/rc.d/init.d</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/netcf</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man/man1/ncftool.1</Path>
- </Files>
- </Package>
- <Package>
- <Name>netcf-devel</Name>
- <Summary>Development files for netcf</Summary>
- <RuntimeDependencies>
- <Dependency>augeas-devel</Dependency>
- <Dependency>libxslt-devel</Dependency>
- <Dependency release="current">netcf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="man">/usr/share/man/man3</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2020-03-13</Date>
- <Version>0.2.8</Version>
- <Comment>Rebuild</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2018-08-31</Date>
- <Version>0.2.8</Version>
- <Comment>Release Bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-04-29</Date>
- <Version>0.2.8</Version>
- <Comment>Release Bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>0.2.8</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-12-31</Date>
- <Version>0.2.8</Version>
- <Comment>First release</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|