Accepting request 220411 from network

Update to 1.8.0 (forwarded request 215424 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/220411
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqmi?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2014-02-02 06:36:05 +00:00
committed by Git OBS Bridge
parent 758b82afe0
commit 46e42fd21a
4 changed files with 70 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
#
# spec file for package
# spec file for package libqmi
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands.
#
# All modifications and additions to the file contributed by third parties
@@ -15,16 +16,17 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: libqmi
%define _soname libqmi-glib0
Version: 1.0
%define _soname libqmi-glib1
Version: 1.8.0
Release: 0
# NOTE: The file headers state LESSER GPL, which is a mistake. The upstream intended license is LIBRARY GPL 2.0+
License: LGPL-2.0+
Summary: Library to control QMI devices
Url: http://cgit.freedesktop.org/libqmi/
License: LGPL-2.0+
Group: System/Libraries
Source0: http://ftp.gnome.org/pub/GNOME/sources/libqmi/1.0/%{name}-%{version}.tar.xz
Url: http://cgit.freedesktop.org/libqmi/
Source0: http://www.freedesktop.org/software/libqmi/%{name}-%{version}.tar.xz
Source99: libqmi-rpmlintrc
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.32
@@ -82,6 +84,9 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
%defattr(-,root,root)
%{_bindir}/qmi-network
%{_bindir}/qmicli
%{_libexecdir}/qmi-proxy
%{_mandir}/man1/qmi-network.1%{?ext_man}
%{_mandir}/man1/qmicli.1%{?ext_man}
%files -n %{_soname}
%defattr(-,root,root)
@@ -89,6 +94,7 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
%files devel
%defattr(-,root,root)
%{_datadir}/gtk-doc/html/libqmi-glib/
%{_includedir}/libqmi-glib/
%{_libdir}/libqmi-glib.so
%{_libdir}/pkgconfig/qmi-glib.pc