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:
parent
c62cfa60e1
commit
c92bac06d5
@ -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
|
Fri Apr 11 17:20:29 UTC 2014 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: umbrello
|
Name: umbrello
|
||||||
BuildRequires: boost-devel
|
|
||||||
BuildRequires: libkde4-devel
|
BuildRequires: libkde4-devel
|
||||||
BuildRequires: subversion-devel
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: libxslt-devel
|
||||||
Summary: UML Modeller
|
Summary: UML Modeller
|
||||||
License: GPL-2.0 and GFDL-1.2
|
License: GPL-2.0 and GFDL-1.2
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
@ -28,8 +28,6 @@ Version: 4.13.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Provides: kde4-umbrello = 4.3.0
|
|
||||||
Obsoletes: kde4-umbrello < 4.3.0
|
|
||||||
%kde4_runtime_requires
|
%kde4_runtime_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -44,13 +42,11 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mminimal-toc"
|
|||||||
%endif
|
%endif
|
||||||
export CXXFLAGS="$RPM_OPT_FLAGS -fPIC"
|
export CXXFLAGS="$RPM_OPT_FLAGS -fPIC"
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
|
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
|
||||||
%cmake_kde4 -d build -- -DCMAKE_CXXFLAGS="$RPM_OPT_FLAGS" -DCMAKE_CFLAGS="$RPM_OPT_FLAGS"
|
%cmake_kde4 -d build
|
||||||
#make_jobs
|
%make_jobs
|
||||||
make
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd build
|
%kde4_makeinstall -C build
|
||||||
%makeinstall
|
|
||||||
%suse_update_desktop_file umbrello Development Design
|
%suse_update_desktop_file umbrello Development Design
|
||||||
%kde_post_install
|
%kde_post_install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user