pspec.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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>libbytesize</Name>
  6. <Homepage>https://github.com/storaged-project/libbytesize</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>LGPLv3</License>
  12. <IsA>app</IsA>
  13. <Summary>A tiny library providing a C "class" for working with arbitrary big sizes in bytes</Summary>
  14. <Description>The goal of this project is to provide a tiny library that would facilitate the common operations with sizes in bytes. Many projects need to work with sizes in bytes (be it sizes of storage space, memory,...) and all of them need to deal with the same issues like:</Description>
  15. <Archive sha1sum="fc2c2d9beca3a0b038d2769c6840be6ad2514185" type="targz">https://github.com/storaged-project/libbytesize/releases/download/2.1/libbytesize-2.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libpcre2-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>libbytesize</Name>
  22. <RuntimeDependencies>
  23. <Dependency>libpcre2</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="executable">/usr/bin/bscalc</Path>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="data">/usr/share</Path>
  29. <Path fileType="localedata">/usr/share/locale</Path>
  30. <Path fileType="doc">/usr/share/doc</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>libbytesize-devel</Name>
  35. <Summary>Development files for libbytesize</Summary>
  36. <RuntimeDependencies>
  37. <Dependency release="current">libbytesize</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="header">/usr/include</Path>
  41. <Path fileType="library">/usr/lib/pkgconfig</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="2">
  46. <Date>2019-12-14</Date>
  47. <Version>2.1</Version>
  48. <Comment>Version bump to 2.1</Comment>
  49. <Name>Süleyman Poyraz</Name>
  50. <Email>zaryob.dev@gmail.com</Email>
  51. </Update>
  52. <Update release="1">
  53. <Date>2019-11-18</Date>
  54. <Version>1.4</Version>
  55. <Comment>First release</Comment>
  56. <Name>Süleyman Poyraz</Name>
  57. <Email>zaryob.dev@gmail.com</Email>
  58. </Update>
  59. </History>
  60. </INARY>