2024-09-18 21:51:39 +02:00
|
|
|
Name: libgbinder
|
2024-11-13 18:56:10 +01:00
|
|
|
Version: 1.1.41
|
2024-09-18 21:51:39 +02:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: GLib-style interface to binder (Android IPC mechanism)
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
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
|
2024-11-13 18:56:10 +01:00
|
|
|
* Wed Nov 13 2024 Automatic Build System <autodist@openmamba.org> 1.1.41-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-18 21:51:39 +02:00
|
|
|
* Wed Sep 18 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.40-1mamba
|
|
|
|
- package created using the webbuild interface
|