123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://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="4ddca1a0221919551548a1de0ff534cb1319fb75" type="targz">http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.8.4.tar.gz</Archive>
- <BuildDependencies>
- <!-- This is only a build dependency -->
- <Dependency>swig</Dependency>
- <Dependency>attr-devel</Dependency>
- <Dependency>python-devel</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>
- <Path fileType="man">/usr/share/man/man7/*</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="8">
- <Date>2023-12-22</Date>
- <Version>0.8.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2023-01-26</Date>
- <Version>0.8.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2020-12-09</Date>
- <Version>0.7.10</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2019-12-25</Date>
- <Version>0.7.10</Version>
- <Comment>Version bump</Comment>
- <Name>idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-07-15</Date>
- <Version>0.7.8</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-25</Date>
- <Version>0.7.8</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>0.7.7</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-03</Date>
- <Version>0.7.7</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|