pspec.xml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gsoap</Name>
  6. <Homepage>http://www.cs.fsu.edu/~engelen/soap.html</Homepage>
  7. <Packager>
  8. <Name>Osman Erkan</Name>
  9. <Email>osman.erkan@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <Summary>Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++</Summary>
  13. <Description>The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings.</Description>
  14. <Archive sha1sum="624db1f4cb2ac5596f3445afe57fddd3e63ea295" type="zip">https://sourceforge.net/projects/gsoap2/files/gsoap_2.8.135.zip/download</Archive>
  15. <BuildDependencies>
  16. <Dependency>zlib-devel</Dependency>
  17. <Dependency>openssl-devel</Dependency>
  18. </BuildDependencies>
  19. <Patches>
  20. <!-- <Patch level="1">0001-no-xlocale.patch</Patch> -->
  21. <!--<Patch level="1">gsoap-libtool.patch</Patch> -->
  22. <!--<Patch level="1">gsoap-private-lm.patch</Patch> -->
  23. </Patches>
  24. </Source>
  25. <Package>
  26. <Name>gsoap</Name>
  27. <RuntimeDependencies>
  28. <Dependency>zlib</Dependency>
  29. <Dependency>openssl</Dependency>
  30. <Dependency>libgcc</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="data">/usr/share/gsoap</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>gsoap-devel</Name>
  41. <Summary>Development files for gsoap</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">gsoap</Dependency>
  44. <Dependency>zlib-devel</Dependency>
  45. <Dependency>openssl-devel</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="header">/usr/include</Path>
  49. <Path fileType="data">/usr/lib/pkgconfig</Path>
  50. </Files>
  51. </Package>
  52. <History>
  53. <Update release="11">
  54. <Date>2024-12-19</Date>
  55. <Version>2.8.135</Version>
  56. <Comment>Rebuild.</Comment>
  57. <Name>Mustafa Cinasal</Name>
  58. <Email>muscnsl@gmail.com</Email>
  59. </Update>
  60. <Update release="10">
  61. <Date>2023-04-24</Date>
  62. <Version>2.8.127</Version>
  63. <Comment>Version bump.</Comment>
  64. <Name>Mustafa Cinasal</Name>
  65. <Email>muscnsl@gmail.com</Email>
  66. </Update>
  67. <Update release="9">
  68. <Date>2021-07-22</Date>
  69. <Version>2.8.116</Version>
  70. <Comment>Version bump.</Comment>
  71. <Name>Mustafa Cinasal</Name>
  72. <Email>muscnsl@gmail.com</Email>
  73. </Update>
  74. <Update release="8">
  75. <Date>2020-12-14</Date>
  76. <Version>2.8.109</Version>
  77. <Comment>Version bump.</Comment>
  78. <Name>Mustafa Cinasal</Name>
  79. <Email>muscnsl@gmail.com</Email>
  80. </Update>
  81. <Update release="6">
  82. <Date>2020-06-08</Date>
  83. <Version>2.8.103</Version>
  84. <Comment>Version bump.</Comment>
  85. <Name>Mustafa Cinasal</Name>
  86. <Email>muscnsl@gmail.com</Email>
  87. </Update>
  88. <Update release="5">
  89. <Date>2020-01-19</Date>
  90. <Version>2.8.97</Version>
  91. <Comment>Version bump.</Comment>
  92. <Name>Mustafa Cinasal</Name>
  93. <Email>muscnsl@gmail.com</Email>
  94. </Update>
  95. <Update release="4">
  96. <Date>2018-08-09</Date>
  97. <Version>2.8.69</Version>
  98. <Comment>Version Bump</Comment>
  99. <Name>Pisi Linux Community</Name>
  100. <Email>admin@pisilinux.org</Email>
  101. </Update>
  102. <Update release="3">
  103. <Date>2018-02-11</Date>
  104. <Version>2.8.61</Version>
  105. <Comment>Version Bump</Comment>
  106. <Name>Pisi Linux Community</Name>
  107. <Email>admin@pisilinux.org</Email>
  108. </Update>
  109. <Update release="3">
  110. <Date>2017-03-19</Date>
  111. <Version>2.8.44</Version>
  112. <Comment>Version Bump</Comment>
  113. <Name>Pisi Linux Community</Name>
  114. <Email>admin@pisilinux.org</Email>
  115. </Update>
  116. <Update release="2">
  117. <Date>2016-06-09</Date>
  118. <Version>2.8.22</Version>
  119. <Comment>Release Bump</Comment>
  120. <Name>Pisi Linux Community</Name>
  121. <Email>admin@pisilinux.org</Email>
  122. </Update>
  123. <Update release="1">
  124. <Date>2015-08-12</Date>
  125. <Version>2.8.22</Version>
  126. <Comment>First release</Comment>
  127. <Name>Ertuğrul Erata</Name>
  128. <Email>ertugrulerata@gmail.com</Email>
  129. </Update>
  130. </History>
  131. </PISI>