Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:MaxxedSUSE
libgbinder
libgbinder.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libgbinder.spec of Package libgbinder
# # spec file for package libgbinder # # Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %global libname libgbinder1 Name: libgbinder Version: master Release: 0 Summary: GLib-style interface to binder License: BSD-3-Clause URL: https://github.com/mer-hybris/libgbinder Source0: _service Source1: gbinder.conf BuildRequires: pkgconfig(glib-2.0) BuildRequires: libglibutil-devel Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig %description GLib-style interface to binder (Android IPC mechanism) %package -n %{libname} Summary: Library for %{name} Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig %description -n %{libname} Library for %{name}. %package devel Summary: Development library for %{name} Requires: %{libname} = %{version} %description devel This package contains the development library for %{name}. %prep %autosetup -n %{_sourcedir}/%{name}-%{version} -T -D %build %make_build \ LIBDIR=%{_libdir} \ KEEP_SYMBOLS=1 \ release \ pkgconfig %install %make_install \ LIBDIR=%{_libdir} \ DESTDIR=%{buildroot} \ install-dev install -Dm 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/gbinder.conf mkdir %{buildroot}%{_sysconfdir}/gbinder.d mkdir -p "%buildroot/%_docdir/%{libname}" cp -a README "%buildroot/%_docdir/%{libname}" cp -a AUTHORS "%buildroot/%_docdir/%{libname}" mkdir -p "%buildroot/usr/share/licenses/%{libname}" cp -a LICENSE "%buildroot/usr/share/licenses/%{libname}" %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig %files -n %{libname} %_docdir/%{libname} /usr/share/licenses/%{libname} %{_libdir}/%{name}.so.* %dir %{_sysconfdir}/gbinder.d %config(noreplace) %{_sysconfdir}/gbinder.conf %files devel %{_libdir}/pkgconfig/*.pc %{_libdir}/%{name}.so %dir %{_includedir}/gbinder %{_includedir}/gbinder/*.h %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor