12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>iso-codes</Name>
- <Homepage>http://pkg-isocodes.alioth.debian.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <Summary>International country codes</Summary>
- <Description>iso-codes provides IS0-639_3, ISO-4127, ISO-3166, ISO-3166_2, ISO-15924 standards.</Description>
- <Archive sha1sum="3aad7970923d690b6927761ef3f80f6c9ab8f3c3" type="tarxz">http://pkg-isocodes.alioth.debian.org/downloads/iso-codes-3.77.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>python3</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>iso-codes</Name>
- <Files>
- <!-- FIXME: split the package to iso-codes-devel in the next Pisi Linux release -->
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/xml</Path>
- <Path fileType="data">/usr/share/iso-codes</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2018-02-11</Date>
- <Version>3.77</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-02-19</Date>
- <Version>3.74</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>3.53</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2014-05-21</Date>
- <Version>3.53</Version>
- <Comment>First release</Comment>
- <Name>Vedat Demir</Name>
- <Email>vedat@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|