ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Igor Zubkov <icesik@mail.ru>
To: ALT Linux Sisyphus discussion list <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] NTFS rw - дождались...
Date: Tue, 18 Jul 2006 13:01:05 +0300
Message-ID: <200607181301.09065.icesik@mail.ru> (raw)
In-Reply-To: <200607181221.42559.icesik@mail.ru>


[-- Attachment #1.1: Type: text/plain, Size: 375 bytes --]

В сообщении от 18 июля 2006 12:21 Igor Zubkov написал(a):
> > Забыл ldconfig после установки
>
> Как вы это умудрились собрать? Следы buildreq в спеке есть, но оно не
> собирается. Требует libfuse-devel. Сейчас поставлю и попробую ещё раз
> собрать.

Собралось. Кинул в Дедал. Для тех кому не охота ждать, спек приложен.

-- 
Placebo - Allergic (To Thoughts Of Mother Earth)

[-- Attachment #1.2: ntfs-3g.spec --]
[-- Type: text/plain, Size: 5993 bytes --]

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 <icesik@altlinux.ru>

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 <icesik@altlinux.ru> 20070714-alt1.BETA
- total spec clean up

* Mon Jul 17 2006 <hihin_cat_narod_dot_ru> 20070714-BETA
- 2006/07/14: ntfs-3g beta is released.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2006-07-18 10:01 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-17  8:37 Шишков Евгений Витальевич
2006-07-17  8:49 ` Шенцев Алексей Владимирович
2006-07-17  9:06   ` Шишков Евгений Витальевич
2006-07-17  9:07     ` Шенцев Алексей Владимирович
2006-07-17  9:37       ` Шишков Евгений Витальевич
2006-07-17 10:41       ` Шишков Евгений Витальевич
2006-07-17 18:59         ` Хихин Руслан
2006-07-17 19:50           ` Хихин Руслан
2006-07-17 20:01             ` Хихин Руслан
2006-07-18  9:21               ` Igor Zubkov
2006-07-18 10:01                 ` Igor Zubkov [this message]
2006-07-18 10:10                   ` Andrei Bulava
2006-07-18 10:44                     ` Igor Zubkov
2006-07-18 11:30                       ` Andrei Bulava
2006-07-18 17:15                       ` Хихин Руслан
2006-07-18 17:47                         ` Igor Zubkov
2006-07-18 18:08                         ` Andrey Rahmatullin
2006-07-18 18:51                       ` Хихин Руслан
2006-07-18  8:37             ` Igor Zubkov
2006-07-18  4:59           ` Шишков Евгений Витальевич
2006-07-18  8:33           ` Igor Zubkov
2006-07-19  6:18             ` Шишков Евгений Витальевич

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200607181301.09065.icesik@mail.ru \
    --to=icesik@mail.ru \
    --cc=sisyphus@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git