代码拉取完成,页面将自动刷新
Name: squashfuse
Version: 0.1.105
Release: 1
Summary: FUSE filesystem to mount squashfs archives
License: BSD
URL: https://github.com/vasi/squashfuse
Source0: https://github.com/vasi/squashfuse/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: make
BuildRequires: autoconf, automake, fuse, fuse-devel, gcc, libattr-devel, libtool, libzstd-devel, lz4-devel, xz-devel, zlib-devel
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%description
Squashfuse lets you mount SquashFS archives in user-space. It supports almost
all features of the SquashFS format, yet is still fast and memory-efficient.
SquashFS is an efficiently compressed, read-only storage format. Support for it
has been built into the Linux kernel since 2009. It is very common on Live CDs
and embedded Linux distributions.
%package devel
Summary: Development files for %{name}
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%description devel
Libraries and header files for developing applications that use %{name}.
%package libs
Summary: Libraries for %{name}
%description libs
Libraries for running %{name} applications.
%prep
%autosetup -p1
%build
./autogen.sh
%configure --disable-static --disable-demo
%make_build
%install
%make_install
find %{buildroot} -name '*.la' -print -delete
%files
%license LICENSE
%{_bindir}/*
%{_mandir}/man1/*
%files devel
%{_includedir}/squashfuse/
%{_libdir}/pkgconfig/squashfuse.pc
%{_libdir}/pkgconfig/squashfuse_ll.pc
%{_libdir}/*.so
%files libs
%{_libdir}/*.so.*
%ldconfig_scriptlets libs
%changelog
* Sat Feb 25 2023 Yikun<[email protected]> - 0.1.105-1
- Init package
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。