1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libmspub</Name>
- <Homepage>http://www.freedesktop.org/wiki/Software/libmspub</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <License>LGPLv2.1</License>
- <License>MPLv1.1</License>
- <IsA>app:gui</IsA>
- <Summary>Library parsing the Microsoft Publisher documents</Summary>
- <Description>Libmspub is library providing ability to interpret and import Microsoft Publisher content into various applications. You can find it being used in libreoffice. </Description>
- <Archive sha1sum="321e5f4c00ef270e3fbecac955bc673bb63b5f92" type="tarbz2">http://dev-www.libreoffice.org/src/libmspub/libmspub-0.1.3.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>boost-devel</Dependency>
- <Dependency>doxygen</Dependency>
- <Dependency>help2man</Dependency>
- <Dependency>icu4c-devel</Dependency>
- <Dependency>librevenge-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>libmspub</Name>
- <RuntimeDependencies>
- <Dependency>zlib</Dependency>
- <Dependency>icu4c</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>librevenge</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/bin</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="library">/usr/lib</Path>
- </Files>
- </Package>
- <Package>
- <Name>libmspub-devel</Name>
- <Summary>libmspub için geliştirme dosyaları</Summary>
- <RuntimeDependencies>
- <Dependency>zlib-devel</Dependency>
- <Dependency>icu4c-devel</Dependency>
- <Dependency>librevenge-devel</Dependency>
- <Dependency release="current">libmspub</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2018-01-31</Date>
- <Version>0.1.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2017-03-16</Date>
- <Version>0.1.2</Version>
- <Comment>Release Bump</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-10</Date>
- <Version>0.1.2</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-01-24</Date>
- <Version>0.1.2</Version>
- <Comment>First release</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|