pspec.xml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0"?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>smartmontools</Name>
  6. <Homepage>http://smartmontools.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Programs to control and monitor storage systems using the Self-Monitoring</Summary>
  14. <Description>The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA and SCSI hard disks.</Description>
  15. <Archive sha1sum="8946f6350d6df9341d571381d66ffbb7d83b8af2" type="targz">mirrors://sourceforge/smartmontools/6.6/smartmontools-6.6.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libutil-linux-devel</Dependency>
  18. <Dependency>libcap-ng-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>smartmontools</Name>
  23. <RuntimeDependencies>
  24. <Dependency>libgcc</Dependency>
  25. <Dependency>libcap-ng</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="config">/etc</Path>
  29. <Path fileType="data">/lib/systemd/system</Path>
  30. <Path fileType="executable">/usr/sbin</Path>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. <Path fileType="man">/usr/share/smartmontools</Path>
  35. </Files>
  36. <AdditionalFiles>
  37. <AdditionalFile owner="root" permission="0644" target="/etc/conf.d/smartd">smartmontools.sysconf</AdditionalFile>
  38. </AdditionalFiles>
  39. <Provides>
  40. <COMAR script="service.py">System.Service</COMAR>
  41. </Provides>
  42. </Package>
  43. <History>
  44. <Update release="4">
  45. <Date>2018-01-03</Date>
  46. <Version>6.6</Version>
  47. <Comment>Version bump</Comment>
  48. <Name>Mustafa Cinasal</Name>
  49. <Email>muscnsl@gmail.com</Email>
  50. </Update>
  51. <Update release="3">
  52. <Date>2017-01-28</Date>
  53. <Version>6.5</Version>
  54. <Comment>Release Bump</Comment>
  55. <Name>Pisi Linux Community</Name>
  56. <Email>admin@pisilinux.org</Email>
  57. </Update>
  58. <Update release="2">
  59. <Date>2016-06-09</Date>
  60. <Version>6.4</Version>
  61. <Comment>Release Bump</Comment>
  62. <Name>Pisi Linux Community</Name>
  63. <Email>admin@pisilinux.org</Email>
  64. </Update>
  65. <Update release="1">
  66. <Date>2016-01-26</Date>
  67. <Version>6.4</Version>
  68. <Comment>First release</Comment>
  69. <Name>Stefan Gronewold</Name>
  70. <Email>groni@pisilinux.org</Email>
  71. </Update>
  72. </History>
  73. </PISI>