diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,22 +1,19 @@ name : exfat-utils -version : 1.2.8 -release : 8 +version : 1.3.0 +release : 9 source : - - https://github.com/relan/exfat/archive/v1.2.8.tar.gz : 778474bfbcd92e35bba5b88bd7ad3f6400328256636abb9031bfcc1ce15ed887 -license : GPL-2.0 + - https://github.com/relan/exfat/archive/v1.3.0.tar.gz : 689bcb4a639acd2d45e6fa0ff455f7f18edb2421d4f4f42909943775adc0e375 +license : GPL-2.0-or-later summary : exFAT file system utilities description: | - exFAT file system utilities + Full-featured exFAT file system implementation for Unix-like systems. It consists of a FUSE module (fuse-exfat) and a set of utilities (exfat-utils). component : system.utils builddeps : - pkgconfig(fuse) setup : | - %reconfigure --disable-static --bindir=/usr/bin --sbindir=/usr/sbin + %reconfigure --disable-static build : | %make install : | %make_install - install -D -m 00644 dump/dumpexfat.8 %installroot%/usr/share/man/man8/dumpexfat.8 - install -m 00644 fsck/exfatfsck.8 %installroot%/usr/share/man/man8 - install -m 00644 mkfs/mkexfatfs.8 %installroot%/usr/share/man/man8 - install -m 00644 label/exfatlabel.8 %installroot%/usr/share/man/man8 + install -D -m00644 */*.8 -t $installdir/usr/share/man/man8 diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,20 +2,20 @@ exfat-utils - Bryan T. Meyers - bmeyers@datadrake.com + Pierre-Yves + pyu@riseup.net - GPL-2.0 + GPL-2.0-or-later system.utils exFAT file system utilities - exFAT file system utilities + Full-featured exFAT file system implementation for Unix-like systems. It consists of a FUSE module (fuse-exfat) and a set of utilities (exfat-utils). https://solus-project.com/sources/README.Solus exfat-utils exFAT file system utilities - exFAT file system utilities + Full-featured exFAT file system implementation for Unix-like systems. It consists of a FUSE module (fuse-exfat) and a set of utilities (exfat-utils). system.utils @@ -35,12 +35,12 @@ - - 2018-08-21 - 1.2.8 + + 2018-09-18 + 1.3.0 Packaging update - Bryan T. Meyers - bmeyers@datadrake.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file