pspec.xml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>comar</Name>
  6. <Homepage>http://www.pisilinux.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>service</IsA>
  13. <Summary>Manages system configuration</Summary>
  14. <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>
  15. <Archive sha1sum="27f01ddd80919067b295eb64de3cabb235f30d4f" type="targz">https://github.com/PisiLinuxNew/comar/archive/v3.0.3.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>dbus-devel</Dependency>
  18. <Dependency>python-devel</Dependency>
  19. <Dependency>cmake</Dependency>
  20. </BuildDependencies>
  21. <!--Patches>
  22. <Patch level="1">run_dir.patch</Patch>
  23. <Patch level="1">fix-flags.patch</Patch>
  24. <Patch level="1">update-system-manager-model.patch</Patch>
  25. </Patches-->
  26. </Source>
  27. <Package>
  28. <Name>comar</Name>
  29. <RuntimeDependencies>
  30. <Dependency>dbus</Dependency>
  31. <Dependency>python</Dependency>
  32. <Dependency>polkit</Dependency>
  33. <Dependency>dbus-python</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="executable">/usr/sbin</Path>
  38. <Path fileType="data">/etc</Path>
  39. <Path fileType="data">/usr/share/dbus-1/system-services</Path>
  40. <Path fileType="data">/usr/share/polkit-1/actions</Path>
  41. <Path fileType="doc">/usr/share/doc/</Path>
  42. <Path fileType="data">/var/db</Path>
  43. </Files>
  44. <Provides>
  45. <COMAR script="package.py">System.Package</COMAR>
  46. </Provides>
  47. </Package>
  48. <History>
  49. <Update release="3">
  50. <Date>2017-02-05</Date>
  51. <Version>3.0.3</Version>
  52. <Comment>Rebuild, use pisilinuxnew source url.</Comment>
  53. <Name>Ertuğrul Erata</Name>
  54. <Email>ertugrulerata@gmail.com</Email>
  55. </Update>
  56. <Update release="2">
  57. <Date>2016-04-27</Date>
  58. <Version>3.0.3</Version>
  59. <Comment>Release Bump</Comment>
  60. <Name>PisiLinux Community</Name>
  61. <Email>admin@pisilinux.org</Email>
  62. </Update>
  63. <Update release="1">
  64. <Date>2016-03-11</Date>
  65. <Version>3.0.3</Version>
  66. <Comment>First release</Comment>
  67. <Name>Alihan Öztürk</Name>
  68. <Email>alihan@pisilinux.org</Email>
  69. </Update>
  70. </History>
  71. </PISI>