Files
core/system/base/comar/pspec.xml
T
Ertuğrul Erata 0a201aa711 polkit verbump
2015-07-21 22:53:06 +03:00

81 lines
3.1 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>comar</Name>
<Homepage>http://www.pisilinux.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>service</IsA>
<Summary>Manages system configuration</Summary>
<Description>Pisi Linux programs are packaged with small scripts which configures them to entegrate with system and each other. Çomar is the tool which manages and executes these scripts.</Description>
<Archive sha1sum="a0894a20d3c2bb5843de7e25fc98707baf554df1" type="tarbz2">http://source.pisilinux.org/1.0/comar-3.0.3.tar.bz2</Archive>
<BuildDependencies>
<Dependency>dbus-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">run_dir.patch</Patch>
<Patch level="1">fix-flags.patch</Patch>
<Patch level="1">update-system-manager-model.patch</Patch>
</Patches>
</Source>
<Package>
<Name>comar</Name>
<RuntimeDependencies>
<Dependency>dbus</Dependency>
<Dependency>python</Dependency>
<Dependency>polkit</Dependency>
<Dependency>dbus-python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="data">/etc</Path>
<Path fileType="data">/usr/share/dbus-1/system-services</Path>
<Path fileType="data">/usr/share/polkit-1/actions</Path>
<Path fileType="doc">/usr/share/doc/</Path>
<Path fileType="data">/var/db</Path>
</Files>
<Provides>
<COMAR script="package.py">System.Package</COMAR>
</Provides>
</Package>
<History>
<Update release="4">
<Date>2015-04-22</Date>
<Version>3.0.3</Version>
<Comment>Fix run dir path.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-05-11</Date>
<Version>3.0.3</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-08-31</Date>
<Version>3.0.3</Version>
<Comment>Release bump, clean comar.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2011-05-18</Date>
<Version>3.0.3</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>