2024-01-05 18:47:15 +01:00
|
|
|
Name: umbrello
|
2024-01-05 18:47:16 +01:00
|
|
|
Version: 19.04.3
|
2024-01-05 18:47:15 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: UML modelling tool and code generator
|
|
|
|
Group: Graphical Desktop/Applications/Development
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.kde.org
|
2024-01-05 18:47:15 +01:00
|
|
|
Source: http://download.kde.org/stable/applications/%{version}/src/umbrello-%{version}.tar.xz
|
2024-01-05 18:47:15 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgcc
|
2024-01-05 18:47:15 +01:00
|
|
|
BuildRequires: libqt5-devel
|
2024-01-05 18:47:15 +01:00
|
|
|
BuildRequires: libsoprano-devel
|
2024-01-05 18:47:15 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
BuildRequires: libxslt-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: automoc4
|
|
|
|
BuildRequires: cmake
|
|
|
|
Provides: umbrello4
|
|
|
|
Obsoletes: umbrello4
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
UML modelling tool and code generator. This package is part of KDE4.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-05 18:47:15 +01:00
|
|
|
%cmake_kde5 -d build \
|
2024-01-05 18:47:15 +01:00
|
|
|
-DKDE4_BUILD_TESTS=OFF \
|
|
|
|
-DBUILD_UNITTESTS=OFF
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post
|
2024-01-05 18:47:15 +01:00
|
|
|
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
2024-01-05 18:47:15 +01:00
|
|
|
exit 0
|
|
|
|
|
|
|
|
%posttrans
|
|
|
|
update-desktop-database -q >/dev/null 2>&1
|
2024-01-05 18:47:15 +01:00
|
|
|
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
|
|
|
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
2024-01-05 18:47:15 +01:00
|
|
|
exit 0
|
|
|
|
|
|
|
|
%postun
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
update-desktop-database -q >/dev/null 2>&1
|
2024-01-05 18:47:15 +01:00
|
|
|
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
|
|
|
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
|
|
|
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
2024-01-05 18:47:15 +01:00
|
|
|
fi
|
|
|
|
exit 0
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
%files -f %{name}5_qt.lang
|
2024-01-05 18:47:15 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-05 18:47:15 +01:00
|
|
|
%{_bindir}/po2xmi5
|
|
|
|
%{_bindir}/umbrello5
|
|
|
|
%{_bindir}/xmi2pot5
|
2024-01-05 18:47:15 +01:00
|
|
|
%{_datadir}/applications/org.kde.umbrello.desktop
|
2024-01-05 18:47:15 +01:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/umbrello.png
|
|
|
|
%{_datadir}/icons/hicolor/*/mimetypes/application-x-uml.png
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/umbrello.svgz
|
|
|
|
%{_datadir}/metainfo/org.kde.umbrello.appdata.xml
|
|
|
|
%dir %{_datadir}/umbrello5
|
|
|
|
%{_datadir}/umbrello5/*
|
|
|
|
%dir %{_datadir}/doc/HTML/en/umbrello
|
|
|
|
%{_datadir}/doc/HTML/en/umbrello/*
|
2024-01-05 18:47:16 +01:00
|
|
|
%lang(ca) %{_datadir}/doc/HTML/ca/umbrello
|
|
|
|
%lang(da) %{_datadir}/doc/HTML/da/umbrello
|
|
|
|
%lang(de) %{_datadir}/doc/HTML/de/umbrello
|
|
|
|
%lang(es) %{_datadir}/doc/HTML/es/umbrello
|
2024-01-05 18:47:15 +01:00
|
|
|
%lang(it) %{_datadir}/doc/HTML/it/umbrello
|
2024-01-05 18:47:16 +01:00
|
|
|
%lang(gl) %{_datadir}/doc/HTML/gl/umbrello
|
|
|
|
%lang(nl) %{_datadir}/doc/HTML/nl/umbrello
|
|
|
|
%lang(pt) %{_datadir}/doc/HTML/pt/umbrello
|
|
|
|
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/umbrello
|
|
|
|
%lang(sv) %{_datadir}/doc/HTML/sv/umbrello
|
|
|
|
%lang(uk) %{_datadir}/doc/HTML/uk/umbrello
|
2024-01-05 18:47:15 +01:00
|
|
|
%doc AUTHORS COPYING COPYING.DOC THANKS
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 18:47:16 +01:00
|
|
|
* Mon Jul 15 2019 Automatic Build System <autodist@mambasoft.it> 19.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:16 +01:00
|
|
|
* Fri Jun 07 2019 Automatic Build System <autodist@mambasoft.it> 19.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:16 +01:00
|
|
|
* Sat May 11 2019 Automatic Build System <autodist@mambasoft.it> 19.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:16 +01:00
|
|
|
* Sat Apr 20 2019 Automatic Build System <autodist@mambasoft.it> 19.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:16 +01:00
|
|
|
* Fri Mar 08 2019 Automatic Build System <autodist@mambasoft.it> 18.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:16 +01:00
|
|
|
* Sat Feb 09 2019 Automatic Build System <autodist@mambasoft.it> 18.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:16 +01:00
|
|
|
* Sat Jan 12 2019 Automatic Build System <autodist@mambasoft.it> 18.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:16 +01:00
|
|
|
* Sun Dec 16 2018 Automatic Build System <autodist@mambasoft.it> 18.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:16 +01:00
|
|
|
* Mon Nov 12 2018 Automatic Build System <autodist@mambasoft.it> 18.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:16 +01:00
|
|
|
* Fri Oct 12 2018 Automatic Build System <autodist@mambasoft.it> 18.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:16 +01:00
|
|
|
* Fri Sep 07 2018 Automatic Build System <autodist@mambasoft.it> 18.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:16 +01:00
|
|
|
* Sun Aug 19 2018 Automatic Build System <autodist@mambasoft.it> 18.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Fri Jul 13 2018 Automatic Build System <autodist@mambasoft.it> 18.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Sat Jun 09 2018 Automatic Build System <autodist@mambasoft.it> 18.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Sun May 13 2018 Automatic Build System <autodist@mambasoft.it> 18.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Sat Apr 28 2018 Automatic Build System <autodist@mambasoft.it> 18.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Fri Mar 09 2018 Automatic Build System <autodist@mambasoft.it> 17.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Feb 10 2018 Automatic Build System <autodist@mambasoft.it> 17.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Fri Jan 12 2018 Automatic Build System <autodist@mambasoft.it> 17.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Sun Dec 24 2017 Automatic Build System <autodist@mambasoft.it> 17.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Fri Nov 10 2017 Automatic Build System <autodist@mambasoft.it> 17.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Fri Oct 13 2017 Automatic Build System <autodist@mambasoft.it> 17.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Mon Sep 11 2017 Automatic Build System <autodist@mambasoft.it> 17.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Sat Aug 26 2017 Automatic Build System <autodist@mambasoft.it> 17.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Wed Aug 09 2017 Automatic Build System <autodist@mambasoft.it> 17.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Sat Mar 18 2017 Automatic Build System <autodist@mambasoft.it> 16.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Sat Feb 11 2017 Automatic Build System <autodist@mambasoft.it> 16.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Jan 16 2017 Automatic Build System <autodist@mambasoft.it> 16.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Dec 23 2016 Automatic Build System <autodist@mambasoft.it> 16.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Fri Nov 11 2016 Automatic Build System <autodist@mambasoft.it> 16.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Fri Oct 14 2016 Automatic Build System <autodist@mambasoft.it> 16.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Sat Sep 10 2016 Automatic Build System <autodist@mambasoft.it> 16.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Wed Jul 13 2016 Automatic Build System <autodist@mambasoft.it> 16.04.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Wed Jun 15 2016 Automatic Build System <autodist@mambasoft.it> 16.04.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Wed May 11 2016 Automatic Build System <autodist@mambasoft.it> 16.04.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Sun Apr 24 2016 Automatic Build System <autodist@mambasoft.it> 16.04.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Wed Mar 16 2016 Automatic Build System <autodist@mambasoft.it> 15.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Feb 17 2016 Automatic Build System <autodist@mambasoft.it> 15.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jan 17 2016 Automatic Build System <autodist@mambasoft.it> 15.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Dec 27 2015 Automatic Build System <autodist@mambasoft.it> 15.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Nov 11 2015 Automatic Build System <autodist@mambasoft.it> 15.08.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 14 2015 Automatic Build System <autodist@mambasoft.it> 15.08.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Oct 11 2015 Automatic Build System <autodist@mambasoft.it> 15.08.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Sep 16 2015 Automatic Build System <autodist@mambasoft.it> 15.08.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Mon Oct 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Sun Sep 28 2014 Automatic Build System <autodist@mambasoft.it> 4.14.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Thu Aug 21 2014 Automatic Build System <autodist@mambasoft.it> 4.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Wed Jul 16 2014 Automatic Build System <autodist@mambasoft.it> 4.13.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Fri Jun 13 2014 Automatic Build System <autodist@mambasoft.it> 4.13.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Mon May 19 2014 Automatic Build System <autodist@mambasoft.it> 4.13.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 18:47:15 +01:00
|
|
|
* Thu Apr 17 2014 Automatic Build System <autodist@mambasoft.it> 4.13.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Apr 03 2014 Automatic Build System <autodist@mambasoft.it> 4.12.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Mar 05 2014 Automatic Build System <autodist@mambasoft.it> 4.12.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Feb 05 2014 Automatic Build System <autodist@mambasoft.it> 4.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jan 14 2014 Automatic Build System <autodist@mambasoft.it> 4.12.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Dec 19 2013 Automatic Build System <autodist@mambasoft.it> 4.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Dec 05 2013 Automatic Build System <autodist@mambasoft.it> 4.11.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Nov 06 2013 Automatic Build System <autodist@mambasoft.it> 4.11.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 02 2013 Automatic Build System <autodist@mambasoft.it> 4.11.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Sep 04 2013 Automatic Build System <autodist@mambasoft.it> 4.11.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Sep 01 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 4.11.0-1mamba
|
|
|
|
- package created by silvan using the webbuild interface
|