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

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

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

Name:    libhangul
Version: 0.1.0
Release: alt1

License: LGPLv2+
Url:     http://kldp.net/projects/hangul/
# url changes every release
Source0:  http://kldp.net/frs/download.php/5417/libhangul-%version.tar.gz
Packager: Ilya Mashkin <oddity at altlinux.ru>

BuildRequires: chrpath

Summary: Hangul input library
Group:   System/Libraries
%description
libhangul provides common features for Hangul input method programs.

%package devel
Summary: Development files for libhangul
Group:   Development/Other
Requires: %name = %version-%release
Requires: pkgconfig

%description devel
This package contains development files necessary to develop programs
providing Hangul input.

%prep
%setup -q

%build
%configure --disable-static

make %{?_smp_mflags}

%install
%makeinstall_std

rm %buildroot%_libdir/%name.la
chrpath -d %buildroot%_bindir/hangul

%find_lang %name

%files -f %name.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%_bindir/hangul
%_libdir/lib*.so.*
%_datadir/%name

%files devel
%_includedir/hangul-*
%_libdir/pkgconfig/*.pc
%_libdir/*.so

%changelog

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

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