Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37857917
en ru br
ALT Linux repos
S:1.0.74-alt0.1

Group :: System/Libraries
RPM: libglibutil

 Main   Changelog   Spec   Patches   Sources   Download   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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin