Bring current, fix bugs, circle of life.

epel9
Tom Callaway 18 years ago
parent eb5255c665
commit a4acea1ff4

@ -1 +1,2 @@
ntfs-3g-20070920-BETA.tgz
ntfs-3g-0.20070102-BETA.tgz

@ -0,0 +1,10 @@
--- ntfs-3g-0.20070102-BETA/src/Makefile.in.BAD 2007-01-03 15:58:42.000000000 -0600
+++ ntfs-3g-0.20070102-BETA/src/Makefile.in 2007-01-03 15:58:45.000000000 -0600
@@ -582,7 +582,6 @@
install-exec-hook:
$(INSTALL) -d $(DESTDIR)/sbin
$(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)/sbin/mount.ntfs-3g
- $(LDCONFIG)
install-data-hook:
$(INSTALL) -d $(DESTDIR)$(man8dir)

@ -1,14 +1,14 @@
%define buildrev 20070920
%define buildrev 20070102
Name: ntfs-3g
Summary: Linux NTFS userspace driver
Version: 0
Release: 0.5.%{buildrev}%{?dist}
Release: 0.6.%{buildrev}%{?dist}
License: GPL
Group: System Environment/Base
Source0: http://mlf.linux.rulez.org/mlf/ezaz/%{name}-%{buildrev}-BETA.tgz
Patch0: ntfs-3g-20070920-BETA-noldconfig.patch
URL: http://mlf.linux.rulez.org/mlf/ezaz/ntfs-3g-download.html
Source0: http://www.ntfs-3g.org/ntfs-3g-0.%{buildrev}-BETA.tgz
Patch0: ntfs-3g-0.20070102-BETA-noldconfig.patch
URL: http://www.ntfs-3g.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: fuse-devel
Requires: fuse
@ -41,7 +41,7 @@ Headers and libraries for developing applications that use ntfs-3g
functionality.
%prep
%setup -q -n %{name}-%{buildrev}-BETA
%setup -q -n %{name}-0.%{buildrev}-BETA
%patch0 -p1
%build
@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libntfs-3g.so
%changelog
* Wed Jan 3 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1:0-0.6.20070102
- bump to latest version (note that upstream fixed their date mistake)
* Wed Nov 1 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1:0-0.5.20070920
- add an obsoletes for ntfsprogs-fuse
- make some convenience symlinks

@ -1 +1 @@
6382355a472c96e0ed9f4f62d4d9496f ntfs-3g-20070920-BETA.tgz
3f03bae2ef34c7adb7a3aece6c921f94 ntfs-3g-0.20070102-BETA.tgz

Loading…
Cancel
Save