Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37868507
en ru br
ALT Linux repositórios
S:1.2.1-alt1

Group :: Sistema/Kernel e hardware
RPM: exfatprogs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: exfatprogs-1.2.1-alt1.patch
Download


 .gear/rules                                        |  3 +
 .../tags/73330dc95b740ee36c6d2bd9b9f040104be066a7  | 22 ++++++
 .gear/tags/list                                    |  1 +
 exfatprogs.spec                                    | 82 ++++++++++++++++++++++
 4 files changed, 108 insertions(+)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..2cce167
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,3 @@
+tar: @version@:.
+diff: @version@:. .
+
diff --git a/.gear/tags/73330dc95b740ee36c6d2bd9b9f040104be066a7 b/.gear/tags/73330dc95b740ee36c6d2bd9b9f040104be066a7
new file mode 100644
index 0000000..fd59edd
--- /dev/null
+++ b/.gear/tags/73330dc95b740ee36c6d2bd9b9f040104be066a7
@@ -0,0 +1,22 @@
+object cb607485dc370ae66889f8a495ae1aa10caa9a8d
+type commit
+tag 1.2.1
+tagger Hyunchul Lee <hyc.lee@gmail.com> 1684410606 +0900
+
+Tagging version 1.2.1
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE1YUpzFN2421uHm9iNPIw+veOSNMFAmRmERwACgkQNPIw+veO
+SNPO3hAAzEfOjB49p3bIb5cLJrTD3RPXonpW4iosBOCjiix5cfEg2RXfN0UJJlZS
+AGM1hrHaOFpdYveZWIXeXAUr1fPjdXgfQm04Twa6gVjT53fh33GVAYdZJPxeDhB1
+8qs/KmgAdqKDXg08c7jZvt5P13Wvhs751eUB1tQdd+PTyPTFrbjkeYcDtHjDYFeE
+6beDyE/zkwoqg0+6OwmZXM5guMGDCs+Ob3dRvyZL0QFxbJTAACiICpRBq/CX/4MT
+4UPnTqxr7Pi1pVFGYg2EQqVaaHp4gEBQA8GuLtorwS0WX023MzqsnHdM1mA7aJOf
+1nrMqh0lE0oMLua6ku4FSuBH8pq3NfL0dztR3qKyyILOqXL030mOopeeaZ4pd/Nc
+odblmY4SRBP/QgjfNQCpXuo+I/ONGbdn+qTU9H69c4KUWltVFokdvdt5SYF06DZZ
+jNl03Vj3WeDlUh1Yj3cBMgOPmRx6L/Y4JvSYAnfYCgsDm+OCh9HIzXnDM3cVe88f
+PYFtdDDK1MWYRgCvuYFp6rnQAUyS9pp8pzhetuy+NQGV0j2xgdPiV28mv0hzPntS
+d1g7jfprfEmZKZbUvowAJe4zEWrem4HLlhgmqAr7zEhcj/axEfTarYrhFJER8vzw
+xDYvP9byP/LYmf/wPL8kRBfl4nSBh8m4Ic4lvXcrclePsh2YklE=
+=rTf0
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..1acafca
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+73330dc95b740ee36c6d2bd9b9f040104be066a7 1.2.1
diff --git a/exfatprogs.spec b/exfatprogs.spec
new file mode 100644
index 0000000..6d8edee
--- /dev/null
+++ b/exfatprogs.spec
@@ -0,0 +1,82 @@
+%define _sbindir /sbin
+%def_enable check
+
+Name: exfatprogs
+Version: 1.2.1
+Release: alt1
+
+Summary:  Official utilities for exFAT file system
+Group: System/Kernel and hardware
+License: GPL-2.0
+Url: https://github.com/exfatprogs/exfatprogs
+Vcs: https://github.com/exfatprogs/exfatprogs.git
+
+Source: %name-%version.tar
+Patch: %name-%version-%release.patch
+
+Obsoletes: exfat-utils
+Provides: %_sbindir/dump.exfat %_sbindir/exfatlabel %_sbindir/fsck.exfat
+Provides: %_sbindir/mkfs.exfat %_sbindir/tune.exfat
+
+%{?_enable_check:BuildRequires: losetup}
+
+%description
+As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is
+created as an official userspace utilities that contain all of the standard
+utilities for creating and fixing and debugging exfat filesystem in linux
+system. The goal of exfatprogs is to provide high performance and quality
+at the level of exfat utilities in windows.
+
+%prep
+%setup
+%patch -p1
+
+%build
+%autoreconf
+%configure
+%make_build
+
+%install
+%makeinstall_std
+
+%check
+%make -k check VERBOSE=1
+
+%files
+%_sbindir/dump.exfat
+%_sbindir/exfatlabel
+%_sbindir/fsck.exfat
+%_sbindir/mkfs.exfat
+%_sbindir/tune.exfat
+%_sbindir/exfat2img
+%_man8dir/*
+%doc NEWS README*
+
+%changelog
+* Fri May 19 2023 Yuri N. Sedunov <aris@altlinux.org> 1.2.1-alt1
+- 1.2.1
+
+* Tue Nov 01 2022 Yuri N. Sedunov <aris@altlinux.org> 1.2.0-alt1
+- 1.2.0
+
+* Wed Nov 17 2021 Yuri N. Sedunov <aris@altlinux.org> 1.1.3-alt1
+- 1.1.3
+
+* Thu May 20 2021 Yuri N. Sedunov <aris@altlinux.org> 1.1.2-alt1
+- 1.1.2
+
+* Thu May 13 2021 Yuri N. Sedunov <aris@altlinux.org> 1.1.1-alt2
+- moved utilities to /sbin (ALT #40043)
+
+* Thu May 13 2021 Yuri N. Sedunov <aris@altlinux.org> 1.1.1-alt1.1
+- Obsoletes: exfat-utils (ALT #40035)
+
+* Wed Apr 21 2021 Yuri N. Sedunov <aris@altlinux.org> 1.1.1-alt1
+- 1.1.1
+
+* Tue Feb 09 2021 Yuri N. Sedunov <aris@altlinux.org> 1.1.0-alt1
+- 1.1.0
+
+* Tue Jan 26 2021 Yuri N. Sedunov <aris@altlinux.org> 1.0.4-alt1
+- 1.0.4
+
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009