exfat-utils ver. bump

This commit is contained in:
Rmys
2024-06-04 11:26:43 +03:00
parent ab15375491
commit 52b656c099
2 changed files with 13 additions and 3 deletions
+5 -2
View File
@@ -9,6 +9,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-fiv")
autotools.configure("--prefix=/usr ")
def build():
@@ -16,7 +17,9 @@ def build():
def install():
autotools.install()
pisitools.remove("/usr/sbin/fsck.exfat")
pisitools.remove("/usr/sbin/mkfs.exfat")
# pisitools.remove("/usr/sbin/fsck.exfat")
# pisitools.remove("/usr/sbin/mkfs.exfat")
pisitools.rename("/usr/share/man/man8/exfatlabel.8", "exfatlabel.8_")
pisitools.dodoc("ChangeLog", "COPYING", "README")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:gui</IsA>
<Summary>Utilities for exFAT file system</Summary>
<Description>This project aims to provide a full-featured exFAT file system implementation for GNU/Linux and other Unix-like systems as a FUSE module and a set of utilities.</Description>
<Archive sha1sum="ab02c7a8c697a68c5562ca27eb7ede522d454de7" type="targz">https://github.com/relan/exfat/releases/download/v1.3.0/exfat-utils-1.3.0.tar.gz</Archive>
<Archive sha1sum="98c246d65e6bbaf506283e8f03041fad219a5c4a" type="targz">https://github.com/relan/exfat/releases/download/v1.4.0/exfat-utils-1.4.0.tar.gz</Archive>
</Source>
<Package>
@@ -26,6 +26,13 @@
</Package>
<History>
<Update release="8">
<Date>2024-06-04</Date>
<Version>1.4.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2022-08-06</Date>
<Version>1.3.0</Version>