85 lines
2.4 KiB
RPMSpec
85 lines
2.4 KiB
RPMSpec
#
|
|
# spec file for package umbrello
|
|
#
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: umbrello
|
|
BuildRequires: libkde4-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libxslt-devel
|
|
Summary: UML Modeller
|
|
License: GPL-2.0 and GFDL-1.2
|
|
Group: Development/Tools/Other
|
|
Url: http://www.kde.org/
|
|
Version: 15.12.0
|
|
Release: 0
|
|
Source0: %{name}-%{version}.tar.xz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
%kde4_runtime_requires
|
|
|
|
%description
|
|
Umbrello is a UML modelling application.
|
|
|
|
%prep
|
|
%setup -q -n %{name}-%{version}
|
|
#Fix icons
|
|
cd umbrello/pics/global
|
|
mv 128-apps-umbrello.png hi128-apps-umbrello.png
|
|
mv 16-apps-umbrello.png hi16-apps-umbrello.png
|
|
mv 16-mimetypes-application-x-uml.png hi16-mimetypes-application-x-uml.png
|
|
mv 22-apps-umbrello.png hi22-apps-umbrello.png
|
|
mv 32-apps-umbrello.png hi32-apps-umbrello.png
|
|
mv 32-mimetypes-application-x-uml.png hi32-mimetypes-application-x-uml.png
|
|
mv 48-apps-umbrello.png hi48-apps-umbrello.png
|
|
mv 64-apps-umbrello.png hi64-apps-umbrello.png
|
|
mv sc-apps-umbrello.svgz hisc-apps-umbrello.svgz
|
|
|
|
|
|
%build
|
|
%ifarch ppc64
|
|
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
|
|
%make_jobs
|
|
|
|
%install
|
|
%kde4_makeinstall -C build
|
|
%suse_update_desktop_file umbrello Development Design
|
|
%kde_post_install
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc COPYING COPYING.DOC README
|
|
%{_kde4_bindir}/umbrello
|
|
%{_kde4_bindir}/po2xmi
|
|
%{_kde4_bindir}/xmi2pot
|
|
%{_kde4_applicationsdir}/umbrello.desktop
|
|
%{_kde4_htmldir}/en/umbrello
|
|
%{_kde4_iconsdir}/hicolor/*/apps/umbrello.*
|
|
%{_kde4_iconsdir}/hicolor/*/mimetypes/application-x-uml.*
|
|
%{_kde4_appsdir}/umbrello/
|
|
|
|
%changelog
|