123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libpwquality</Name>
- <Homepage>https://fedorahosted.org/libpwquality/</Homepage>
- <Packager>
- <Name>Osman Erkan</Name>
- <Email>osman.erkan@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>library</IsA>
- <Summary>Password quality checking</Summary>
- <Description>The libpwquality package contains a library used for password quality checking and generation of random passwords that pass the checks</Description>
- <Archive sha1sum="a9f2eec48b9a04a836785e18c8b1f5a69d5920f7" type="tarbz2">https://fedorahosted.org/releases/l/i/libpwquality/libpwquality-1.3.0.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>cracklib-devel</Dependency>
- <Dependency>pam-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libpwquality</Name>
- <RuntimeDependencies>
- <Dependency>cracklib</Dependency>
- <Dependency>pam</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/lib</Path>
- <Path fileType="config">/etc/security</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man/man1</Path>
- <Path fileType="man">/usr/share/man/man3</Path>
- <Path fileType="man">/usr/share/man/man5</Path>
- <Path fileType="man">/usr/share/man/man8</Path>
- <Path fileType="doc">/usr/share/doc/libpwquality</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="executable">/usr/bin</Path>
- </Files>
- </Package>
- <Package>
- <Name>libpwquality-devel</Name>
- <Summary>libpwquality için geliştirme dosyaları</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libpwquality</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-01-26</Date>
- <Version>1.3.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-08</Date>
- <Version>1.2.4</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-01-23</Date>
- <Version>1.2.4</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|