Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37744292
en ru br
Репозитории ALT
S:2.9.9-alt4
5.1: 2.8.2-alt1
4.1: 2.7.3-alt1
4.0: 2.6.3-alt2
3.0: 2.3-alt1
www.altlinux.org/Changes

Другие репозитории
Upstream:2.7.3

Группа :: Система/Ядро и оборудование
Пакет: fuse

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: fuse
Version: 2.8.2
Release: alt1
Summary: tool for creating virtual filesystems
License: GPL
Group: System/Kernel and hardware
Url: http://sourceforge.net/projects/fuse

Packager: Denis Smirnov <mithraen at altlinux.ru>

Requires: mount >= 2.11
Provides: avfs-fuse
Obsoletes: avfs-fuse

Source: %name-%version.tar
Source1: fusermount-control

Patch0: %name.Makefile.patch
Patch1: %name.udev.patch
Patch2: %name.link.patch
Patch3: %name-2.8.0-alt-mmap.patch

%description
FUSE (Filesystem in USErspace), an excellent tool
for creating custom filesystems with minimal effort.

%package -n lib%name
Group: System/Kernel and hardware
Summary: tool for creating virtual filesystems
Provides: FUSE
Obsoletes: FUSE
Provides: avfs-fuse
Obsoletes: avfs-fuse
Provides: libavfs-fuse
Obsoletes: libavfs-fuse
Requires: %name = %version-%release

%description -n lib%name
FUSE (Filesystem in USErspace), an excellent tool
for creating custom filesystems with minimal effort.

%package -n lib%name-devel
Group: System/Kernel and hardware
Summary: tool for creating virtual filesystems
Requires: lib%name = %version-%release
Provides: libavfs-fuse-devel
Obsoletes: libavfs-fuse-devel

%description -n lib%name-devel
FUSE (Filesystem in USErspace), an excellent tool
for creating custom filesystems with minimal effort.

%prep
%setup -q
%patch0 -p0
%patch1 -p1
%patch2 -p0
%patch3 -p1

%build
%autoreconf
%configure \
--enable-lib \
--enable-util \
--disable-static
%make_build

%install
%make DESTDIR=%buildroot install

mkdir -p %buildroot/%_lib
mv %buildroot%_libdir/lib%name.so.* %buildroot/%_lib/
ln -sf ../../%_lib/lib%name.so.%version %buildroot%_libdir/lib%name.so

install -D %SOURCE1 %buildroot%_sysconfdir/control.d/facilities/fusermount
rm -fr %buildroot%_sysconfdir/init.d

%pre
%_sbindir/groupadd -r -f fuse
if [ $1 -ge 2 ]; then
%_sbindir/control-dump fusermount
fi

%post
if [ $1 -ge 2 ]; then
%_sbindir/control-restore fusermount
fi

%files
%doc AUTHORS ChangeLog NEWS README Filesystems README.NFS
%_sysconfdir/control.d/facilities/fusermount
%_sysconfdir/udev/rules.d/*
/sbin/mount.fuse
%_bindir/fusermount
%_bindir/ulockmgr_server

%files -n lib%name
/%_lib/lib%name.so.*
%_libdir/lib*.so.*

%files -n lib%name-devel
%_includedir/*
%_libdir/lib*.so
%_pkgconfigdir/*.pc

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin