[packages/kio-fuse] - new
qboosh
qboosh at pld-linux.org
Thu Jun 12 20:39:39 CEST 2025
commit 3262c8f635e75e35ff4fc8c6fad2dd84dac7da33
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Jun 12 20:28:41 2025 +0200
- new
kio-fuse.spec | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)
---
diff --git a/kio-fuse.spec b/kio-fuse.spec
new file mode 100644
index 0000000..e2f1641
--- /dev/null
+++ b/kio-fuse.spec
@@ -0,0 +1,62 @@
+#
+# Conditional build:
+%bcond_with tests # test suite
+
+%define kf_ver 5.96
+%define qt_ver 5.15
+Summary: FUSE interface for KIO
+Summary(pl.UTF-8): Interfejs FUSE dla KIO
+Name: kio-fuse
+Version: 5.1.0
+Release: 1
+License: GPL v3+
+Group: X11/Applications
+#Source0Download: https://github.com/KDE/kio-fuse/tags
+Source0: https://github.com/KDE/kio-fuse/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 9b20d42e0ef3ea7686da694796ca0261
+URL: https://github.com/KDE/kio-fuse
+BuildRequires: Qt5Core-devel >= %{qt_ver}
+%{?with_tests:BuildRequires: Qt5DBus-devel >= %{qt_ver}}
+%{?with_tests:BuildRequires: Qt5Test-devel >= %{qt_ver}}
+BuildRequires: cmake >= 3.16
+BuildRequires: kf5-extra-cmake-modules >= %{kf_ver}
+BuildRequires: kf5-kcoreaddons-devel >= %{kf_ver}
+BuildRequires: kf5-kio-devel >= %{kf_ver}
+BuildRequires: libfuse3-devel
+BuildRequires: libstdc++-devel >= 6:7
+BuildRequires: pkgconfig
+Requires: Qt5Core >= %{qt_ver}
+Requires: kf5-kcoreaddons >= %{kf_ver}
+Requires: kf5-kio >= %{kf_ver}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FUSE interface for KIO.
+
+%description -l pl.UTF-8
+Interfejs FUSE dla KIO.
+
+%prep
+%setup -q
+
+%build
+%cmake -B build \
+ %{!?with_tests:-DBUILD_TESTING=OFF}
+
+%{__make} -C build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md TODO
+%attr(755,root,root) %{_libexecdir}/kio-fuse
+%{systemduserunitdir}/kio-fuse.service
+%{systemdtmpfilesdir}/kio-fuse-tmpfiles.conf
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kio-fuse.git/commitdiff/3262c8f635e75e35ff4fc8c6fad2dd84dac7da33
More information about the pld-cvs-commit
mailing list