pspec.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libnih</Name>
  6. <Homepage>https://launchpad.net/libnih</Homepage>
  7. <Packager>
  8. <Name>Aydın Demirel</Name>
  9. <Email>aydin.demirel@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL</License>
  12. <IsA>app:library</IsA>
  13. <Summary>Small library for C application development</Summary>
  14. <Description>Small library for C application development.</Description>
  15. <Archive sha1sum="db1f3e46a47f8a58f8179ca56f304d1550f41eb0" type="targz">https://launchpad.net/libnih/1.0/1.0.3/+download/libnih-1.0.3.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>dbus-devel</Dependency>
  18. <Dependency>expat-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>libnih</Name>
  23. <RuntimeDependencies>
  24. <Dependency>dbus</Dependency>
  25. <Dependency>expat</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="executable">/usr/bin</Path>
  29. <Path fileType="man">/usr/share/man</Path>
  30. <Path fileType="locale">/usr/share/aclocal</Path>
  31. <Path fileType="library">/usr/lib/</Path>
  32. </Files>
  33. </Package>
  34. <Package>
  35. <Name>libnih-devel</Name>
  36. <RuntimeDependencies>
  37. <Dependency release="current">libnih</Dependency>
  38. <Dependency>dbus-devel</Dependency>
  39. <Dependency>expat-devel</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="header">/usr/include</Path>
  43. <Path fileType="library">/usr/lib/pkgconfig</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="3">
  48. <Date>2017-12-13</Date>
  49. <Version>1.0.3</Version>
  50. <Comment>Release Bump</Comment>
  51. <Name>Kamil Atlı</Name>
  52. <Email>suvari@pisilinux.org</Email>
  53. </Update>
  54. <Update release="2">
  55. <Date>2016-06-09</Date>
  56. <Version>1.0.3</Version>
  57. <Comment>Release Bump</Comment>
  58. <Name>Pisi Linux Community</Name>
  59. <Email>admin@pisilinux.org</Email>
  60. </Update>
  61. <Update release="1">
  62. <Date>2014-06-27</Date>
  63. <Version>1.0.3</Version>
  64. <Comment>First release</Comment>
  65. <Name>Aydın Demirel</Name>
  66. <Email>aydin.demirel@pisilinux.org</Email>
  67. </Update>
  68. </History>
  69. </PISI>