Update to latest release

This commit is contained in:
Dan Williams 2014-02-05 03:14:51 -06:00
parent 113f69a6e8
commit c88a225956
3 changed files with 14 additions and 11 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/libqmi-1.3.0.git20130510.tar.xz
/libqmi-1.6.0.tar.xz
/libqmi-1.8.0.tar.xz

View File

@ -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 <poma@gmail.com> - 1.8.0-1
- Update to 1.8.0 release
* Fri Sep 6 2013 Dan Williams <dcbw@redhat.com> - 1.6.0-1
- Update to 1.6.0 release

View File

@ -1 +1 @@
17d6c2b404ee1eb4d1e60050fef64491 libqmi-1.6.0.tar.xz
1c4c64c0894f691632727363abec32b8 libqmi-1.8.0.tar.xz