Name: ntfs-3g Version: 20070714 Release: alt1.BETA Summary: third generation Linux NTFS driver URL: http://mlf.linux.rulez.org/mlf/ezaz/ Group: System/Kernel and hardware License: GPL Source0: http://mlf.linux.rulez.org/mlf/ezaz/%name-%version-BETA.tgz Patch0: %name-%version-BETA-rpm.patch Packager: Igor Zubkov Requires: lib%name = %version-%release # Automatically added by buildreq on Tue Jul 18 2006 BuildRequires: gcc-c++ glibc-devel-static libfuse-devel linux-libc-headers 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. This package contains utils for %name. %package -n lib%name Summary: Shared libraries for %name Summary(ru_RU.KOI8-R): Динамические версии библиотек для %name Group: System/Libraries %description -n lib%name 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. This package contains shared libraries for %name. %package -n lib%name-devel Summary: Development files for %name Summary(ru_RU.KOI8-R): Файлы разработчика приложений, использующих %name Group: Development/C %description -n lib%name-devel 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. This package contains header files for %name. %package -n lib%name-devel-static Summary: Static libraries for %name Summary(ru_RU.KOI8-R): Статические версии библиотек для %name Group: Development/C PreReq: %name-devel = %version-%release %description -n lib%name-devel-static 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. This package contains development libraries required for packaging statically linked %name-based software. %prep %setup -q -n %name-%version-BETA %patch0 -p1 %make distclean %build %__autoreconf export FLAGS="%optflags -DNDEBUG -DNO_DEBUG -D_GNU_SOURCE $__STDC_VERSION__ " %configure %make_build %install %make_install DESTDIR=%buildroot install %post %post_ldconfig_lib %files /sbin/mount.ntfs-3g %_bindir/ntfs-3g %_man8dir/* %files -n lib%name %_libdir/lib*.so.* %files -n lib%name-devel %_libdir/lib*.so %dir %_includedir/ntfs/ %_includedir/ntfs/*.h %files -n lib%name-devel-static %_libdir/lib*.a %changelog * Tue Jul 18 2006 Igor Zubkov 20070714-alt1.BETA - total spec clean up * Mon Jul 17 2006 20070714-BETA - 2006/07/14: ntfs-3g beta is released.