123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" ?>
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <INARY>
- <Source>
- <Name>dmapi</Name>
- <Homepage>http://oss.sgi.com/projects/xfs/</Homepage>
- <Packager>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>app:console</IsA>
- <Summary>XFS data management API library</Summary>
- <Description>The Data Management API (DMAPI/XDSM) allows implementation of hierarchical storage management software with no kernel modifications as well as high-performance dump programs without requiring "raw" access to the disk and knowledge of filesystem structures.</Description>
- <Archive sha1sum="b82a7dc3f257316f14ea1c153a02d8e62445040d" type="tarbz2">https://gitlab.com/sulinos/resources/dmapi/-/archive/2.2.12/dmapi-2.2.12.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>xfsprogs-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>dmapi</Name>
- <RuntimeDependencies>
- <Dependency>xfsprogs</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/lib</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <Package>
- <Name>dmapi-devel</Name>
- <Summary>Development files for dmapi</Summary>
- <RuntimeDependencies>
- <Dependency release="current">dmapi</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="man">/usr/share/man/man3</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2019-12-09</Date>
- <Version>2.2.12</Version>
- <Comment>First release</Comment>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- </History>
- </INARY>
|