1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>xfsdump</Name>
- <Homepage>https://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git/</Homepage>
- <Packager>
- <Name>AYDIN ATMACA</Name>
- <Email>aydinatmaca@gmail</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>app:console</IsA>
- <PartOf>hardware.disk</PartOf>
- <Summary>XFS dump/restore utilities.</Summary>
- <Description>xfsdump contains XFS filesystem dump and restore utilities.</Description>
- <Archive sha1sum="20753a3244bd9470bc39fc8477ba9a33f2bdac75" type="tarxz">http://ftp.ntu.edu.tw/pub/linux/utils/fs/xfs/xfsdump/xfsdump-3.1.12.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>attr-devel</Dependency>
- <Dependency>dmapi-devel</Dependency>
- <Dependency>ncurses-devel</Dependency>
- <Dependency>xfsprogs-devel</Dependency>
- <Dependency>libutil-linux-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">no_symlink.patch</Patch>
- <Patch level="1">skip_inventory_debian_subfolder.patch</Patch>
- <Patch level="1">no_changes_compress.patch</Patch>
- <!-- <Patch level="1">xfs_restore.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>xfsdump</Name>
- <RuntimeDependencies>
- <!--Dependency>gcc</Dependency-->
- <Dependency>attr</Dependency>
- <Dependency>gawk</Dependency>
- <Dependency>dmapi</Dependency>
- <Dependency>uuidd</Dependency>
- <Dependency>ncurses</Dependency>
- <Dependency>libtool</Dependency>
- <Dependency>gettext</Dependency>
- <Dependency>xfsprogs</Dependency>
- <Dependency>libutil-linux</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/sbin</Path>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2024-07-01</Date>
- <Version>3.1.12</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2022-06-04</Date>
- <Version>3.1.10</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2021-05-18</Date>
- <Version>3.1.9</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2021-02-27</Date>
- <Version>3.1.9</Version>
- <Comment>First Beta release.</Comment>
- <Name>AYDIN ATMACA</Name>
- <Email>aydinatmaca@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|