pspec.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>numactl</Name>
  6. <Homepage>ftp://oss.sgi.com/www/projects/libnuma/download</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>LGPLv2</License>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>Library for tuning NUMA machines</Summary>
  16. <Description>numactl consists of a numactl program to run other programs with a specific NUMA policy and a libnuma to do allocations with NUMA policy in applications.</Description>
  17. <Archive sha1sum="0846670269824078a4eae8a977728175437b0da4" type="targz">ftp://oss.sgi.com/www/projects/libnuma/download/numactl-2.0.11.tar.gz</Archive>
  18. </Source>
  19. <Package>
  20. <Name>numactl</Name>
  21. <Files>
  22. <Path fileType="executable">/usr/bin</Path>
  23. <Path fileType="library">/usr/lib</Path>
  24. <Path fileType="doc">/usr/share/doc</Path>
  25. <Path fileType="man">/usr/share/man</Path>
  26. </Files>
  27. </Package>
  28. <Package>
  29. <Name>numactl-devel</Name>
  30. <Summary>Development files for numactl</Summary>
  31. <RuntimeDependencies>
  32. <Dependency release="current">numactl</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="header">/usr/include</Path>
  36. <Path fileType="man">/usr/share/man/man3</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="3">
  41. <Date>2017-02-09</Date>
  42. <Version>2.0.11</Version>
  43. <Comment>Release Bump</Comment>
  44. <Name>PisiLinux Community</Name>
  45. <Email>admin@pisilinux.org</Email>
  46. </Update>
  47. <Update release="2">
  48. <Date>2016-04-27</Date>
  49. <Version>2.0.11</Version>
  50. <Comment>Release Bump</Comment>
  51. <Name>PisiLinux Community</Name>
  52. <Email>admin@pisilinux.org</Email>
  53. </Update>
  54. <Update release="1">
  55. <Date>2016-03-02</Date>
  56. <Version>2.0.11</Version>
  57. <Comment>First release</Comment>
  58. <Name>Alihan Öztürk</Name>
  59. <Email>alihan@pisilinux.org</Email>
  60. </Update>
  61. </History>
  62. </PISI>