937526c
Name:     ntfs-3g-system-compression
937526c
Summary:  NTFS-3G plugin for reading "system compressed" files
937526c
Version:  1.0
313c163
Release:  3%{?dist}
937526c
License:  GPLv2+
937526c
URL:      https://github.com/ebiggers/ntfs-3g-system-compression
937526c
Source0:  https://github.com/ebiggers/ntfs-3g-system-compression/archive/v%{version}/ntfs-3g-system-compression-%{version}.tar.gz
937526c
937526c
BuildRequires:  gcc
937526c
BuildRequires:  autoconf
937526c
BuildRequires:  automake
937526c
BuildRequires:  libtool
937526c
BuildRequires:  pkgconfig(libntfs-3g) >= 2017.3.23
937526c
BuildRequires:  fuse-devel
937526c
937526c
%description
937526c
System compression, also known as "Compact OS", is a Windows feature that
937526c
allows rarely modified files to be compressed using the XPRESS or LZX
937526c
compression formats. It is not built directly into NTFS but rather is
937526c
implemented using reparse points. This feature appeared in Windows 10 and it
937526c
appears that many Windows 10 systems have been using it by default.
937526c
937526c
This RPM contains a plugin which enables the NTFS-3G FUSE driver to
937526c
transparently read from system-compressed files. Currently, only reading is
937526c
supported. Compressing an existing file may be done by using the "compact"
937526c
utility on Windows.
937526c
937526c
%prep
937526c
%autosetup
937526c
937526c
%build
937526c
autoreconf -i
937526c
%configure
937526c
%make_build
937526c
937526c
%install
937526c
%make_install
937526c
rm -rf %{buildroot}%{_libdir}/ntfs-3g/*.la
937526c
937526c
%files
937526c
%doc README.md
937526c
%license COPYING
937526c
%dir %{_libdir}/ntfs-3g/
937526c
%{_libdir}/ntfs-3g/ntfs-plugin-80000017.so
937526c
937526c
%changelog
313c163
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-3
313c163
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
313c163
b3784fd
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-2
b3784fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
b3784fd
937526c
* Tue Feb 26 2019 Kamil Páral <kparal@redhat.com> - 1.0-1
937526c
- initial package