pspec.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libtalloc</Name>
  6. <Homepage>http://talloc.samba.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv3+</License>
  12. <IsA>library</IsA>
  13. <Summary>Hierarchical pool based memory allocator</Summary>
  14. <Description>libtalloc is a library which implements a hierarchical allocator with destructors which is the core memory allocator in samba.</Description>
  15. <Archive sha1sum="4b59061f0ee5f337aacef0c258a4ffd05b3fec6c" type="targz">http://www.samba.org/ftp/talloc/talloc-2.1.10.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>docbook-xsl</Dependency>
  18. <Dependency>libxslt-devel</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. <Dependency>attr-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>libtalloc</Name>
  25. <RuntimeDependencies>
  26. <Dependency>python</Dependency>
  27. <Dependency>attr</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="man">/usr/share/man</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>libtalloc-devel</Name>
  37. <Summary>Development files for libtalloc</Summary>
  38. <RuntimeDependencies>
  39. <Dependency release="current">libtalloc</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="data">/usr/lib/pkgconfig</Path>
  43. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  44. <Path fileType="header">/usr/include</Path>
  45. <Path fileType="man">/usr/share/man/man3</Path>
  46. </Files>
  47. </Package>
  48. <Package>
  49. <Name>libtalloc-32bit</Name>
  50. <PartOf>emul32</PartOf>
  51. <Summary>32-bit shared libraries for libtalloc</Summary>
  52. <BuildType>emul32</BuildType>
  53. <BuildDependencies>
  54. <Dependency>attr-32bit</Dependency>
  55. </BuildDependencies>
  56. <RuntimeDependencies>
  57. <Dependency>attr-32bit</Dependency>
  58. <Dependency release="current">libtalloc</Dependency>
  59. </RuntimeDependencies>
  60. <Files>
  61. <Path fileType="library">/usr/lib32</Path>
  62. </Files>
  63. </Package>
  64. <History>
  65. <Update release="5">
  66. <Date>2017-12-27</Date>
  67. <Version>2.1.10</Version>
  68. <Comment>Version Bump</Comment>
  69. <Name>Mustafa Cinasal</Name>
  70. <Email>muscnsl@gmail.com</Email>
  71. </Update>
  72. <Update release="4">
  73. <Date>2017-02-02</Date>
  74. <Version>2.1.8</Version>
  75. <Comment>Version Bump</Comment>
  76. <Name>Alihan Öztürk</Name>
  77. <Email>alihan@pisilinux.org</Email>
  78. </Update>
  79. <Update release="3">
  80. <Date>2016-07-25</Date>
  81. <Version>2.1.6</Version>
  82. <Comment>Version Bump</Comment>
  83. <Name>Ergün Salman</Name>
  84. <Email>poyraz76@pisilinux.org</Email>
  85. </Update>
  86. <Update release="2">
  87. <Date>2016-06-09</Date>
  88. <Version>2.1.2</Version>
  89. <Comment>Release Bump</Comment>
  90. <Name>Pisi Linux Community</Name>
  91. <Email>admin@pisilinux.org</Email>
  92. </Update>
  93. <Update release="1">
  94. <Date>2015-06-28</Date>
  95. <Version>2.1.2</Version>
  96. <Comment>First release</Comment>
  97. <Name>Ertuğrul Erata</Name>
  98. <Email>ertugrulerata@gmail.com</Email>
  99. </Update>
  100. </History>
  101. </PISI>