[packages/apfs-fuse] - new; cmake patch to use build type specified from spec

qboosh qboosh at pld-linux.org
Sun Mar 19 17:11:54 CET 2023


commit f0ec545e2a74e942bba11c4db9be9477771cd4c2
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Mar 19 17:14:03 2023 +0100

    - new; cmake patch to use build type specified from spec

 apfs-fuse-cmake.patch | 10 +++++++
 apfs-fuse.spec        | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 83 insertions(+)
---
diff --git a/apfs-fuse.spec b/apfs-fuse.spec
new file mode 100644
index 0000000..b271e31
--- /dev/null
+++ b/apfs-fuse.spec
@@ -0,0 +1,73 @@
+Summary:	APFS FUSE Driver for Linux
+Summary(pl.UTF-8):	Sterownik APFS FUSE dla Linuksa
+Name:		apfs-fuse
+Version:	0
+%define	gitref	66b86bd525e8cb90f9012543be89b1f092b75cf3
+%define	snap	20230313
+%define	rel	1
+Release:	0.%{snap}.%{rel}
+License:	GPL v2
+Group:		Applications/System
+Source0:	https://github.com/sgan81/apfs-fuse/archive/%{gitref}/%{name}-%{snap}.tar.gz
+# Source0-md5:	d0c3a601dd7e3e8f8f7ef4f4ab244efa
+%define	lzfse_gitref	e634ca58b4821d9f3d560cdc6df5dec02ffc93fd
+Source1:	https://github.com/lzfse/lzfse/archive/%{lzfse_gitref}/lzfse-%{lzfse_gitref}.tar.gz
+# Source1-md5:	e5533c906e31ec2ac6a3c412342d885f
+Patch0:		%{name}-cmake.patch
+URL:		https://github.com/sgan81/apfs-fuse
+BuildRequires:	bzip2-devel
+BuildRequires:	cmake >= 3.0
+BuildRequires:	libfuse3-devel >= 3
+BuildRequires:	libstdc++-devel >= 6:4.7
+BuildRequires:	zlib-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This project is a read-only FUSE driver for the new Apple File System.
+It also supports software encrypted volumes and fusion drives.
+Firmlinks are not supported yet.
+
+Be aware that not all compression methods are supported yet (only the
+ones encountered by author so far). Thus, the driver may return
+compressed files instead of uncompressed ones. Although most of the
+time it should just report an error.
+
+%description -l pl.UTF-8
+Ten projekt to sterownik do nowego systemu plików APFS (Apple File
+System), działający w trybie tylko do odczytu. Obsługuje zaszyfrowane
+programowo wolumeny oraz napędy łączone. Firmlinki nie są jeszcze
+obsługiwane.
+
+Uwaga: obecnie nie wszystkie metody kompresji są obsługiwane (tylko
+te, które napotkał autor) - więc sterownik może zwrócić skompresowane
+pliki zamiast zdekompresowanych; choć w większości przypadków powinien
+tylko zgłosić błąd.
+
+%prep
+%setup -q -n %{name}-%{gitref}
+%patch0 -p1
+
+tar xf %{SOURCE1} -C 3rdparty/lzfse --strip-components=1
+
+%build
+install -d build
+cd build
+%cmake .. \
+	-DBUILD_SHARED_LIBS=OFF
+
+%{__make}
+
+%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
+%attr(755,root,root) %{_bindir}/apfs-fuse
+%attr(755,root,root) %{_bindir}/apfsutil
diff --git a/apfs-fuse-cmake.patch b/apfs-fuse-cmake.patch
new file mode 100644
index 0000000..e17e95f
--- /dev/null
+++ b/apfs-fuse-cmake.patch
@@ -0,0 +1,10 @@
+--- apfs-fuse-66b86bd525e8cb90f9012543be89b1f092b75cf3/CMakeLists.txt.orig	2023-03-12 19:21:57.000000000 +0100
++++ apfs-fuse-66b86bd525e8cb90f9012543be89b1f092b75cf3/CMakeLists.txt	2023-03-19 17:05:31.399264479 +0100
+@@ -8,7 +8,6 @@ option(USE_FUSE3 "Use the FUSE 3 library
+ 
+ set(CMAKE_C_STANDARD 99)
+ set(CMAKE_CXX_STANDARD 11)
+-set(CMAKE_BUILD_TYPE Release)
+ 
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra")
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apfs-fuse.git/commitdiff/f0ec545e2a74e942bba11c4db9be9477771cd4c2



More information about the pld-cvs-commit mailing list