Update to latest release
This commit is contained in:
parent
113f69a6e8
commit
c88a225956
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/libqmi-1.3.0.git20130510.tar.xz
|
/libqmi-1.3.0.git20130510.tar.xz
|
||||||
/libqmi-1.6.0.tar.xz
|
/libqmi-1.6.0.tar.xz
|
||||||
|
/libqmi-1.8.0.tar.xz
|
||||||
|
22
libqmi.spec
22
libqmi.spec
@ -1,20 +1,20 @@
|
|||||||
|
|
||||||
%global glib2_version 2.32.0
|
%global glib2_version 2.32.0
|
||||||
|
|
||||||
%global snapshot %{nil}
|
%global realversion 1.8.0
|
||||||
%global realversion 1.6.0
|
|
||||||
|
|
||||||
Name: libqmi
|
Name: libqmi
|
||||||
Summary: Support library to use the Qualcomm MSM Interface (QMI) protocol
|
Summary: Support library to use the Qualcomm MSM Interface (QMI) protocol
|
||||||
Version: %{?realversion}
|
Version: %{?realversion}
|
||||||
Release: 1%{snapshot}%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: LGPLv2+
|
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 from http://freedesktop.org/software/libqmi/
|
||||||
Source: %{name}-%{realversion}%{snapshot}.tar.xz
|
#
|
||||||
|
Source: %{name}-%{realversion}.tar.xz
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -53,9 +53,7 @@ from the command line.
|
|||||||
%setup -q -n %{name}-%{realversion}
|
%setup -q -n %{name}-%{realversion}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure --disable-static
|
||||||
--disable-static \
|
|
||||||
--with-tests=yes
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -86,9 +84,13 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
%{_bindir}/qmicli
|
%{_bindir}/qmicli
|
||||||
%{_bindir}/qmi-network
|
%{_bindir}/qmi-network
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
%{_libexecdir}/qmi-proxy
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 6 2013 Dan Williams <dcbw@redhat.com> - 1.6.0-1
|
||||||
- Update to 1.6.0 release
|
- Update to 1.6.0 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user