[packages/fatsort] - updated to 1.7.1
qboosh
qboosh at pld-linux.org
Fri May 22 19:30:11 CEST 2026
commit 5531a20608b32fdece2b515086221eac772ecc1e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri May 22 19:30:11 2026 +0200
- updated to 1.7.1
fatsort.spec | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)
---
diff --git a/fatsort.spec b/fatsort.spec
index 2b37207..29eb2c5 100644
--- a/fatsort.spec
+++ b/fatsort.spec
@@ -4,15 +4,18 @@
# Conditional build:
%bcond_with tests # functional tests
#
-Summary: Utility that sorts FAT12, FAT16 and FAT32 partition
-Summary(pl.UTF-8): Narzędzie do sortowania partycji FAT12, FAT16 i FAT32
+Summary: Utility that sorts FAT12, FAT16, FAT32 and exFAT partition
+Summary(pl.UTF-8): Narzędzie do sortowania partycji FAT12, FAT16, FAT32 i exFAT
Name: fatsort
-Version: 1.6.5.640
+# note: last version part seems to be total revision number
+# e.g. 1.7.679 < 1.7.1.683, so don't put it in version to avoid confusion
+%define svnrev 683
+Version: 1.7.1
Release: 1
License: GPL v2
-Group: Applications
-Source0: https://downloads.sourceforge.net/fatsort/%{name}-%{version}.tar.xz
-# Source0-md5: 5c545634fe15e6cf44efc847b631718e
+Group: Applications/File
+Source0: https://downloads.sourceforge.net/fatsort/%{name}-%{version}.%{svnrev}.tar.xz
+# Source0-md5: 65b72e981860d86bfcc3dc646396f83f
URL: https://fatsort.sourceforge.io/
%{?with_tests:BuildRequires: bbe}
%{?with_tests:BuildRequires: dosfstools}
@@ -22,12 +25,12 @@ BuildRequires: xz
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-FATSort is a C utility that sorts FAT12, FAT16 and FAT32 partitions.
-It even can handle long file name entries. It was developed because I
-wanted to sort my MP3 files on my MP3 hardware player. Unfortunetly,
-there was no utility out there so far, so I had to write it myself.
-FATSort reads the boot sector and sorts the directory structure
-recursively.
+FATSort is a C utility that sorts FAT12, FAT16, FAT32 and exFAT
+partitions. It can handle long file name entries. It was developed
+because the author wanted to sort MP3 files on my MP3 hardware player.
+Unfortunetly, there was no utility out there so far, so he had to
+write it himself. FATSort reads the boot sector and sorts the
+directory structure recursively.
%description -l pl.UTF-8
FATSort to narzędzie w C do sortowania partycji FAT12, FAT16 i FAT32.
@@ -37,7 +40,7 @@ jeszcze takiego narzędzia. FATSort czyta sektor rozruchowy i sortuje
rekurencyjnie strukturę katalogów.
%prep
-%setup -q
+%setup -q -n %{name}-%{version}.%{svnrev}
%build
%{__make} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fatsort.git/commitdiff/5531a20608b32fdece2b515086221eac772ecc1e
More information about the pld-cvs-commit
mailing list