Update to 1.6 release candidate
This commit is contained in:
parent
c18cc60f3d
commit
fcbe6a5617
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@ ModemManager-0.4.git20100720.tar.bz2
|
||||
/ModemManager-1.4.6.tar.xz
|
||||
/ModemManager-1.4.10.tar.xz
|
||||
/ModemManager-1.4.14.tar.xz
|
||||
/ModemManager-1.5.990.tar.xz
|
||||
|
@ -6,12 +6,12 @@
|
||||
|
||||
Summary: Mobile broadband modem management service
|
||||
Name: ModemManager
|
||||
Version: 1.4.14
|
||||
Release: 1%{?dist}
|
||||
Version: 1.6
|
||||
Release: 0.1.rc1%{?dist}
|
||||
#
|
||||
# Source from http://freedesktop.org/software/ModemManager/
|
||||
#
|
||||
Source: http://www.freedesktop.org/software/ModemManager/%{name}-%{version}.tar.xz
|
||||
Source: https://www.freedesktop.org/software/ModemManager/%{name}-1.5.990.tar.xz
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
|
||||
@ -36,8 +36,6 @@ BuildRequires: gobject-introspection-devel >= 1.38
|
||||
BuildRequires: vala-tools vala-devel
|
||||
BuildRequires: dbus
|
||||
|
||||
Patch0: buildsys-hates-openpty.patch
|
||||
|
||||
%description
|
||||
The ModemManager service manages WWAN modems and provides a consistent API for
|
||||
interacting with these devices to client applications.
|
||||
@ -84,11 +82,9 @@ Requires: %{name}-glib%{?_isa} = %{version}-%{release}
|
||||
Vala bindings for ModemManager
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .pty
|
||||
%setup -q -n %{name}-1.5.990
|
||||
|
||||
%build
|
||||
|
||||
intltoolize --force
|
||||
autoreconf -i --force
|
||||
intltoolize --force
|
||||
@ -148,6 +144,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_datadir}/dbus-1/interfaces/*.xml
|
||||
%{systemd_dir}/ModemManager.service
|
||||
%{_datadir}/icons/hicolor/22x22/apps/*.png
|
||||
%{_datadir}/bash-completion
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%files devel
|
||||
@ -173,6 +170,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_datadir}/vala/vapi/libmm-glib.*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 21 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.6-0.1.rc1
|
||||
- Update to 1.6 release candidate
|
||||
|
||||
* Mon Mar 21 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.4.14-1
|
||||
- Update to 1.4.14 release
|
||||
|
||||
|
@ -1,11 +0,0 @@
|
||||
diff -up ModemManager-0.4.998/src/tests/Makefile.am.foo ModemManager-0.4.998/src/tests/Makefile.am
|
||||
--- ModemManager-0.4.998/src/tests/Makefile.am.foo 2011-07-06 17:59:53.711343366 -0500
|
||||
+++ ModemManager-0.4.998/src/tests/Makefile.am 2011-07-06 18:00:08.971152593 -0500
|
||||
@@ -3,7 +3,6 @@
|
||||
noinst_PROGRAMS = \
|
||||
test-modem-helpers \
|
||||
test-charsets \
|
||||
- test-qcdm-serial-port \
|
||||
test-at-serial-port \
|
||||
test-sms-part-3gpp \
|
||||
test-sms-part-cdma
|
Loading…
Reference in New Issue
Block a user