From a4acea1ff48527639cac02fe39f6fef8eb549d34 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 3 Jan 2007 22:03:25 +0000 Subject: [PATCH] Bring current, fix bugs, circle of life. --- .cvsignore | 1 + ntfs-3g-0.20070102-BETA-noldconfig.patch | 10 ++++++++++ ntfs-3g.spec | 15 +++++++++------ sources | 2 +- 4 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 ntfs-3g-0.20070102-BETA-noldconfig.patch diff --git a/.cvsignore b/.cvsignore index 65d3cf6..77270cf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ ntfs-3g-20070920-BETA.tgz +ntfs-3g-0.20070102-BETA.tgz diff --git a/ntfs-3g-0.20070102-BETA-noldconfig.patch b/ntfs-3g-0.20070102-BETA-noldconfig.patch new file mode 100644 index 0000000..c73ef85 --- /dev/null +++ b/ntfs-3g-0.20070102-BETA-noldconfig.patch @@ -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) diff --git a/ntfs-3g.spec b/ntfs-3g.spec index 7bed6eb..47f57cd 100644 --- a/ntfs-3g.spec +++ b/ntfs-3g.spec @@ -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 1:0-0.6.20070102 +- bump to latest version (note that upstream fixed their date mistake) + * Wed Nov 1 2006 Tom "spot" Callaway 1:0-0.5.20070920 - add an obsoletes for ntfsprogs-fuse - make some convenience symlinks diff --git a/sources b/sources index d91bbce..c50b48e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6382355a472c96e0ed9f4f62d4d9496f ntfs-3g-20070920-BETA.tgz +3f03bae2ef34c7adb7a3aece6c921f94 ntfs-3g-0.20070102-BETA.tgz