2013-05-13 15:15:45 +00:00
|
|
|
|
|
|
|
%global glib2_version 2.32.0
|
|
|
|
|
2014-08-05 14:35:18 +00:00
|
|
|
%global realversion 1.10.2
|
2013-05-13 15:15:45 +00:00
|
|
|
|
|
|
|
Name: libqmi
|
|
|
|
Summary: Support library to use the Qualcomm MSM Interface (QMI) protocol
|
|
|
|
Version: %{?realversion}
|
2014-08-05 14:35:18 +00:00
|
|
|
Release: 1%{?dist}
|
2013-05-13 15:15:45 +00:00
|
|
|
Group: Development/Libraries
|
|
|
|
License: LGPLv2+
|
2014-02-05 09:14:51 +00:00
|
|
|
URL: http://freedesktop.org/software/libqmi
|
2013-05-13 15:15:45 +00:00
|
|
|
|
2014-02-05 09:14:51 +00:00
|
|
|
#
|
|
|
|
# Source from http://freedesktop.org/software/libqmi/
|
|
|
|
#
|
|
|
|
Source: %{name}-%{realversion}.tar.xz
|
2013-05-13 15:15:45 +00:00
|
|
|
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: automake autoconf intltool libtool
|
|
|
|
BuildRequires: python >= 2.7
|
|
|
|
|
|
|
|
Requires: glib2 >= %{glib2_version}
|
|
|
|
|
|
|
|
%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
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: glib2-devel
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains the header and pkg-config files for development
|
|
|
|
applications using QMI functionality from applications that use glib.
|
|
|
|
|
|
|
|
%package utils
|
|
|
|
Summary: Utilities to use the QMI protocol from the command line
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
License: GPLv2+
|
|
|
|
|
|
|
|
%description utils
|
|
|
|
This package contains the utilities that make it easier to use QMI functionality
|
|
|
|
from the command line.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{realversion}
|
|
|
|
|
|
|
|
%build
|
2014-02-05 09:14:51 +00:00
|
|
|
%configure --disable-static
|
2013-05-13 15:15:45 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
%{__rm} -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%post devel -p /sbin/ldconfig
|
|
|
|
%postun devel -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc COPYING NEWS AUTHORS README
|
|
|
|
%{_libdir}/libqmi-glib.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%dir %{_includedir}/libqmi-glib
|
|
|
|
%{_includedir}/libqmi-glib/*.h
|
|
|
|
%{_libdir}/pkgconfig/qmi-glib.pc
|
|
|
|
%{_libdir}/libqmi-glib.so
|
|
|
|
%dir %{_datadir}/gtk-doc/html/libqmi-glib
|
|
|
|
%{_datadir}/gtk-doc/html/libqmi-glib/*
|
|
|
|
|
|
|
|
%files utils
|
|
|
|
%{_bindir}/qmicli
|
|
|
|
%{_bindir}/qmi-network
|
2013-09-13 16:05:24 +00:00
|
|
|
%{_mandir}/man1/*
|
2014-02-05 09:14:51 +00:00
|
|
|
%{_libexecdir}/qmi-proxy
|
2013-05-13 15:15:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
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
|
|
|
|
|
2014-06-07 05:09:28 +00:00
|
|
|
* 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-08-03 06:48:25 +00:00
|
|
|
|
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
|
|
|
|
|