automatic version update by autodist [release 15.12.3-1mamba;Wed Mar 16 2016]

This commit is contained in:
Automatic Build System 2024-01-06 01:44:13 +01:00
parent 090a44b2c2
commit 88108765f1

110
kig.spec
View File

@ -1,5 +1,5 @@
Name: kig Name: kig
Version: 4.14.3 Version: 15.12.3
Release: 1mamba Release: 1mamba
Summary: Interactive Geometry Summary: Interactive Geometry
Group: Graphical Desktop/Applications/Educational Group: Graphical Desktop/Applications/Educational
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com> Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: http://www.kde.org 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 License: GPL
BuildRequires: cmake BuildRequires: cmake
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -21,7 +21,8 @@ BuildRequires: libsoprano-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: python-boost-devel BuildRequires: python-boost-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: kde-workspace BuildRequires: extra-cmake-modules
#Requires: kde-workspace
Provides: kig4 = %{?epoch:%epoch:}%{version}-%{release} Provides: kig4 = %{?epoch:%epoch:}%{version}-%{release}
Obsoletes: kig4 Obsoletes: kig4
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -36,7 +37,7 @@ Features:
%setup -q %setup -q
%build %build
%cmake_kde4 -d build %cmake -d build
%make %make
%install %install
@ -49,17 +50,17 @@ Features:
%post %post
## remove the following line if no dynamic libraries are provided by this package ## remove the following line if no dynamic libraries are provided by this package
/sbin/ldconfig /sbin/ldconfig
touch --no-create %{_kde4_icondir}/hicolor &>/dev/null touch --no-create %{_kde5_icondir}/hicolor &>/dev/null
touch --no-create %{_kde4_icondir}/oxygen &>/dev/null touch --no-create %{_kde5_icondir}/oxygen &>/dev/null
exit 0 exit 0
%posttrans %posttrans
## remove the following line if no dynamic libraries are provided by this package ## remove the following line if no dynamic libraries are provided by this package
/sbin/ldconfig /sbin/ldconfig
update-desktop-database -q &>/dev/null update-desktop-database -q &>/dev/null
update-mime-database %{_kde4_mimedir} &>/dev/null update-mime-database %{_kde5_mimedir} &>/dev/null
gtk-update-icon-cache %{_kde4_icondir}/hicolor &>/dev/null gtk-update-icon-cache %{_kde5_icondir}/hicolor &>/dev/null
gtk-update-icon-cache %{_kde4_icondir}/oxygen &>/dev/null gtk-update-icon-cache %{_kde5_icondir}/oxygen &>/dev/null
exit 0 exit 0
%postun %postun
@ -67,33 +68,86 @@ exit 0
/sbin/ldconfig /sbin/ldconfig
if [ $1 -eq 0 ]; then if [ $1 -eq 0 ]; then
update-desktop-database -q &>/dev/null update-desktop-database -q &>/dev/null
update-mime-database %{_kde4_mimedir} &>/dev/null update-mime-database %{_kde5_mimedir} &>/dev/null
touch --no-create %{_kde4_icondir}/hicolor &>/dev/null touch --no-create %{_kde5_icondir}/hicolor &>/dev/null
touch --no-create %{_kde4_icondir}/oxygen &>/dev/null touch --no-create %{_kde5_icondir}/oxygen &>/dev/null
gtk-update-icon-cache %{_kde4_icondir}/hicolor &>/dev/null gtk-update-icon-cache %{_kde5_icondir}/hicolor &>/dev/null
gtk-update-icon-cache %{_kde4_icondir}/oxygen &>/dev/null gtk-update-icon-cache %{_kde5_icondir}/oxygen &>/dev/null
fi fi
exit 0 exit 0
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_kde4_bindir}/%{name} %{_bindir}/%{name}
%{_kde4_bindir}/py%{name}.py %{_bindir}/py%{name}.py
%{_kde4_datadir}/%{name} %{_libdir}/plugins/kigpart.so
%{_kde4_datadir}/katepart/syntax/python-%{name}.xml %{_datadir}/applications/org.kde.kig.desktop
%{_kde4_libdir}/kde4/%{name}part.so %{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_kde4_icondir}/hicolor/*/apps/%{name}.png %{_datadir}/icons/hicolor/*/mimetypes/application-x-%{name}.png
%{_kde4_icondir}/hicolor/*/mimetypes/application-x-%{name}.png %{_datadir}/icons/hicolor/scalable/apps/%{name}.svgz
%{_kde4_icondir}/hicolor/scalable/apps/%{name}.svgz %{_datadir}/icons/hicolor/scalable/mimetypes/application-x-%{name}.svgz
%{_kde4_icondir}/hicolor/scalable/mimetypes/application-x-%{name}.svgz %{_datadir}/appdata/org.kde.kig.appdata.xml
%{_kde4_sharedir}/appdata/kig.appdata.xml %dir %{_datadir}/kig
%{_kde4_xdgappsdir}/%{name}.desktop %{_datadir}/kig/icons/hicolor/*/actions/*.png
%{_kde4_servicesdir}/%{name}_part.desktop %{_datadir}/kig/icons/hicolor/scalable/actions/*.svgz
%doc %lang(en) %{_kde4_htmldir}/en/%{name} %{_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}.* %{_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 %changelog
* Wed Mar 16 2016 Automatic Build System <autodist@mambasoft.it> 15.12.3-1mamba
- automatic version update by autodist
* Tue Feb 16 2016 Automatic Build System <autodist@mambasoft.it> 15.12.2-1mamba
- automatic version update by autodist
* Tue Jan 12 2016 Automatic Build System <autodist@mambasoft.it> 15.12.1-1mamba
- automatic version update by autodist
* Wed Dec 23 2015 Automatic Build System <autodist@mambasoft.it> 15.12.0-1mamba
- automatic version update by autodist
* Tue Nov 10 2015 Automatic Build System <autodist@mambasoft.it> 15.08.3-1mamba
- automatic version update by autodist
* Tue Oct 13 2015 Automatic Build System <autodist@mambasoft.it> 15.08.2-1mamba
- automatic version update by autodist
* Sun Sep 20 2015 Automatic Build System <autodist@mambasoft.it> 15.08.1-1mamba
- automatic version update by autodist
* Sun Aug 23 2015 Automatic Build System <autodist@mambasoft.it> 15.08.0-1mamba
- automatic version update by autodist
* Thu Jul 02 2015 Automatic Build System <autodist@mambasoft.it> 15.04.3-1mamba
- automatic version update by autodist
* Wed Jun 03 2015 Automatic Build System <autodist@mambasoft.it> 15.04.2-1mamba
- automatic version update by autodist
* Tue May 12 2015 Automatic Build System <autodist@mambasoft.it> 15.04.1-1mamba
- automatic version update by autodist
* Sun Apr 19 2015 Automatic Build System <autodist@mambasoft.it> 15.04.0-1mamba
- automatic version update by autodist
* Tue Mar 10 2015 Automatic Build System <autodist@mambasoft.it> 14.12.3-1mamba
- automatic version update by autodist
* Tue Mar 03 2015 Automatic Build System <autodist@mambasoft.it> 14.12.2-1mamba
- automatic version update by autodist
* Mon Jan 26 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 14.12.1-1mamba
- update to 14.12.1
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba * Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
- automatic version update by autodist - automatic version update by autodist