libqmi/libqmi.spec

279 lines
8.9 KiB
RPMSpec
Raw Normal View History

2013-05-13 15:15:45 +00:00
Name: libqmi
Version: 1.34.0
2023-11-02 14:27:15 +00:00
Release: 3%{?dist}
2013-05-13 15:15:45 +00:00
Summary: Support library to use the Qualcomm MSM Interface (QMI) protocol
2023-11-02 14:27:15 +00:00
License: LGPL-2.1-or-later
2014-02-05 09:14:51 +00:00
URL: http://freedesktop.org/software/libqmi
2022-11-22 16:27:26 +00:00
Source: https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/archive/%{version}/%{name}-%{version}.tar.bz2
2013-05-13 15:15:45 +00:00
2022-11-22 16:27:26 +00:00
BuildRequires: meson >= 0.53
2018-02-19 15:39:01 +00:00
BuildRequires: gcc
2022-11-22 16:27:26 +00:00
BuildRequires: glib2-devel >= 2.56
2021-04-30 19:39:27 +00:00
BuildRequires: gobject-introspection-devel
2016-03-21 13:42:32 +00:00
BuildRequires: gtk-doc
2021-01-16 21:30:49 +00:00
BuildRequires: pkgconfig(gudev-1.0) >= 147
2019-01-15 16:32:50 +00:00
BuildRequires: libmbim-devel >= 1.18.0
2021-04-30 19:39:27 +00:00
BuildRequires: libqrtr-glib-devel
2021-01-16 21:30:49 +00:00
BuildRequires: python3
2022-11-22 16:47:18 +00:00
BuildRequires: help2man
2013-05-13 15:15:45 +00:00
%description
This package contains the libraries that make it easier to use QMI functionality
from applications that use glib.
%package devel
Summary: Header files for adding QMI support to applications that use glib
Requires: %{name}%{?_isa} = %{version}-%{release}
2022-11-22 16:27:26 +00:00
Requires: glib2-devel%{?_isa}
2013-05-13 15:15:45 +00:00
Requires: pkgconfig
%description devel
This package contains the header and pkg-config files for development
applications using QMI functionality from applications that use glib.
2020-03-24 14:52:26 +00:00
2013-05-13 15:15:45 +00:00
%package utils
Summary: Utilities to use the QMI protocol from the command line
Requires: %{name}%{?_isa} = %{version}-%{release}
2023-11-02 14:27:15 +00:00
License: GPL-2.0-or-later
2013-05-13 15:15:45 +00:00
%description utils
This package contains the utilities that make it easier to use QMI functionality
from the command line.
%prep
%autosetup -p1
2013-05-13 15:15:45 +00:00
2020-03-24 14:52:26 +00:00
2013-05-13 15:15:45 +00:00
%build
2022-11-22 16:27:26 +00:00
# Let's avoid BuildRequiring bash-completion because it changes behavior
# of shell, at least until the .pc file gets into the -devel subpackage.
# We'll just install the bash-completion file ourselves.
%meson -Dgtk_doc=true -Dbash_completion=false
%meson_build
2013-05-13 15:15:45 +00:00
2020-03-24 14:52:26 +00:00
2013-05-13 15:15:45 +00:00
%install
2022-11-22 16:27:26 +00:00
%meson_install
find %{buildroot}%{_datadir}/gtk-doc |xargs touch --reference meson.build
2023-01-08 22:28:04 +00:00
mkdir -p %{buildroot}%{_datadir}/bash-completion/completions
cp -a src/qmicli/qmicli %{buildroot}%{_datadir}/bash-completion/completions/
2022-11-22 16:27:26 +00:00
%check
%meson_test
2013-05-13 15:15:45 +00:00
%ldconfig_scriptlets
2013-05-13 15:15:45 +00:00
%files
2021-01-16 21:30:49 +00:00
%license COPYING.LIB
2022-11-22 16:27:26 +00:00
%doc NEWS AUTHORS README.md
2013-05-13 15:15:45 +00:00
%{_libdir}/libqmi-glib.so.*
2021-04-30 19:39:27 +00:00
%{_libdir}/girepository-1.0/Qmi-1.0.typelib
2020-03-24 14:52:26 +00:00
2013-05-13 15:15:45 +00:00
%files devel
2021-04-30 19:39:27 +00:00
%{_includedir}/libqmi-glib/
2013-05-13 15:15:45 +00:00
%{_libdir}/pkgconfig/qmi-glib.pc
%{_libdir}/libqmi-glib.so
2021-04-30 19:39:27 +00:00
%{_datadir}/gtk-doc/html/libqmi-glib/
%{_datadir}/gir-1.0/Qmi-1.0.gir
2013-05-13 15:15:45 +00:00
2020-03-24 14:52:26 +00:00
2013-05-13 15:15:45 +00:00
%files utils
2021-04-30 19:39:27 +00:00
%license COPYING
2013-05-13 15:15:45 +00:00
%{_bindir}/qmicli
%{_bindir}/qmi-network
2017-03-22 19:12:23 +00:00
%{_bindir}/qmi-firmware-update
2021-04-30 19:39:27 +00:00
%{_datadir}/bash-completion
2014-02-05 09:14:51 +00:00
%{_libexecdir}/qmi-proxy
2021-04-30 19:39:27 +00:00
%{_mandir}/man1/*
2013-05-13 15:15:45 +00:00
%changelog
* Mon Jan 09 2024 Dennis Gilmore <dennis@ausil.us> - 1.34.0-1
- update to 1.34.0
2023-11-02 14:27:15 +00:00
* Thu Nov 2 2023 Íñigo Huguet <ihuguet@redhat.com> - 1.32.4-3
- migrated to SPDX license
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.32.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2023-03-24 12:47:50 +00:00
* Fri Mar 24 2023 Lubomir Rintel <lkundrak@v3.sk> - 1.32.4-1
- Update to 1.32.4
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.32.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2023-03-24 12:47:50 +00:00
* Mon Jan 02 2023 Lubomir Rintel <lkundrak@v3.sk> - 1.32.2-2
2023-01-08 22:28:04 +00:00
- Fix bash completion files path
2022-11-22 16:27:26 +00:00
* Tue Nov 22 2022 Lubomir Rintel <lkundrak@v3.sk> - 1.32.2-1
- Update to 1.32.2
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.30.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
2022-05-14 08:45:31 +00:00
* Sat May 14 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 1.30.6-1
- Update to 1.30.6
2022-02-12 16:17:35 +00:00
* Sat Feb 12 2022 Peter Robinson <pbrobinson@fedoraproject.org> - 1.30.4-1
- Update to 1.30.4
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.30.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
2021-09-09 11:02:16 +00:00
* Thu Sep 09 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 1.30.2-1
- Update to 1.30.2
2021-08-14 21:34:42 +00:00
* Sat Aug 14 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 1.30.0-1
- Update to 1.30.0
2021-08-04 11:31:20 +00:00
* Wed Aug 04 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 1.28.8-1
- Update to 1.28.8
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.28.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2021-06-05 09:51:17 +00:00
* Sat Jun 05 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 1.28.6-1
- Update to 1.28.6
2021-04-30 19:39:27 +00:00
* Tue Apr 13 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 1.28.2-1
- Update to 1.28.2
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
2021-01-16 21:30:49 +00:00
* Sat Jan 16 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 1.26.8-1
- Update to 1.26.8
* Tue Nov 3 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 1.26.6-1
2020-11-03 16:09:30 +00:00
- Update to 1.26.6
2020-08-28 11:17:20 +00:00
* Fri Aug 28 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 1.26.4-1
- Update to 1.26.4
2020-07-27 15:39:13 +00:00
* Mon Jul 27 2020 Peter Robinson <pbrobinson@fedoraproject.org>
- Update to 1.26.2
2020-03-24 14:52:26 +00:00
* Tue Mar 24 2020 Lubomir Rintel <lkundrak@v3.sk> - 1.24.8
- Update to 1.24.8
* Thu Mar 5 2020 Peter Robinson <pbrobinson@fedoraproject.org> 1.24.6-1
- Update to 1.24.6
- Spec cleanups, fix shipped licenses
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.24.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
2019-09-23 09:25:19 +00:00
* Mon Sep 23 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.24.0
- Update to 1.24.0
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2019-05-06 11:11:42 +00:00
* Mon May 06 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.22.4-1
- Update to 1.22.4
2019-04-11 14:39:21 +00:00
* Thu Apr 11 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.22.2-1
- Update to 1.22.2
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2019-01-15 16:32:50 +00:00
* Tue Jan 15 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.20.0-1
- Update to 1.22.0
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu Mar 15 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.20.0-3
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2018-01-22 11:14:55 +00:00
* Mon Jan 22 2018 Lubomir Rintel <lkundrak@v3.sk> - 1.20.0-1
2019-01-15 16:32:50 +00:00
- Update to 1.20.0
2018-01-22 11:14:55 +00:00
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-03-22 19:12:23 +00:00
* Wed Mar 22 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.18.0-1
- Update to 1.18.0
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2016-11-15 13:22:45 +00:00
* Tue Nov 15 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.16.2-1
- Update to 1.16.2
2016-10-04 12:29:06 +00:00
* Tue Oct 04 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.16.0-2
- Enable hardening
2016-07-08 15:02:28 +00:00
* Fri Jul 08 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.16.0-1
- Update to 1.16.0
2016-05-03 11:07:28 +00:00
* Tue May 03 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.14.2-1
- Update to 1.14.2
2016-03-21 13:21:22 +00:00
* Mon Mar 21 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.14.0-1
- Update to 1.14.0 release
2016-03-01 03:28:38 +00:00
* Tue Mar 01 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 1.12.6-3
- Fix FTBFS with GCC 6 (#1307733)
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2015-08-18 13:29:42 +00:00
* Tue Aug 18 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.12.6-1
- Update to 1.12.6 release
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.12.4-2
- Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
2015-02-11 12:00:01 +00:00
* Wed Feb 11 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.12.4-1
- Update to 1.12.4 release
2015-02-10 13:10:58 +00:00
* Tue Feb 10 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.12.2-1
- Clean up the spec file a bit
2015-02-10 13:10:58 +00:00
- Update to 1.12.2 release
2015-01-15 19:27:25 +00:00
* Thu Jan 15 2015 Dan Williams <dcbw@redhat.com> - 1.12.0-1
- Update to 1.12.0 release
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2014-08-05 14:35:18 +00:00
* Tue Aug 5 2014 Dan Williams <dcbw@redhat.com> - 1.10.2
- Update to 1.10.2 release
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-02-05 09:14:51 +00:00
* Sat Feb 1 2014 poma <poma@gmail.com> - 1.8.0-1
- Update to 1.8.0 release
2013-09-13 16:05:24 +00:00
* Fri Sep 6 2013 Dan Williams <dcbw@redhat.com> - 1.6.0-1
- Update to 1.6.0 release
2013-06-07 16:51:52 +00:00
* Fri Jun 7 2013 Dan Williams <dcbw@redhat.com> - 1.4.0-1
- Update to 1.4.0 release
2013-05-13 15:15:45 +00:00
* Fri May 10 2013 Dan Williams <dcbw@redhat.com> - 1.3.0-1.git20130510
- Initial Fedora release