Name: libgbinder Version: 1.1.40 Release: 1mamba Summary: GLib-style interface to binder (Android IPC mechanism) Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/mer-hybris/libgbinder Source: https://github.com/mer-hybris/libgbinder.git/%{version}/libgbinder-%{version}.tar.bz2 License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libglib-devel BuildRequires: libglibutil-devel ## AUTOBUILDREQ-END %description GLib-style interface to binder (Android IPC mechanism). %package devel Group: Development/Libraries Summary: Development files for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel This package contains libraries and header files for developing applications that use %{name}. %debug_package %prep %setup -q %build %make STRIP=/bin/true %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall install-dev LIBDIR=%{_libdir} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_libdir}/libgbinder.so.* %doc AUTHORS LICENSE %files devel %defattr(-,root,root) %dir %{_includedir}/gbinder %{_includedir}/gbinder/*.h %{_libdir}/libgbinder.so %{_libdir}/pkgconfig/libgbinder.pc %doc README %changelog * Wed Sep 18 2024 Silvan Calarco 1.1.40-1mamba - package created using the webbuild interface