[libmm-qt] Update to current snapshot

Jan Grulich jgrulich at fedoraproject.org
Wed Oct 9 14:09:24 UTC 2013


commit acb0903a93b4be728517fdbbd231cc9ade788cab
Author: Jan Grulich <jgrulich at redhat.com>
Date:   Wed Oct 9 16:09:11 2013 +0200

    Update to current snapshot

 libmm-qt.spec |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/libmm-qt.spec b/libmm-qt.spec
index 164696c..ec60d02 100644
--- a/libmm-qt.spec
+++ b/libmm-qt.spec
@@ -1,18 +1,22 @@
+%global         git_commit 1496e4d
 Name:           libmm-qt
-Version:        0.5.1
-Release:        1%{?dist}
+Version:        1.0.0
+Release:        1.20131009git%{git_commit}%{?dist}
 Epoch:          1
 Summary:        Qt-only wrapper for ModemManager DBus API
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            https://projects.kde.org/projects/extragear/libs/libmm-qt
-Source0:        http://download.kde.org/unstable/modemmanager-qt/%{version}/src/%{name}-%{version}.tar.xz
+
+# Source0:        http://download.kde.org/unstable/modemmanager-qt/%{version}/src/%{name}-%{version}.tar.xz
+# Package from git snapshots using releaseme scripts
+Source0:        %{name}-%{version}-git%{git_commit}.tar.bz2
 
 BuildRequires:  cmake >= 2.6
 BuildRequires:  pkgconfig(QtCore)
 
-Requires:  ModemManager >= 0.6.0
+Requires:  ModemManager >= 1.0.0
 
 %description
 Qt library for ModemManager
@@ -25,7 +29,7 @@ Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
 Qt libraries and header files for developing applications that use ModemManager
 
 %prep
-%setup -qn %{name}-%{version}
+%setup -qn %{name}-%{version}-git%{git_commit}
 
 %build
 mkdir -p %{_target_platform}
@@ -56,6 +60,9 @@ make install/fast  DESTDIR=%{buildroot} -C %{_target_platform}
 %{_libdir}/libModemManagerQt.so
 
 %changelog
+* Wed Oct 9 2013 Jan Grulich <jgrulich at redhat.com> - 1:1.0.0-1.20131009git1496e4d
+- Update to current git snapshot
+
 * Mon Sep 16 2013 Jan Grulich <jgrulich at redhat.com> - 1:0.5.1-1
 - Update to 0.5.1
 


More information about the scm-commits mailing list