|
|
@ -8,7 +8,7 @@
|
|
|
|
Name: ntfs-3g
|
|
|
|
Name: ntfs-3g
|
|
|
|
Summary: Linux NTFS userspace driver
|
|
|
|
Summary: Linux NTFS userspace driver
|
|
|
|
Version: 2011.4.12
|
|
|
|
Version: 2011.4.12
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
Group: System Environment/Base
|
|
|
|
Group: System Environment/Base
|
|
|
|
Source0: http://tuxera.com/opensource/%{name}_ntfsprogs-%{version}%{?subver}.tgz
|
|
|
|
Source0: http://tuxera.com/opensource/%{name}_ntfsprogs-%{version}%{?subver}.tgz
|
|
|
@ -45,7 +45,7 @@ Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: pkgconfig
|
|
|
|
Provides: ntfsprogs-devel = %{epoch}:%{version}-%{release}
|
|
|
|
Provides: ntfsprogs-devel = %{epoch}:%{version}-%{release}
|
|
|
|
Obsoletes: ntfsprogs-devel
|
|
|
|
Obsoletes: ntfsprogs-devel < %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
Headers and libraries for developing applications that use ntfs-3g
|
|
|
|
Headers and libraries for developing applications that use ntfs-3g
|
|
|
@ -57,6 +57,8 @@ Group: System Environment/Base
|
|
|
|
# We don't really provide this. This code is dead and buried now.
|
|
|
|
# We don't really provide this. This code is dead and buried now.
|
|
|
|
Provides: ntfsprogs-gnomevfs = %{epoch}:%{version}-%{release}
|
|
|
|
Provides: ntfsprogs-gnomevfs = %{epoch}:%{version}-%{release}
|
|
|
|
Obsoletes: ntfsprogs-gnomevfs
|
|
|
|
Obsoletes: ntfsprogs-gnomevfs
|
|
|
|
|
|
|
|
# Needed to fix multilib issue
|
|
|
|
|
|
|
|
Obsoletes: ntfsprogs < %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description -n ntfsprogs
|
|
|
|
%description -n ntfsprogs
|
|
|
|
The ntfsprogs package currently consists of a library and utilities such as
|
|
|
|
The ntfsprogs package currently consists of a library and utilities such as
|
|
|
@ -178,6 +180,9 @@ cp -a %{SOURCE1} %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/
|
|
|
|
%{_mandir}/man8/ntfs[^m][^o]*.8*
|
|
|
|
%{_mandir}/man8/ntfs[^m][^o]*.8*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon May 9 2011 Tom Callaway <spot@fedoraproject.org> - 2:2011.4.12-3
|
|
|
|
|
|
|
|
- add Obsoletes to resolve multi-lib upgrade issue (bz702671)
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Apr 25 2011 Tom Callaway <spot@fedoraproject.org> - 2:2011.4.12-2
|
|
|
|
* Mon Apr 25 2011 Tom Callaway <spot@fedoraproject.org> - 2:2011.4.12-2
|
|
|
|
- add --enable-extras flag (and use it) to ensure proper binary installation
|
|
|
|
- add --enable-extras flag (and use it) to ensure proper binary installation
|
|
|
|
|
|
|
|
|
|
|
|