pspec.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>librsync</Name>
  6. <Homepage>http://librsync.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>librsync implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility and is used in rproxy</Summary>
  15. <Description>librsync implements the rolling-checksum algorithm of remote file synchronization that was popularized by the rsync utility and is used in rproxy. This algorithm transfers the differences between 2 files without needing both files on the same system.</Description>
  16. <Archive sha1sum="02d513f7781e172cddf79a984f50284327b3ff4a" type="targz">https://github.com/librsync/librsync/archive/refs/tags/v2.3.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>popt-devel</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <!-- <Patch>librsync-0.9.7-largefiles.patch</Patch> -->
  23. <!-- <Patch level="1">librsync-link.patch</Patch> -->
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>librsync</Name>
  28. <RuntimeDependencies>
  29. <Dependency>popt</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="executable">/usr/bin</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. <Path fileType="doc">/usr/share/doc/librsync</Path>
  36. </Files>
  37. </Package>
  38. <Package>
  39. <Name>librsync-devel</Name>
  40. <Summary>Development files for librsync</Summary>
  41. <RuntimeDependencies>
  42. <Dependency release="current">librsync</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="header">/usr/include</Path>
  46. <Path fileType="library">/usr/lib/librsync.so</Path>
  47. <Path fileType="man">/usr/share/man/man3</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="7">
  52. <Date>2022-11-05</Date>
  53. <Version>2.3.2</Version>
  54. <Comment>New Version</Comment>
  55. <Name>Ümit Solmaz</Name>
  56. </Update>
  57. <Update release="6">
  58. <Date>2020-12-24</Date>
  59. <Version>2.3.1</Version>
  60. <Comment>Version bump.</Comment>
  61. <Name>Mustafa Cinasal</Name>
  62. <Email>muscnsl@gmail.com</Email>
  63. </Update>
  64. <Update release="5">
  65. <Date>2020-02-09</Date>
  66. <Version>2.2.1</Version>
  67. <Comment>Version bump.</Comment>
  68. <Name>Mustafa Cinasal</Name>
  69. <Email>muscnsl@gmail.com</Email>
  70. </Update>
  71. <Update release="4">
  72. <Date>2018-09-09</Date>
  73. <Version>2.0.2</Version>
  74. <Comment>Release Bump</Comment>
  75. <Name>Mustafa Cinasal</Name>
  76. <Email>muscnsl@gmail.com</Email>
  77. </Update>
  78. <Update release="3">
  79. <Date>2017-05-09</Date>
  80. <Version>0.9.7</Version>
  81. <Comment>Release Bump</Comment>
  82. <Name>Kamil Atlı</Name>
  83. <Email>admin@pisilinux.org</Email>
  84. </Update>
  85. <Update release="2">
  86. <Date>2016-06-09</Date>
  87. <Version>0.9.7</Version>
  88. <Comment>Release Bump</Comment>
  89. <Name>Pisi Linux Community</Name>
  90. <Email>admin@pisilinux.org</Email>
  91. </Update>
  92. <Update release="1">
  93. <Date>2014-02-01</Date>
  94. <Version>0.9.7</Version>
  95. <Comment>First release</Comment>
  96. <Name>Stefan Gronewold(groni)</Name>
  97. <Email>groni@pisilinux.org</Email>
  98. </Update>
  99. </History>
  100. </PISI>