Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37635961
en ru br
Репозитории ALT
S:1.16-alt1
5.1: 1.08-alt2
www.altlinux.org/Changes

Группа :: Система/Библиотеки
Пакет: liblockfile

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

Name: liblockfile
Version: 1.09
Release: alt1

Summary: NFS-safe locking library, includes dotlockfile program
License: LGPL v2+ (library), GPL v2+ (dotlockfile)
URL: http://www.t2-project.org/packages/liblockfile.html
Group: System/Libraries

#http://ftp.debian.org/debian/pool/main/libl/liblockfile/%{name}_%version.orig.tar.gz

Source: %name-%version.tar

%description
Liblockfile is a shared library with NFS-safe locking functions. It
includes the command-line utility ``dotlockfile''.

%package devel
Summary: Header files for liblockfile library
License: LGPL v2+
Group: Development/C
Requires: %name = %version-%release

%description devel
This is a development package for liblockfile. It includes headers and
documentation.

%prep
%setup

%build
%autoreconf
%configure \
--enable-shared \
--with-mailgroup

%make

%install
install -d %buildroot{%_libdir,%_bindir,%_includedir,%_mandir/man{1,3}}

%make_install install \
MAILGROUP=%(id -gn) \
ROOT=%buildroot

ln -sf $(basename %buildroot%_libdir/liblockfile.so.1.*) %buildroot%_libdir/liblockfile.so.1

%files
%doc COPYRIGHT README
%_bindir/dotlockfile
%_libdir/liblockfile.so.*.*
%ghost %_libdir/liblockfile.so.1
%_man1dir/dotlockfile.1*

%files devel
%_libdir/liblockfile.so
%_includedir/lockfile.h
%_includedir/maillock.h
%_man3dir/lockfile_create.3*
%_man3dir/maillock.3*

%changelog

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

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