exfat-utils, fuse-exfat rebuild.
This commit is contained in:
@@ -16,14 +16,7 @@ def build():
|
|||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.install()
|
autotools.install()
|
||||||
#pisitools.dobin("mkfs/mkexfatfs")
|
pisitools.remove("/usr/sbin/fsck.exfat")
|
||||||
#pisitools.dobin("dump/dumpexfat")
|
pisitools.remove("/usr/sbin/mkfs.exfat")
|
||||||
#pisitools.dobin("fsck/exfatfsck")
|
|
||||||
#pisitools.dobin("label/exfatlabel")
|
pisitools.dodoc("ChangeLog", "COPYING", "README")
|
||||||
|
|
||||||
#pisitools.doman("mkfs/mkexfatfs.8")
|
|
||||||
#pisitools.doman("dump/dumpexfat.8")
|
|
||||||
#pisitools.doman("fsck/exfatfsck.8")
|
|
||||||
#pisitools.doman("label/exfatlabel.8")
|
|
||||||
|
|
||||||
pisitools.dodoc("ChangeLog", "COPYING", "README")
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="6">
|
<Update release="6">
|
||||||
<Date>2020-02-01</Date>
|
<Date>2021-01-26</Date>
|
||||||
<Version>1.3.0</Version>
|
<Version>1.3.0</Version>
|
||||||
<Comment>Version bump.</Comment>
|
<Comment>Version bump.</Comment>
|
||||||
<Name>Mustafa Cinasal</Name>
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ def build():
|
|||||||
def install():
|
def install():
|
||||||
autotools.install()
|
autotools.install()
|
||||||
#pisitools.dobin("fuse/mount.exfat-fuse")
|
#pisitools.dobin("fuse/mount.exfat-fuse")
|
||||||
# pisitools.doman("fuse/mount.exfat-fuse.8")
|
#pisitools.doman("fuse/mount.exfat-fuse.8")
|
||||||
|
|
||||||
pisitools.dodoc("ChangeLog", "COPYING")
|
pisitools.dodoc("ChangeLog", "COPYING")
|
||||||
|
|||||||
@@ -14,8 +14,9 @@
|
|||||||
<Description>exFAT filesystem fuse module</Description>
|
<Description>exFAT filesystem fuse module</Description>
|
||||||
<Archive sha1sum="48fd2b6e71387dcbb29ff881ea1c39877a11113d" type="targz">https://github.com/relan/exfat/releases/download/v1.3.0/fuse-exfat-1.3.0.tar.gz</Archive>
|
<Archive sha1sum="48fd2b6e71387dcbb29ff881ea1c39877a11113d" type="targz">https://github.com/relan/exfat/releases/download/v1.3.0/fuse-exfat-1.3.0.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>exfat-utils</Dependency>
|
|
||||||
<Dependency>fuse-devel</Dependency>
|
<Dependency>fuse-devel</Dependency>
|
||||||
|
<!-- <Dependency>exfatprogs</Dependency> -->
|
||||||
|
<!-- <Dependency>exfat-utils</Dependency> -->
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -23,6 +24,7 @@
|
|||||||
<Name>fuse-exfat</Name>
|
<Name>fuse-exfat</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>fuse</Dependency>
|
<Dependency>fuse</Dependency>
|
||||||
|
<Dependency>exfatprogs</Dependency>
|
||||||
<Dependency>exfat-utils</Dependency>
|
<Dependency>exfat-utils</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
@@ -35,7 +37,7 @@
|
|||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="6">
|
<Update release="6">
|
||||||
<Date>2020-02-01</Date>
|
<Date>2021-01-26</Date>
|
||||||
<Version>1.3.0</Version>
|
<Version>1.3.0</Version>
|
||||||
<Comment>Version bump.</Comment>
|
<Comment>Version bump.</Comment>
|
||||||
<Name>Mustafa Cinasal</Name>
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
|||||||
Reference in New Issue
Block a user