libgbinder/libgbinder.spec

63 lines
1.6 KiB
RPMSpec
Raw Normal View History

Name: libgbinder
Version: 1.1.41
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
* Wed Nov 13 2024 Automatic Build System <autodist@openmamba.org> 1.1.41-1mamba
- automatic version update by autodist
* Wed Sep 18 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.40-1mamba
- package created using the webbuild interface