pspec.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>chrpath</Name>
  6. <Homepage>http://freshmeat.net/projects/chrpath/</Homepage>
  7. <Packager>
  8. <Name>Süleyman POYRAZ</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <PartOf>system.devel</PartOf>
  14. <Summary>Change the dynamic library load path (rpath) of binaries</Summary>
  15. <Description>chrpath allows you to modify the dynamic library load path (rpath and runpath) of compiled programs and libraries.</Description>
  16. <Archive sha1sum="174bb38c899229f4c928734b20e730f61191795a" type="targz">http://cdn-fastly.deb.debian.org/debian/pool/main/c/chrpath/chrpath_0.16.orig.tar.gz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>chrpath</Name>
  20. <Files>
  21. <Path fileType="executable">/usr/bin</Path>
  22. </Files>
  23. </Package>
  24. <Package>
  25. <Name>chrpath-docs</Name>
  26. <IsA>data:doc</IsA>
  27. <PartOf>system.doc</PartOf>
  28. <Summary>Documentation for chrpath package.</Summary>
  29. <RuntimeDependencies>
  30. <Dependency release="current">chrpath</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>chrpath-pages</Name>
  38. <IsA>data:doc</IsA>
  39. <PartOf>system.doc</PartOf>
  40. <Summary>Man pages for chrpath package.</Summary>
  41. <RuntimeDependencies>
  42. <Dependency release="current">chrpath</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="man">/usr/share/man/</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="2">
  50. <Date>2019-11-21</Date>
  51. <Version>0.16</Version>
  52. <Comment>Archive uri aupdated.</Comment>
  53. <Name>Süleyman POYRAZ</Name>
  54. <Email>zaryob.dev@gmail.com</Email>
  55. </Update>
  56. <Update release="1">
  57. <Date>2018-12-28</Date>
  58. <Version>0.16</Version>
  59. <Comment>First release</Comment>
  60. <Name>Süleyman POYRAZ</Name>
  61. <Email>zaryob.dev@gmail.com</Email>
  62. </Update>
  63. </History>
  64. </INARY>