automatic version update by autodist [release 16.08.1-1mamba;Sat Sep 10 2016]
This commit is contained in:
parent
957b19d2b8
commit
25c251a671
@ -1,5 +1,5 @@
|
|||||||
Name: umbrello
|
Name: umbrello
|
||||||
Version: 16.04.3
|
Version: 16.08.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: UML modelling tool and code generator
|
Summary: UML modelling tool and code generator
|
||||||
Group: Graphical Desktop/Applications/Development
|
Group: Graphical Desktop/Applications/Development
|
||||||
@ -14,6 +14,7 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: kdelibs-devel
|
BuildRequires: kdelibs-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt4-devel
|
||||||
|
BuildRequires: libsoprano-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libxslt-devel
|
BuildRequires: libxslt-devel
|
||||||
@ -34,7 +35,10 @@ UML modelling tool and code generator. This package is part of KDE4.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde4 -d build \
|
||||||
|
-DKDE4_BUILD_TESTS=OFF \
|
||||||
|
-DBUILD_UNITTESTS=OFF
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -45,7 +49,7 @@ UML modelling tool and code generator. This package is part of KDE4.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post
|
%post
|
||||||
touch --no-create %{_kde4_icondir}/hicolor >/dev/null 2>&1
|
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
@ -74,24 +78,27 @@ exit 0
|
|||||||
%{_kde4_datadir}/umbrello/docbook2xhtml.xsl
|
%{_kde4_datadir}/umbrello/docbook2xhtml.xsl
|
||||||
%dir %{_kde4_datadir}/umbrello/headings
|
%dir %{_kde4_datadir}/umbrello/headings
|
||||||
%{_kde4_datadir}/umbrello/headings/*
|
%{_kde4_datadir}/umbrello/headings/*
|
||||||
%dir %{_kde4_datadir}/umbrello/icons
|
#%dir %{_kde4_datadir}/umbrello/icons
|
||||||
#%dir %{_kde4_datadir}/umbrello/icons/hicolor/
|
#%dir %{_kde4_datadir}/umbrello/icons/hicolor/
|
||||||
#%{_kde4_datadir}/umbrello/icons/hicolor/*
|
#%{_kde4_datadir}/umbrello/icons/hicolor/*
|
||||||
%dir %{_kde4_datadir}/umbrello/layouts
|
%dir %{_kde4_datadir}/umbrello/layouts
|
||||||
%{_kde4_datadir}/umbrello/layouts/*.desktop
|
%{_kde4_datadir}/umbrello/layouts/*.desktop
|
||||||
%dir %{_kde4_datadir}/umbrello/pics
|
#%dir %{_kde4_datadir}/umbrello/pics
|
||||||
%{_kde4_datadir}/umbrello/pics/*
|
#%{_kde4_datadir}/umbrello/pics/*
|
||||||
%{_kde4_datadir}/umbrello/umbrelloui.rc
|
%{_kde4_datadir}/umbrello/umbrelloui.rc
|
||||||
%{_kde4_datadir}/umbrello/xmi.css
|
%{_kde4_datadir}/umbrello/xmi.css
|
||||||
%{_kde4_datadir}/umbrello/xmi2docbook.xsl
|
%{_kde4_datadir}/umbrello/xmi2docbook.xsl
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/umbrello/*
|
%doc %lang(en) %{_kde4_htmldir}/en/umbrello/*
|
||||||
%{_kde4_datadir}/umbrello/icons/hicolor/*/actions/*.png
|
#%{_kde4_datadir}/umbrello/icons/hicolor/*/actions/*.png
|
||||||
%{_kde4_icondir}/hicolor/*/apps/umbrello.png
|
%{_kde4_icondir}/hicolor/*/apps/umbrello.png
|
||||||
%{_kde4_icondir}/hicolor/*/mimetypes/application-x-uml.png
|
%{_kde4_icondir}/hicolor/*/mimetypes/application-x-uml.png
|
||||||
%{_kde4_icondir}/hicolor/scalable/apps/umbrello.svgz
|
%{_kde4_icondir}/hicolor/scalable/apps/umbrello.svgz
|
||||||
%doc AUTHORS COPYING COPYING.DOC THANKS
|
%doc AUTHORS COPYING COPYING.DOC THANKS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 10 2016 Automatic Build System <autodist@mambasoft.it> 16.08.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Jul 13 2016 Automatic Build System <autodist@mambasoft.it> 16.04.3-1mamba
|
* Wed Jul 13 2016 Automatic Build System <autodist@mambasoft.it> 16.04.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user