pspec.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libpwquality</Name>
  6. <Homepage>https://fedorahosted.org/libpwquality/</Homepage>
  7. <Packager>
  8. <Name>Osman Erkan</Name>
  9. <Email>osman.erkan@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Password quality checking</Summary>
  14. <Description>The libpwquality package contains a library used for password quality checking and generation of random passwords that pass the checks</Description>
  15. <Archive sha1sum="a9f2eec48b9a04a836785e18c8b1f5a69d5920f7" type="tarbz2">https://fedorahosted.org/releases/l/i/libpwquality/libpwquality-1.3.0.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>cracklib-devel</Dependency>
  18. <Dependency>pam-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>libpwquality</Name>
  23. <RuntimeDependencies>
  24. <Dependency>cracklib</Dependency>
  25. <Dependency>pam</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/lib</Path>
  29. <Path fileType="config">/etc/security</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="man">/usr/share/man/man1</Path>
  32. <Path fileType="man">/usr/share/man/man3</Path>
  33. <Path fileType="man">/usr/share/man/man5</Path>
  34. <Path fileType="man">/usr/share/man/man8</Path>
  35. <Path fileType="doc">/usr/share/doc/libpwquality</Path>
  36. <Path fileType="localedata">/usr/share/locale</Path>
  37. <Path fileType="executable">/usr/bin</Path>
  38. </Files>
  39. </Package>
  40. <Package>
  41. <Name>libpwquality-devel</Name>
  42. <Summary>libpwquality için geliştirme dosyaları</Summary>
  43. <RuntimeDependencies>
  44. <Dependency release="current">libpwquality</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="header">/usr/include</Path>
  48. <Path fileType="library">/usr/lib/pkgconfig</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="3">
  53. <Date>2017-01-26</Date>
  54. <Version>1.3.0</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>Stefan Gronewold</Name>
  57. <Email>groni@pisilinux.org</Email>
  58. </Update>
  59. <Update release="2">
  60. <Date>2016-06-08</Date>
  61. <Version>1.2.4</Version>
  62. <Comment>Release Bump</Comment>
  63. <Name>Pisi Linux Community</Name>
  64. <Email>admin@pisilinux.org</Email>
  65. </Update>
  66. <Update release="1">
  67. <Date>2015-01-23</Date>
  68. <Version>1.2.4</Version>
  69. <Comment>First release</Comment>
  70. <Name>Ertuğrul Erata</Name>
  71. <Email>ertugrulerata@gmail.com</Email>
  72. </Update>
  73. </History>
  74. </PISI>