[umbrello] fix kdelibs build dep, cleanup a bit, update URL

Rex Dieter rdieter at fedoraproject.org
Sat Jan 17 02:29:43 UTC 2015


commit dba7ee3e2d15e487e696f7ca5d7d873057cdf220
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Fri Jan 16 20:29:47 2015 -0600

    fix kdelibs build dep, cleanup a bit, update URL

 umbrello.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/umbrello.spec b/umbrello.spec
index ed77708..e47ef7a 100644
--- a/umbrello.spec
+++ b/umbrello.spec
@@ -4,7 +4,7 @@ Version: 14.12.1
 Release: 1%{?dist}
 
 License: GPLv2+ and LGPLv2+
-URL:     http://www.kde.org/
+URL:     https://projects.kde.org/projects/kde/kdesdk/umbrello
 %global revision %(echo %{version} | cut -d. -f3)
 %if %{revision} >= 50
 %global stable unstable
@@ -14,7 +14,7 @@ URL:     http://www.kde.org/
 Source0: http://download.kde.org/%{stable}/applications/%{version}/src/%{name}-%{version}.tar.xz
 
 BuildRequires:  desktop-file-utils
-BuildRequires:  kdelibs4-devel >= %{version}
+BuildRequires:  kdelibs4-devel >= 4.14
 BuildRequires:  boost-devel
 BuildRequires:  pkgconfig(libxslt)
 
@@ -27,11 +27,11 @@ Obsoletes:      kdesdk-umbrello < 4.10.80
 GUI for diagramming Unified Modeling Language (UML)
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup
 
 
 %build
-mkdir -p %{_target_platform}
+mkdir %{_target_platform}
 pushd %{_target_platform}
 %{cmake_kde4} ..
 popd
@@ -73,6 +73,7 @@ fi
 %{_kde4_iconsdir}/hicolor/*/mimetypes/application-x-uml.*
 %{_kde4_datadir}/applications/kde4/umbrello.desktop
 
+
 %changelog
 * Sat Jan 17 2015 Rex Dieter <rdieter at fedoraproject.org> - 14.12.1-1
 - 14.12.1


More information about the scm-commits mailing list