pspec.xml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>compface</Name>
  6. <Homepage>http://www.xemacs.org/Download/optLibs.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <Summary>X-Face library</Summary>
  14. <Description>Utilities and library to convert to/from X-Face format.</Description>
  15. <Archive sha1sum="72dad8774b3301a1562bdbd5b3c5536ebf86a03d" type="targz">http://ftp.xemacs.org/pub/xemacs/aux/compface-1.5.2.tar.gz</Archive>
  16. <Patches>
  17. <Patch level="1">xbmp.patch</Patch>
  18. <Patch level="1">shared.patch</Patch>
  19. <Patch>cve-2009-2286.patch</Patch>
  20. </Patches>
  21. </Source>
  22. <Package>
  23. <Name>compface</Name>
  24. <Files>
  25. <Path fileType="executable">/usr/bin</Path>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="doc">/usr/share/doc/compface</Path>
  28. <Path fileType="man">/usr/share/man</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>compface-devel</Name>
  33. <Summary>Development files for compface</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">compface</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include</Path>
  39. <Path fileType="man">/usr/share/man/man3</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="5">
  44. <Date>2020-01-15</Date>
  45. <Version>1.5.2</Version>
  46. <Comment>Rebuild</Comment>
  47. <Name>İdris Kalp</Name>
  48. <Email>idriskalp@gmail.com</Email>
  49. </Update>
  50. <Update release="4">
  51. <Date>2018-09-01</Date>
  52. <Version>1.5.2</Version>
  53. <Comment>Rebuild New T.</Comment>
  54. <Name>Mustafa Cinasal</Name>
  55. <Email>muscnsl@gmail.com</Email>
  56. </Update>
  57. <Update release="3">
  58. <Date>2017-01-28</Date>
  59. <Version>1.5.2</Version>
  60. <Comment>Version bump.</Comment>
  61. <Name>Stefan Gronewold(groni)</Name>
  62. <Email>groni@pisilinux.org</Email>
  63. </Update>
  64. <Update release="2">
  65. <Date>2014-01-21</Date>
  66. <Version>1.5.2</Version>
  67. <Comment>Rebuild</Comment>
  68. <Name>Stefan Gronewold(groni)</Name>
  69. <Email>groni@pisilinux.org</Email>
  70. </Update>
  71. <Update release="1">
  72. <Date>2010-10-12</Date>
  73. <Version>1.5.2</Version>
  74. <Comment>First release</Comment>
  75. <Name>Pisi Linux Admins</Name>
  76. <Email>admins@pisilinux.org</Email>
  77. </Update>
  78. </History>
  79. </PISI>