89 lines
3.1 KiB
XML
89 lines
3.1 KiB
XML
|
|
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>libcap-ng</Name>
|
|
<Homepage>http://people.redhat.com/sgrubb/libcap-ng</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>LGPLv2+</License>
|
|
<IsA>library</IsA>
|
|
<Summary>An alternate POSIX capabilities library</Summary>
|
|
<Description>libcap-ng is a library that makes using POSIX capabilities easier.</Description>
|
|
<Archive sha1sum="b4c61c664d9b90810f2e947c46a41ed8abb9e292" type="targz">http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.7.3.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<!-- This is only a build dependency -->
|
|
<Dependency>attr</Dependency>
|
|
<Dependency>python</Dependency>
|
|
</BuildDependencies>
|
|
<Patches>
|
|
<!--<Patch level="1">libcap-ng-0.6.5-device.patch</Patch>-->
|
|
|
|
<!-- FIXME: Drop this once upstream fixed the broken xattr.h
|
|
header in kernel. -->
|
|
<!--<Patch level="1">fix-missing-include.patch</Patch>--> <!--yeni sürümde hataya yol açıyor.-->
|
|
</Patches>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>libcap-ng</Name>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>python-libcap-ng</Name>
|
|
<PartOf>programming.language.python</PartOf>
|
|
<Summary>Python bindings for libcap-ng</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>libcap-ng</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib/python*</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>libcap-ng-utils</Name>
|
|
<PartOf>util.admin</PartOf>
|
|
<Summary>Utilities to analyse the POSIX capabilities on running processes</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>libcap-ng</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="man">/usr/share/man/man8/*</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>libcap-ng-devel</Name>
|
|
<PartOf>system.devel</PartOf>
|
|
<Summary>Development files for libcap-ng</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency release="current">libcap-ng</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="data">/usr/share/aclocal</Path>
|
|
<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="1">
|
|
<Date>2014-05-11</Date>
|
|
<Version>0.7.3</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Marcin Bojara</Name>
|
|
<Email>marcin@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|