From 88108765f14127d9f95852edf047f50f644cd859 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 01:44:13 +0100 Subject: [PATCH] automatic version update by autodist [release 15.12.3-1mamba;Wed Mar 16 2016] --- kig.spec | 110 +++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 82 insertions(+), 28 deletions(-) diff --git a/kig.spec b/kig.spec index 241bf20..d404828 100644 --- a/kig.spec +++ b/kig.spec @@ -1,5 +1,5 @@ Name: kig -Version: 4.14.3 +Version: 15.12.3 Release: 1mamba Summary: Interactive Geometry Group: Graphical Desktop/Applications/Educational @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Davide Madrisan URL: http://www.kde.org -Source: http://download.kde.org/stable/%{version}/src/kig-%{version}.tar.xz +Source: http://download.kde.org/stable/applications/%{version}/src/kig-%{version}.tar.xz License: GPL BuildRequires: cmake ## AUTOBUILDREQ-BEGIN @@ -21,7 +21,8 @@ BuildRequires: libsoprano-devel BuildRequires: libstdc++6-devel BuildRequires: python-boost-devel ## AUTOBUILDREQ-END -Requires: kde-workspace +BuildRequires: extra-cmake-modules +#Requires: kde-workspace Provides: kig4 = %{?epoch:%epoch:}%{version}-%{release} Obsoletes: kig4 BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -36,7 +37,7 @@ Features: %setup -q %build -%cmake_kde4 -d build +%cmake -d build %make %install @@ -49,17 +50,17 @@ Features: %post ## remove the following line if no dynamic libraries are provided by this package /sbin/ldconfig -touch --no-create %{_kde4_icondir}/hicolor &>/dev/null -touch --no-create %{_kde4_icondir}/oxygen &>/dev/null +touch --no-create %{_kde5_icondir}/hicolor &>/dev/null +touch --no-create %{_kde5_icondir}/oxygen &>/dev/null exit 0 %posttrans ## remove the following line if no dynamic libraries are provided by this package /sbin/ldconfig update-desktop-database -q &>/dev/null -update-mime-database %{_kde4_mimedir} &>/dev/null -gtk-update-icon-cache %{_kde4_icondir}/hicolor &>/dev/null -gtk-update-icon-cache %{_kde4_icondir}/oxygen &>/dev/null +update-mime-database %{_kde5_mimedir} &>/dev/null +gtk-update-icon-cache %{_kde5_icondir}/hicolor &>/dev/null +gtk-update-icon-cache %{_kde5_icondir}/oxygen &>/dev/null exit 0 %postun @@ -67,33 +68,86 @@ exit 0 /sbin/ldconfig if [ $1 -eq 0 ]; then update-desktop-database -q &>/dev/null - update-mime-database %{_kde4_mimedir} &>/dev/null - touch --no-create %{_kde4_icondir}/hicolor &>/dev/null - touch --no-create %{_kde4_icondir}/oxygen &>/dev/null - gtk-update-icon-cache %{_kde4_icondir}/hicolor &>/dev/null - gtk-update-icon-cache %{_kde4_icondir}/oxygen &>/dev/null + update-mime-database %{_kde5_mimedir} &>/dev/null + touch --no-create %{_kde5_icondir}/hicolor &>/dev/null + touch --no-create %{_kde5_icondir}/oxygen &>/dev/null + gtk-update-icon-cache %{_kde5_icondir}/hicolor &>/dev/null + gtk-update-icon-cache %{_kde5_icondir}/oxygen &>/dev/null fi exit 0 %files %defattr(-,root,root) -%{_kde4_bindir}/%{name} -%{_kde4_bindir}/py%{name}.py -%{_kde4_datadir}/%{name} -%{_kde4_datadir}/katepart/syntax/python-%{name}.xml -%{_kde4_libdir}/kde4/%{name}part.so -%{_kde4_icondir}/hicolor/*/apps/%{name}.png -%{_kde4_icondir}/hicolor/*/mimetypes/application-x-%{name}.png -%{_kde4_icondir}/hicolor/scalable/apps/%{name}.svgz -%{_kde4_icondir}/hicolor/scalable/mimetypes/application-x-%{name}.svgz -%{_kde4_sharedir}/appdata/kig.appdata.xml -%{_kde4_xdgappsdir}/%{name}.desktop -%{_kde4_servicesdir}/%{name}_part.desktop -%doc %lang(en) %{_kde4_htmldir}/en/%{name} +%{_bindir}/%{name} +%{_bindir}/py%{name}.py +%{_libdir}/plugins/kigpart.so +%{_datadir}/applications/org.kde.kig.desktop +%{_datadir}/icons/hicolor/*/apps/%{name}.png +%{_datadir}/icons/hicolor/*/mimetypes/application-x-%{name}.png +%{_datadir}/icons/hicolor/scalable/apps/%{name}.svgz +%{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}.svgz +%{_datadir}/appdata/org.kde.kig.appdata.xml +%dir %{_datadir}/kig +%{_datadir}/kig/icons/hicolor/*/actions/*.png +%{_datadir}/kig/icons/hicolor/scalable/actions/*.svgz +%{_datadir}/kig/tips +%{_datadir}/kservices5/kig_part.desktop +%{_datadir}/kxmlgui5/kig/kigpartui.rc +%{_datadir}/kxmlgui5/kig/kigui.rc +#%{_datadir}/katepart/syntax/python-kig.xml +%dir %{_datadir}/kig/builtin-macros +%{_datadir}/kig/builtin-macros/*.kigt %{_mandir}/man1/%{name}.* -%doc AUTHORS COPYING COPYING.DOC ChangeLog README.Developers README.in TODO +%doc %lang(en) %{_docdir}/HTML/en/%{name} +%doc AUTHORS COPYING COPYING.DOC +#ChangeLog README.Developers README.in TODO %changelog +* Wed Mar 16 2016 Automatic Build System 15.12.3-1mamba +- automatic version update by autodist + +* Tue Feb 16 2016 Automatic Build System 15.12.2-1mamba +- automatic version update by autodist + +* Tue Jan 12 2016 Automatic Build System 15.12.1-1mamba +- automatic version update by autodist + +* Wed Dec 23 2015 Automatic Build System 15.12.0-1mamba +- automatic version update by autodist + +* Tue Nov 10 2015 Automatic Build System 15.08.3-1mamba +- automatic version update by autodist + +* Tue Oct 13 2015 Automatic Build System 15.08.2-1mamba +- automatic version update by autodist + +* Sun Sep 20 2015 Automatic Build System 15.08.1-1mamba +- automatic version update by autodist + +* Sun Aug 23 2015 Automatic Build System 15.08.0-1mamba +- automatic version update by autodist + +* Thu Jul 02 2015 Automatic Build System 15.04.3-1mamba +- automatic version update by autodist + +* Wed Jun 03 2015 Automatic Build System 15.04.2-1mamba +- automatic version update by autodist + +* Tue May 12 2015 Automatic Build System 15.04.1-1mamba +- automatic version update by autodist + +* Sun Apr 19 2015 Automatic Build System 15.04.0-1mamba +- automatic version update by autodist + +* Tue Mar 10 2015 Automatic Build System 14.12.3-1mamba +- automatic version update by autodist + +* Tue Mar 03 2015 Automatic Build System 14.12.2-1mamba +- automatic version update by autodist + +* Mon Jan 26 2015 Silvan Calarco 14.12.1-1mamba +- update to 14.12.1 + * Thu Nov 20 2014 Automatic Build System 4.14.3-1mamba - automatic version update by autodist