rpms/ntfs-3g/devel ntfs-3g-20070920-BETA-noldconfig.patch, NONE, 1.1 ntfs-3g.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Oct 20 19:44:05 UTC 2006


Author: spot

Update of /cvs/extras/rpms/ntfs-3g/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19217/devel

Modified Files:
	.cvsignore sources 
Added Files:
	ntfs-3g-20070920-BETA-noldconfig.patch ntfs-3g.spec 
Log Message:
auto-import ntfs-3g-0-0.3.20070920.fc6 on branch devel from ntfs-3g-0-0.3.20070920.fc6.src.rpm

ntfs-3g-20070920-BETA-noldconfig.patch:

--- NEW FILE ntfs-3g-20070920-BETA-noldconfig.patch ---
--- ntfs-3g-20070920-BETA/src/Makefile.in.BAD	2006-10-15 19:15:01.000000000 -0500
+++ ntfs-3g-20070920-BETA/src/Makefile.in	2006-10-15 19:15:08.000000000 -0500
@@ -579,7 +579,6 @@ libs:
 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)


--- NEW FILE ntfs-3g.spec ---
%define buildrev 20070920

Name:		ntfs-3g
Summary: 	Linux NTFS userspace driver 
Version:	0
Release:	0.3.%{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
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	fuse-devel
Requires:	fuse
Epoch:		1

%description
The ntfs-3g driver is an open source, GPL licensed, third generation 
Linux NTFS driver. It provides full read-write access to NTFS, excluding 
access to encrypted files, writing compressed files, changing file 
ownership, access right.

Technically it’s based on and a major improvement to the third 
generation Linux NTFS driver, ntfsmount. The improvements include 
functionality, quality and performance enhancements.

ntfs-3g features are being merged to ntfsmount. In the meanwhile, 
ntfs-3g is currently the only free, as in either speech or beer, NTFS 
driver for Linux that supports unlimited file creation and deletion.

%package devel
Summary:	Development files and libraries for ntfs-3g
Group:		Development/Libraries
Requires:	%{name} = %{epoch}:%{version}-%{release}

%description devel
Headers and libraries for developing applications that use ntfs-3g 
functionality.

%prep
%setup -q -n %{name}-%{buildrev}-BETA
%patch0 -p1

%build
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la

# make the symlink an actual copy to avoid confusion
rm -rf $RPM_BUILD_ROOT/sbin/mount.ntfs-3g
cp -a $RPM_BUILD_ROOT%{_bindir}/ntfs-3g $RPM_BUILD_ROOT/sbin/mount.ntfs-3g

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING CREDITS NEWS README
/sbin/mount.ntfs-3g
%{_bindir}/ntfs-3g
%{_libdir}/libntfs-3g.so.*
%{_mandir}/man8/*

%files devel
%defattr(-,root,root,-)
%{_includedir}/ntfs-3g/
%{_libdir}/libntfs-3g.so

%changelog
* Mon Oct 16 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1:0-0.3.20070920
- add explicit Requires on fuse

* Mon Oct 16 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1:0-0.2.20070920
- fixed versioning (bumped epoch, since it now shows as older)
- change sbin symlink to actual copy to be safe

* Sun Oct 15 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.1.20070920-1
- Initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ntfs-3g/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Oct 2006 19:42:52 -0000	1.1
+++ .cvsignore	20 Oct 2006 19:43:35 -0000	1.2
@@ -0,0 +1 @@
+ntfs-3g-20070920-BETA.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ntfs-3g/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Oct 2006 19:42:52 -0000	1.1
+++ sources	20 Oct 2006 19:43:35 -0000	1.2
@@ -0,0 +1 @@
+6382355a472c96e0ed9f4f62d4d9496f  ntfs-3g-20070920-BETA.tgz




More information about the scm-commits mailing list