Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1493899
 поиск   регистрация   авторизация 
 
Группа :: Система/Библиотеки
Пакет: libmemcache

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

Summary: A high performance C API for memcached
Name: libmemcache
Version: 1.4.0.b9
Release: alt0.M24.1

Summary: A high performance C API for memcached
Group: System/Libraries
License: BSD
Url: http://people.freebsd.org/~seanc/libmemcache/
Packager: LAKostis <lakostis at altlinux.org>
Source0: http://people.freebsd.org/~seanc/libmemcache/%name-%version.tar.bz2

Patch1: %name-1.4.0.b9-alt-test.patch

%def_disable static

BuildRequires: check

%description
libmemcache is the C API for memcached(8), a high-performance,
distributed memory object caching system.

%package devel
Summary: Development %name library, its header files and documentation
Group: Development/C
Provides: memcache-devel
Requires: %name = %version-%release

%package devel-static
Summary: Static %name library
Group: Development/C
Requires: %name-devel = %version-%release

%description devel
libmemcache is the C API for memcached(8), a high-performance,
distributed memory object caching system.

This package contains the header files and
development library for use in developing applications that use the
%name library.

%description devel-static
libmemcache is the C API for memcached(8), a high-performance,
distributed memory object caching system.

This package contains the static %name library.

%prep
%setup -q
%patch1 -p1

%build
touch README NEWS AUTHORS
autoreconf -fisv
%configure %{subst_enable static}
%make_build CFLAGS="%optflags_shared"

%install
%makeinstall

%post -p %post_ldconfig
%postun -p %postun_ldconfig

%files
%doc ChangeLog INSTALL
%_libdir/*.so.*

%files devel
%_includedir/*
%_libdir/*.so

%if_enabled static
%files devel-static
%_libdir/*.a
%endif

%changelog

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

 
design & coding: Vladimir Lettiev aka crux © 2004-2005