[packages/fuse-zip] new
atler
atler at pld-linux.org
Thu Nov 6 22:35:37 CET 2025
commit a360e04ff86e3a2aedd65c17f04e592ec42bf9d5
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Nov 6 22:34:14 2025 +0100
new
fuse-zip.spec | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
---
diff --git a/fuse-zip.spec b/fuse-zip.spec
new file mode 100644
index 0000000..17d06dc
--- /dev/null
+++ b/fuse-zip.spec
@@ -0,0 +1,52 @@
+%define commit 9b01842a149d
+
+Summary: FUSE filesystem to mount ZIP archives with write support
+Name: fuse-zip
+Version: 0.7.2
+Release: 1
+License: GPL v3+
+Group: Applications/System
+#Source0Download: https://bitbucket.org/agalanin/fuse-zip/downloads/?tab=tags
+Source0: https://bitbucket.org/agalanin/fuse-zip/get/9b01842a149d.tar.bz2?/%{name}-%{version}.tar.bz2
+# Source0-md5: 8a6a14df10da931724bc4ee9c68ce4ae
+URL: https://bitbucket.org/agalanin/fuse-zip
+BuildRequires: libfuse-devel >= 2.7
+BuildRequires: libstdc++-devel >= 6:4.8.1
+BuildRequires: libzip-devel >= 1.0
+BuildRequires: pkgconfig
+Requires: libfuse >= 2.7
+Requires: libfuse-tools >= 2.7
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+fuse-zip is a FUSE file system to navigate, extract, create and modify
+ZIP and ZIP64 archives based on libzip implemented in C++.
+
+%prep
+%setup -q -n agalanin-fuse-zip-%{commit}
+
+%build
+%{__make} \
+ CXX="%{__cxx}" \
+ CXXFLAGS="%{rpmcxxflags} -std=c++11" \
+ LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT \
+ bindir="%{_bindir}" \
+ datarootdir="%{_datadir}" \
+ mandir="%{_mandir}"
+
+%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/doc/fuse-zip
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md changelog
+%attr(755,root,root) %{_bindir}/fuse-zip
+%{_mandir}/man1/fuse-zip.1*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fuse-zip.git/commitdiff/a360e04ff86e3a2aedd65c17f04e592ec42bf9d5
More information about the pld-cvs-commit
mailing list