2024-01-06 08:06:37 +01:00
|
|
|
Name: ofono
|
2024-11-13 19:13:57 +01:00
|
|
|
Version: 2.12
|
2024-01-06 08:06:37 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Infrastructure for building mobile telephony (GSM/UMTS) applications
|
|
|
|
Group: System/Kernel and Hardware
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 08:06:37 +01:00
|
|
|
URL: https://git.kernel.org/pub/scm/network/ofono/ofono.git
|
2024-01-06 08:06:37 +01:00
|
|
|
Source: https://www.kernel.org/pub/linux/network/ofono/ofono-%{version}.tar.xz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libdbus-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libudev-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Infrastructure for building mobile telephony (GSM/UMTS) applications.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post
|
|
|
|
%systemd_post ofono
|
|
|
|
:
|
|
|
|
|
|
|
|
%preun
|
|
|
|
%systemd_preun ofono
|
|
|
|
:
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%systemd_postun ofono
|
|
|
|
:
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%config(noreplace) %{_sysconfdir}/ofono/phonesim.conf
|
|
|
|
%{_sysconfdir}/dbus-1/system.d/ofono.conf
|
|
|
|
%{_sbindir}/ofonod
|
2024-02-22 20:00:49 +01:00
|
|
|
%{_unitdir}/ofono.service
|
|
|
|
%dir %{_datadir}/ofono
|
|
|
|
%{_datadir}/ofono/provision.db
|
2024-01-06 08:06:37 +01:00
|
|
|
%{_mandir}/man8/ofonod.8*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/ofono
|
|
|
|
%{_includedir}/ofono/*
|
|
|
|
%{_libdir}/pkgconfig/ofono.pc
|
|
|
|
%doc ChangeLog README TODO
|
|
|
|
|
|
|
|
%changelog
|
2024-11-13 19:13:57 +01:00
|
|
|
* Wed Nov 13 2024 Automatic Build System <autodist@openmamba.org> 2.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-10-22 09:43:18 +02:00
|
|
|
* Mon Oct 21 2024 Automatic Build System <autodist@openmamba.org> 2.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-28 12:32:01 +02:00
|
|
|
* Wed Aug 28 2024 Automatic Build System <autodist@openmamba.org> 2.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-07-18 01:09:17 +02:00
|
|
|
* Tue Jul 16 2024 Automatic Build System <autodist@openmamba.org> 2.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-09 14:37:55 +02:00
|
|
|
* Sun Jun 09 2024 Automatic Build System <autodist@openmamba.org> 2.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-15 15:32:28 +02:00
|
|
|
* Wed May 15 2024 Automatic Build System <autodist@openmamba.org> 2.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-29 22:27:24 +02:00
|
|
|
* Mon Apr 29 2024 Automatic Build System <autodist@openmamba.org> 2.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-06 17:20:30 +01:00
|
|
|
* Wed Mar 06 2024 Automatic Build System <autodist@openmamba.org> 2.5-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-02-22 20:00:49 +01:00
|
|
|
* Thu Feb 22 2024 Automatic Build System <autodist@openmamba.org> 2.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-10 09:20:52 +01:00
|
|
|
* Wed Jan 10 2024 Automatic Build System <autodist@openmamba.org> 2.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:06:38 +01:00
|
|
|
* Wed Nov 29 2023 Automatic Build System <autodist@mambasoft.it> 2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:06:38 +01:00
|
|
|
* Thu May 18 2023 Automatic Build System <autodist@mambasoft.it> 2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:06:37 +01:00
|
|
|
* Thu Oct 13 2022 Automatic Build System <autodist@mambasoft.it> 2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:06:37 +01:00
|
|
|
* Thu Jan 13 2022 Automatic Build System <autodist@mambasoft.it> 1.34-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:06:37 +01:00
|
|
|
* Thu Sep 23 2021 Automatic Build System <autodist@mambasoft.it> 1.33-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:06:37 +01:00
|
|
|
* Wed May 12 2021 Automatic Build System <autodist@mambasoft.it> 1.32-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:06:37 +01:00
|
|
|
* Thu Jul 02 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.31-1mamba
|
|
|
|
- package created using the webbuild interface
|