package created using the webbuild interface [release 1.1.40-1mamba;Wed Sep 18 2024]
This commit is contained in:
parent
0896a747ed
commit
f74d2eadbb
@ -1,2 +1,4 @@
|
||||
# libgbinder
|
||||
|
||||
GLib-style interface to binder (Android IPC mechanism).
|
||||
|
||||
|
59
libgbinder.spec
Normal file
59
libgbinder.spec
Normal file
@ -0,0 +1,59 @@
|
||||
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 <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 Sep 18 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.40-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user