|
|
|
@ -7,14 +7,12 @@
|
|
|
|
|
|
|
|
|
|
Name: ntfs-3g
|
|
|
|
|
Summary: Linux NTFS userspace driver
|
|
|
|
|
Version: 2010.8.8
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 2010.10.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
Source0: http://tuxera.com/opensource/ntfs-3g-%{version}%{?subver}.tgz
|
|
|
|
|
Source1: 20-ntfs-config-write-policy.fdi
|
|
|
|
|
Patch0: ntfs-3g-1.2216-nomtab.patch
|
|
|
|
|
Patch1: ntfs-3g-2010.8.8-context-mount-option.patch
|
|
|
|
|
URL: http://www.ntfs-3g.org/
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
%if %{with_externalfuse}
|
|
|
|
@ -50,8 +48,6 @@ functionality.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %{name}-%{version}%{?subver}
|
|
|
|
|
%patch0 -p1 -b .nomtab
|
|
|
|
|
%patch1 -p1 -b .context
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64"
|
|
|
|
@ -136,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_libdir}/pkgconfig/libntfs-3g.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 11 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2:2010.10.2-1
|
|
|
|
|
- update to 2010.10.2, all patches merged upstream
|
|
|
|
|
|
|
|
|
|
* Thu Sep 9 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2:2010.8.8-2
|
|
|
|
|
- add support for context= mount option (Till Maas) (bz502946)
|
|
|
|
|
|
|
|
|
|