dvratil pushed to kf5-modemmanager-qt (f20). "Import package - Plasma 5.1.95 (Plasma 5.2 beta)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 8 10:49:05 UTC 2015


>From 47cdf8f55b86e075dd2c7f93d673c7c6a812419d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dan=20Vr=C3=A1til?= <dvratil at redhat.com>
Date: Tue, 20 Jan 2015 11:51:56 +0100
Subject: Import package - Plasma 5.1.95 (Plasma 5.2 beta)


diff --git a/.gitignore b/.gitignore
index e69de29..3184a49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/libmm-qt-5.1.95.tar.xz
diff --git a/kf5-modemmanager-qt.spec b/kf5-modemmanager-qt.spec
new file mode 100644
index 0000000..a1e1d6d
--- /dev/null
+++ b/kf5-modemmanager-qt.spec
@@ -0,0 +1,108 @@
+%global         framework modemmanager-qt
+
+Name:           kf5-%{framework}
+Version:        5.1.95
+Release:        1.beta%{?dist}
+Summary:        A Tier 1 KDE Frameworks module wrapping ModemManager DBus API
+
+Group:          System Environment/Libraries
+License:        LGPLv2+
+URL:            https://projects.kde.org/projects/kde/workspace/modemmanager-qt
+
+%global revision %(echo %{version} | cut -d. -f3)
+%if %{revision} >= 50
+%global stable unstable
+%else
+%global stable stable
+%endif
+Source0:        http://download.kde.org/%{stable}/plasma/%{version}/libmm-qt-%{version}.tar.xz
+
+BuildRequires:  extra-cmake-modules
+BuildRequires:  kf5-rpm-macros
+BuildRequires:  qt5-qtbase-devel
+BuildRequires:  ModemManager-devel >= 1.0.0
+
+Requires:       kf5-filesystem
+
+Obsoletes:      kf5-libmm-qt%{?_isa} < 5.1.95
+Provides:       kf5-libmm-qt%{?_isa} = %{version}-%{release}
+
+
+%description
+A Qt 5 library for ModemManager.
+
+%package        devel
+Summary:        Development files for %{name}
+Group:          Development/Libraries
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+Obsoletes:      kf5-libmm-qt-devel < 5.1.95
+Provides:       kf5-libmm-qt-devel = %{version}-%{release}
+%description    devel
+Qt 5 libraries and header files for developing applications
+that use ModemManager.
+
+%prep
+%setup -qn libmm-qt-%{version}
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kf5} ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+
+%install
+make install/fast  DESTDIR=%{buildroot} -C %{_target_platform}
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%doc README README.md COPYING.LIB
+%{_kf5_libdir}/libKF5ModemManagerQt.so.*
+
+%files devel
+%{_kf5_libdir}/libKF5ModemManagerQt.so
+%{_kf5_libdir}/cmake/KF5ModemManagerQt
+%{_kf5_includedir}/ModemManagerQt
+%{_kf5_includedir}/modemmanagerqt_version.h
+%{_kf5_archdatadir}/mkspecs/modules/qt_ModemManagerQt.pri
+
+%changelog
+* Mon Jan 12 2015 Daniel Vrátil <dvratil at redhat.com> - 5.1.95-1
+- Plasma 5.1.95 Beta
+
+* Wed Dec 17 2014 Daniel Vrátil <dvratil at redhat.com> - 5.1.2-2
+- Plasma 5.1.2
+
+* Fri Nov 07 2014 Daniel Vrátil <dvratil at redhat.com> - 5.1.1-1
+- Plasma 5.1.1
+
+* Tue Oct 14 2014 Daniel Vrátil <dvratil at redhat.com> - 5.1.0.1-1
+- Plasma 5.1.0.1
+
+* Thu Oct 09 2014 Daniel Vrátil <dvratil at redhat.com> - 5.1.0-1
+- Plasma 5.1.0
+
+* Tue Sep 16 2014 Daniel Vrátil <dvratil at redhat.com> - 5.0.93-1
+- Plasma 5.0.2
+
+* Sun Aug 10 2014 Daniel Vrátil <dvratil at redhat.com> - 5.0.92-1
+- Plasma 5.0.1
+
+* Wed Jul 16 2014 Daniel Vrátil <dvratil at redhat.com> - 5.0.91-1
+- Plasma 5.0.0
+
+* Wed Jun 11 2014 Daniel Vrátil <dvratil at redhat.com> - 5.0.90-3.20140611gitf6c10ff
+- Update to latest git snapshot
+
+* Wed May 14 2014 Daniel Vrátil <dvratil at redhat.com> - 5.0.90-2.20140514gitf6c10ff
+- Update to latest git snapshot
+
+* Fri Apr 18 2014 Daniel Vrátil <dvratil at redhat.com> - 5.0.90-1.20140418gitd257bb2
+- Upgrade libmm-qt to Tier 1 KDE Framework kf5-modemmanagerqt
+
+* Thu Apr 03 2014 Daniel Vrátil <dvratil at redhat.com> - 1:1.0.1-1.20140403gitd257bb2
+- Qt 5 fork of libmm-qt
diff --git a/sources b/sources
index e69de29..4a40e04 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e98add86aed89df84dbad8e72c574314  libmm-qt-5.1.95.tar.xz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/kf5-modemmanager-qt.git/commit/?h=f20&id=47cdf8f55b86e075dd2c7f93d673c7c6a812419d


More information about the scm-commits mailing list