pspec.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>foomatic-db-engine</Name>
  6. <Homepage>http://www.linuxprinting.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Foomatic printer database engine</Summary>
  14. <Description>foomatic-db-engine is the layer that provides the database engine to Foomatic.</Description>
  15. <Archive sha1sum="c3b747113b6a64b998000774e7c2d03ce48654c1" type="targz">http://www.openprinting.org/download/foomatic/foomatic-db-engine-4.0.12.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libxml2-devel</Dependency>
  18. <Dependency>cups-devel</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <Patch level="0">foomatic-db-engine-4.0.8-fix-sandbox.patch</Patch>
  22. <Patch level="1">4.0.7-perl-module.patch</Patch>
  23. <Patch level="1">4.0.7-respect-ldflag.patch</Patch>
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>foomatic-db-engine</Name>
  28. <RuntimeDependencies>
  29. <Dependency>libxml2</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="executable">/usr/sbin</Path>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="config">/etc/foomatic</Path>
  36. <Path fileType="data">/usr/share/foomatic/templates</Path>
  37. <Path fileType="man">/usr/share/man</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="3">
  43. <Date>2017-02-28</Date>
  44. <Version>4.0.12</Version>
  45. <Comment>Rebuild for new Toolchain.</Comment>
  46. <Name>Stefan Gronewold(groni)</Name>
  47. <Email>groni@pisilinux.org</Email>
  48. </Update>
  49. <Update release="2">
  50. <Date>2016-06-09</Date>
  51. <Version>4.0.12</Version>
  52. <Comment>Release Bump</Comment>
  53. <Name>Pisi Linux Community</Name>
  54. <Email>admin@pisilinux.org</Email>
  55. </Update>
  56. <Update release="1">
  57. <Date>2016-03-24</Date>
  58. <Version>4.0.12</Version>
  59. <Comment>First release</Comment>
  60. <Name>Ayhan Yalçınsoy</Name>
  61. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  62. </Update>
  63. </History>
  64. </PISI>