[lxqt-about: 2/3] - New upstream release 0.9.0

Helio Chissini de Castro heliocastro at fedoraproject.org
Sun Feb 8 14:47:42 UTC 2015


commit 5200e8ecacba5ef1e3dc005e0deed7521906c9a0
Author: Helio Chissini de Castro <helio at kde.org>
Date:   Sun Feb 8 12:44:33 2015 -0200

    - New upstream release 0.9.0

 .gitignore                   |    1 +
 lxqt-about-0.8.0-unify.patch |   24 ------------------------
 lxqt-about.spec              |   25 ++++++++++++-------------
 sources                      |    2 +-
 4 files changed, 14 insertions(+), 38 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1c37703..3cf6a23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /lxqt-about-0.8.0.tar.xz
+/lxqt-about-0.9.0.tar.xz
diff --git a/lxqt-about.spec b/lxqt-about.spec
index 01a6753..b0f721e 100644
--- a/lxqt-about.spec
+++ b/lxqt-about.spec
@@ -1,22 +1,16 @@
-%if 0%{?rhel} == 6
-%define cmake_pkg cmake28
-%else
-%define cmake_pkg cmake
-%endif
-
 Name:    lxqt-about
 Summary: About application for LXQt desktop suite
-Version: 0.8.0
-Release: 6%{?dist}
+Version: 0.9.0
+Release: 1%{?dist}
 License: LGPLv2+
 URL:     http://lxqt.org/
-Source0: http://lxqt.org/downloads/lxqt/0.8.0/%{name}-%{version}.tar.xz
-Patch0:  lxqt-about-0.8.0-unify.patch
+Source0: http://downloads.lxqt.org/lxqt/0.9.0/lxqt-about-0.9.0.tar.xz
 
-BuildRequires: %{cmake_pkg} >= 2.8.9
+BuildRequires: cmake >= 2.8.9
 BuildRequires: pkgconfig(lxqt)
 BuildRequires: pkgconfig(Qt5Xdg)
 BuildRequires: pkgconfig(Qt5Help)
+BuildRequires: kf5-kwindowsystem-devel >= 5.5
 BuildRequires: desktop-file-utils
 
 %description
@@ -25,12 +19,11 @@ BuildRequires: desktop-file-utils
 
 %prep
 %setup -q
-%patch0 -p1 -b .unify
 
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-%{?cmake28}%{!?cmake28:%{?cmake}} -DUSE_QT5=TRUE ..
+	%cmake -DUSE_QT5=TRUE ..
 popd
 
 make %{?_smp_mflags} -C %{_target_platform}
@@ -53,6 +46,12 @@ desktop-file-edit \
 
 
 %changelog
+* Sun Feb 08 2015 Helio Chissini de Castro <helio at kde.org> - 0.9.0-1
+- New upstream release 0.9.0
+
+* Tue Feb 03 2015 Helio Chissini de Castro <hcastro at redhat.com> - 0.9.0-0.1
+- Preparing fro 0.9.0 release
+
 * Mon Dec 29 2014 Helio Chissini de Castro <hcastro at redhat.com> - 0.8.0-6
 - Rebuild against new Qt 5.4.0
 
diff --git a/sources b/sources
index 4274849..fe08715 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6c5eed82fffc58a508dcd35531e65376  lxqt-about-0.8.0.tar.xz
+8a9ea5b780101b071911a84bb258675d  lxqt-about-0.9.0.tar.xz


More information about the scm-commits mailing list