Accepting request 232647 from KDE:Distro:Factory

- Added libxml2-devel and libxslt-devel BuildRequires (they where pulled in via libkde4-devel previously)
- Remove boost-devel and subversion-devel, not needed (forwarded request 232574 from sumski)

OBS-URL: https://build.opensuse.org/request/show/232647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/umbrello?expand=0&rev=16
This commit is contained in:
Stephan Kulow 2014-05-06 15:42:54 +00:00 committed by Git OBS Bridge
parent c62cfa60e1
commit c92bac06d5
2 changed files with 12 additions and 9 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat May 3 23:07:23 UTC 2014 - hrvoje.senjan@gmail.com
- Added libxml2-devel and libxslt-devel BuildRequires (they where
pulled in via libkde4-devel previously)
- Remove boost-devel and subversion-devel, not needed
-------------------------------------------------------------------
Fri Apr 11 17:20:29 UTC 2014 - tittiatcoke@gmail.com

View File

@ -17,9 +17,9 @@
Name: umbrello
BuildRequires: boost-devel
BuildRequires: libkde4-devel
BuildRequires: subversion-devel
BuildRequires: libxml2-devel
BuildRequires: libxslt-devel
Summary: UML Modeller
License: GPL-2.0 and GFDL-1.2
Group: Development/Tools/Other
@ -28,8 +28,6 @@ Version: 4.13.0
Release: 0
Source0: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: kde4-umbrello = 4.3.0
Obsoletes: kde4-umbrello < 4.3.0
%kde4_runtime_requires
%description
@ -44,13 +42,11 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc"
%endif
export CXXFLAGS="$RPM_OPT_FLAGS -fPIC"
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
%cmake_kde4 -d build -- -DCMAKE_CXXFLAGS="$RPM_OPT_FLAGS" -DCMAKE_CFLAGS="$RPM_OPT_FLAGS"
#make_jobs
make
%cmake_kde4 -d build
%make_jobs
%install
cd build
%makeinstall
%kde4_makeinstall -C build
%suse_update_desktop_file umbrello Development Design
%kde_post_install