diff --git a/.gitignore b/.gitignore index a9a3a8d..a9aff49 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /libqmi-1.3.0.git20130510.tar.xz /libqmi-1.6.0.tar.xz +/libqmi-1.8.0.tar.xz diff --git a/libqmi.spec b/libqmi.spec index 7357544..d8b4b51 100644 --- a/libqmi.spec +++ b/libqmi.spec @@ -1,20 +1,20 @@ %global glib2_version 2.32.0 -%global snapshot %{nil} -%global realversion 1.6.0 +%global realversion 1.8.0 Name: libqmi Summary: Support library to use the Qualcomm MSM Interface (QMI) protocol Version: %{?realversion} -Release: 1%{snapshot}%{?dist} +Release: 1%{?dist} Group: Development/Libraries License: LGPLv2+ -URL: http://www.freedesktop.org/software/libqmi +URL: http://freedesktop.org/software/libqmi -# If snapshot is defined, source will be a snapshot of git from the -# master branch on the given date -Source: %{name}-%{realversion}%{snapshot}.tar.xz +# +# Source from http://freedesktop.org/software/libqmi/ +# +Source: %{name}-%{realversion}.tar.xz BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: pkgconfig @@ -53,9 +53,7 @@ from the command line. %setup -q -n %{name}-%{realversion} %build -%configure \ - --disable-static \ - --with-tests=yes +%configure --disable-static make %{?_smp_mflags} %install @@ -86,9 +84,13 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_bindir}/qmicli %{_bindir}/qmi-network %{_mandir}/man1/* +%{_libexecdir}/qmi-proxy %changelog +* Sat Feb 1 2014 poma - 1.8.0-1 +- Update to 1.8.0 release + * Fri Sep 6 2013 Dan Williams - 1.6.0-1 - Update to 1.6.0 release diff --git a/sources b/sources index 800d5af..964460f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -17d6c2b404ee1eb4d1e60050fef64491 libqmi-1.6.0.tar.xz +1c4c64c0894f691632727363abec32b8 libqmi-1.8.0.tar.xz