Files
2023-01-15 13:34:22 +03:00

123 lines
4.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>fuse</Name>
<Homepage>http://fuse.sourceforge.net</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>An interface for filesystems implemented in userspace</Summary>
<Description>fuse is a backend allowing regular users to (un)mount filesystems for their own use.</Description>
<Archive sha1sum="4bad8cd2c4d669a7b4f3ad57e4465350b972c94f" type="targz">https://github.com/libfuse/libfuse/archive/fuse-2.9.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>gettext-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">fedora/fuse2-0002-add-fix-for-namespace-conflict-in-fuse_kernel.h.patch</Patch>
<Patch level="1">fedora/fuse2-0003-make-buffer-size-match-kernel-max-transfer-size.patch</Patch>
<Patch level="1">fedora/fuse2-0004-Whitelist-SMB2-found-on-some-NAS-devices.patch</Patch>
<Patch level="1">fedora/fuse2-0005-Whitelist-UFSD-backport-to-2.9-branch-452.patch</Patch>
<Patch level="1">fedora/fuse2-0006-Correct-errno-comparison-571.patch</Patch>
<Patch level="1">fedora/fuse2-0007-util-ulockmgr_server.c-conditionally-define-closefro.patch</Patch>
</Patches>
</Source>
<Package>
<Name>fuse</Name>
<RuntimeDependencies>
<Dependency>glibc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/lib</Path>
<Path fileType="library">/usr/lib/lib*.so*</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>fuse-devel</Name>
<PartOf>system.devel</PartOf>
<Summary>Development files for fuse</Summary>
<RuntimeDependencies>
<Dependency release="current">fuse</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="9">
<Date>2023-01-13</Date>
<Version>2.9.9</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2021-07-17</Date>
<Version>2.9.9</Version>
<Comment>Rebuild</Comment>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Update>
<Update release="7">
<Date>2021-06-13</Date>
<Version>2.9.9</Version>
<Comment>Rebuild</Comment>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Update>
<Update release="6">
<Date>2020-12-09</Date>
<Version>2.9.9</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2019-12-25</Date>
<Version>2.9.9</Version>
<Comment>Version bump</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-09-18</Date>
<Version>2.9.7</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-29</Date>
<Version>2.9.7</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2016-04-27</Date>
<Version>2.9.5</Version>
<Comment>Release Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-08-18</Date>
<Version>2.9.5</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>