[packages/fuse-trackfs] - new

baggins baggins at pld-linux.org
Wed Jun 10 01:12:53 CEST 2026


commit 8b085712d0416a5f4156760a288ca2a6ed474ec1
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Wed Jun 10 01:12:32 2026 +0200

    - new

 fuse-trackfs.spec | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
---
diff --git a/fuse-trackfs.spec b/fuse-trackfs.spec
new file mode 100644
index 0000000..e37a637
--- /dev/null
+++ b/fuse-trackfs.spec
@@ -0,0 +1,48 @@
+Summary:	A FUSE filesystem that splits FLAC+CUE files into individual tracks
+Name:		fuse-trackfs
+Version:	0.2.6
+Release:	1
+License:	LGPL v3
+Group:		Applications/System
+Source0:	https://github.com/andresch/trackfs/archive/v%{version}/trackfs-%{version}.tar.gz
+# Source0-md5:	23c0206153a4a62d63e58d1bed681776
+URL:		https://github.com/andresch/trackfs
+BuildRequires:	python3-modules >= 1:3.2
+BuildRequires:	python3-setuptools
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.714
+Requires:	python3-modules >= 1:3.2
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+trackfs is a read-only FUSE filesystem that splits audio files that
+contain full albums into individual FLAC files per track.
+
+trackfs supports three flavors of album files:
+
+    FLAC files with embedded cuesheets (FLAC+CUE)
+    FLAC files with accompanying cuesheet
+    WAVE files with accompanying cuesheet
+
+%prep
+%setup -q -n trackfs-%{version}
+
+%build
+%py3_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md README.py.md
+%attr(755,root,root) %{_bindir}/trackfs
+%{py3_sitescriptdir}/trackfs/*.py
+%{py3_sitescriptdir}/trackfs/__pycache__
+%{py3_sitescriptdir}/trackfs-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fuse-trackfs.git/commitdiff/8b085712d0416a5f4156760a288ca2a6ed474ec1



More information about the pld-cvs-commit mailing list