Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37562568
en ru br
Репозитории ALT
S:1.4.0.rc2-alt3.qa1
5.1: 1.4.0.rc2-alt2
4.1: 1.4.0.rc2-alt1
4.0: 1.4.0.rc2-alt0.M40.1
3.0:
+backports:1.4.0.b9-alt0.M30.1
www.altlinux.org/Changes

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

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

%def_disable static

Name: libmemcache
Version: 1.4.0.rc2
Release: alt3.qa1

Summary: A high performance C API for memcached
License: BSD
Group: System/Libraries
Url: http://people.freebsd.org/~seanc/libmemcache/

Source: %name-%version-%release.tar
Packager: Sergey Bolshakov <sbolshakov at altlinux.ru>

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

%build
%configure %{subst_enable static}
%make_build CFLAGS="%optflags_shared"

%install
%makeinstall

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

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

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

%changelog

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

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