pspec.xml 3.4 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>redland</Name>
  6. <Homepage>http://librdf.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <License>Apache-2.0</License>
  13. <IsA>library</IsA>
  14. <Summary>High-level interface for the Resource Description Framework</Summary>
  15. <Description>Redland is a set of free software C libraries that provide support for the Resource Description Framework (RDF).</Description>
  16. <Archive sha1sum="a47a7e98f934d17d60a241db90be407a0abe3c5d" type="targz">http://download.librdf.org/source/redland-1.0.17.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>rasqal-devel</Dependency>
  19. <Dependency>unixODBC-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>redland</Name>
  24. <RuntimeDependencies>
  25. <Dependency>rasqal</Dependency>
  26. <Dependency>raptor2</Dependency>
  27. <Dependency>unixODBC</Dependency>
  28. <Dependency>libtool-ltdl</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. <Path fileType="doc">/usr/share/gtk-doc/html/redland/</Path>
  35. <Path fileType="man">/usr/share/man</Path>
  36. <Path fileType="data">/usr/share/redland</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>redland-devel</Name>
  41. <Summary>Development files for redland</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">redland</Dependency>
  44. <!-- librdf.h includes headers from packages below -->
  45. <Dependency>raptor2-devel</Dependency>
  46. <Dependency>rasqal-devel</Dependency>
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="header">/usr/include</Path>
  50. <Path fileType="executable">/usr/bin/redland-config</Path>
  51. <Path fileType="data">/usr/lib/pkgconfig</Path>
  52. <Path fileType="man">/usr/share/man/man1/redland-config*</Path>
  53. </Files>
  54. </Package>
  55. <History>
  56. <Update release="4">
  57. <Date>2023-10-17</Date>
  58. <Version>1.0.17</Version>
  59. <Comment>Rebuild</Comment>
  60. <Name>İdris Kalp</Name>
  61. <Email>idriskalp@gmail.com</Email>
  62. </Update>
  63. <Update release="3">
  64. <Date>2020-02-26</Date>
  65. <Version>1.0.17</Version>
  66. <Comment>Rebuild</Comment>
  67. <Name>İdris Kalp</Name>
  68. <Email>idriskalp@gmail.com</Email>
  69. </Update>
  70. <Update release="2">
  71. <Date>2018-09-02</Date>
  72. <Version>1.0.17</Version>
  73. <Comment>First Relase</Comment>
  74. <Name>Ayhan Yalçınsoy</Name>
  75. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  76. </Update>
  77. <Update release="1">
  78. <Date>2017-03-04</Date>
  79. <Version>1.0.17</Version>
  80. <Comment>First Relase</Comment>
  81. <Name>Ayhan Yalçınsoy</Name>
  82. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  83. </Update>
  84. </History>
  85. </PISI>