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

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

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

%define soname 1

Name: libglibutil

Version: 1.0.69
Release: alt0.1
Summary: Library of glib utilities
License: BSD
Group: System/Libraries
Url: https://github.com/sailfishos/libglibutil
Source: %name-%version.tar

BuildRequires: pkgconfig
BuildRequires: pkgconfig(glib-2.0)

%description
Provides glib utility functions and macros

%package -n %{name}%{soname}
Summary: Library of glib utilities
Group: System/Libraries

%description -n %{name}%{soname}
Provides glib utility functions and macros

%package devel
Summary: Development library for %name
Group: Development/C

%description devel
This package contains the development library for %name.

%prep
%setup

%build
make %_smp_mflags CFLAGS="%optflags" LIBDIR=%_libdir KEEP_SYMBOLS=1 release pkgconfig

%install
make LIBDIR=%_libdir DESTDIR=%buildroot install-dev

%check
make -C test test

%files -n %{name}%{soname}
%_libdir/%name.so.*
%doc LICENSE README

%files devel
%dir %_includedir/gutil
%_libdir/pkgconfig/*.pc
%_libdir/%name.so
%_includedir/gutil/*.h

%changelog

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

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