Name: ntfs-3g Summary: Integrated Development Environment for C++/C Version: 20070714 Release: BETA URL: http://mlf.linux.rulez.org/mlf/ezaz/ Group: System/Kernel and hardware BuildRoot: %{_tmppath}/%{name}-buildroot License: GPL Source: http://mlf.linux.rulez.org/mlf/ezaz/%{name}-%{version}-%{release}.tgz Patch0: %{name}-%{version}-%{release}-rpm.patch # Automatically added by buildreq on Mon Jul 17 2006 BuildRequires: gcc-c++ gcc-fortran glibc-devel-static pkg-config %description The ntfs-3g driver is an open source, GPL licensed, third generation Linux NTFS driver for 32-bit, little-endian architectures which was implemented by the Linux-NTFS project. 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 includes functionality, quality and performance enhancements. The driver currently is in BETA status: before release of this software we haven't experienced any driver crashes or data loss during our heavy quality testing, however we are aware of some minor issues which will be resolved in the near future. We listed all of them in a below section. Please report any new problem to linux-ntfs-dev@lists.sourceforge.net if it's not listed yet in the latest release of this software. %prep %setup -q -n %{name}-%{version}-%{release} %patch0 -p1 %make distclean autoreconf -ifsm %post %post_ldconfig_lib %build export FLAGS="$RPM_OPT_FLAGS -DNDEBUG -DNO_DEBUG -D_GNU_SOURCE $__STDC_VERSION__ " %configure %install rm -rf $RPM_BUILD_ROOT %make DESTDIR=$RPM_BUILD_ROOT install %files /* %changelog * Mon Jul 17 2006 20070714-BETA - 2006/07/14: ntfs-3g beta is released.