pspec.xml 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libmspub</Name>
  6. <Homepage>http://www.freedesktop.org/wiki/Software/libmspub</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>LGPLv2.1</License>
  13. <License>MPLv1.1</License>
  14. <IsA>app:gui</IsA>
  15. <Summary>Library parsing the Microsoft Publisher documents</Summary>
  16. <Description>Libmspub is library providing ability to interpret and import Microsoft Publisher content into various applications. You can find it being used in libreoffice. </Description>
  17. <Archive sha1sum="321e5f4c00ef270e3fbecac955bc673bb63b5f92" type="tarbz2">http://dev-www.libreoffice.org/src/libmspub/libmspub-0.1.3.tar.bz2</Archive>
  18. <BuildDependencies>
  19. <Dependency>boost-devel</Dependency>
  20. <Dependency>doxygen</Dependency>
  21. <Dependency>help2man</Dependency>
  22. <Dependency>icu4c-devel</Dependency>
  23. <Dependency>librevenge-devel</Dependency>
  24. <Dependency>zlib-devel</Dependency>
  25. </BuildDependencies>
  26. </Source>
  27. <Package>
  28. <Name>libmspub</Name>
  29. <RuntimeDependencies>
  30. <Dependency>zlib</Dependency>
  31. <Dependency>icu4c</Dependency>
  32. <Dependency>libgcc</Dependency>
  33. <Dependency>librevenge</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="data">/usr/bin</Path>
  37. <Path fileType="doc">/usr/share/doc</Path>
  38. <Path fileType="library">/usr/lib</Path>
  39. </Files>
  40. </Package>
  41. <Package>
  42. <Name>libmspub-devel</Name>
  43. <Summary>libmspub için geliştirme dosyaları</Summary>
  44. <RuntimeDependencies>
  45. <Dependency>zlib-devel</Dependency>
  46. <Dependency>icu4c-devel</Dependency>
  47. <Dependency>librevenge-devel</Dependency>
  48. <Dependency release="current">libmspub</Dependency>
  49. </RuntimeDependencies>
  50. <Files>
  51. <Path fileType="header">/usr/include</Path>
  52. <Path fileType="library">/usr/lib/pkgconfig</Path>
  53. </Files>
  54. </Package>
  55. <History>
  56. <Update release="4">
  57. <Date>2018-01-31</Date>
  58. <Version>0.1.3</Version>
  59. <Comment>Version bump.</Comment>
  60. <Name>Mustafa Cinasal</Name>
  61. <Email>muscnsl@gmail.com</Email>
  62. </Update>
  63. <Update release="3">
  64. <Date>2017-03-16</Date>
  65. <Version>0.1.2</Version>
  66. <Comment>Release Bump</Comment>
  67. <Name>Ayhan Yalçınsoy</Name>
  68. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  69. </Update>
  70. <Update release="2">
  71. <Date>2016-06-10</Date>
  72. <Version>0.1.2</Version>
  73. <Comment>Release Bump</Comment>
  74. <Name>Pisi Linux Community</Name>
  75. <Email>admin@pisilinux.org</Email>
  76. </Update>
  77. <Update release="1">
  78. <Date>2016-01-24</Date>
  79. <Version>0.1.2</Version>
  80. <Comment>First release</Comment>
  81. <Name>Ayhan Yalçınsoy</Name>
  82. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  83. </Update>
  84. </History>
  85. </PISI>