Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37555274
en ru br
Репозитории ALT

Группа :: Базы Данных
Пакет: sqlite3-icu

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

Name: sqlite3-icu
Version: 1.7
Release: alt2

Summary: SQLite 'ICU' extension integration of the 'International Components for Unicode' library
License: Public Domain
Group: Databases
URL: https://sqlite.org/src/tree?name=ext/icu

Patch0: icu.patch
Source: %name-%version.tar

BuildRequires: libicu-devel libsqlite3-devel

%description
SQLite's built-in implementations of these two functions only provide
case mapping for the 26 letters used in the English language. The ICU
based functions provided by this extension provide case mapping, where
defined, for the full range of unicode characters.

%prep
%setup
%patch -p2

%build
gcc -shared icu.c  -fPIC  `icu-config --ldflags` -o libSqliteIcu.so

%install
install -pD -m755 libSqliteIcu.so %buildroot%_libdir/sqlite3/libSqliteIcu.so

%files
%dir %_libdir/sqlite3
%_libdir/sqlite3/libSqliteIcu.so
%doc README.txt

%changelog

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

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