automatic version update by autodist [release 17.08.0-1mamba;Wed Aug 30 2017]
This commit is contained in:
parent
a66585bc26
commit
dcf3ab599e
59
ksudoku.spec
59
ksudoku.spec
@ -1,5 +1,5 @@
|
|||||||
Name: ksudoku
|
Name: ksudoku
|
||||||
Version: 4.14.3
|
Version: 17.08.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A program that can generate and solve sudoku
|
Summary: A program that can generate and solve sudoku
|
||||||
Group: Graphical Desktop/Applications/Games
|
Group: Graphical Desktop/Applications/Games
|
||||||
@ -7,17 +7,16 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source: http://download.kde.org/stable/%{version}/src/ksudoku-%{version}.tar.xz
|
Source: http://download.kde.org/stable/applications/%{version}/src/ksudoku-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: kdelibs-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libGL-devel
|
BuildRequires: libGL-devel
|
||||||
BuildRequires: libGLU-devel
|
BuildRequires: libGLU-devel
|
||||||
BuildRequires: libICE-devel
|
BuildRequires: libICE-devel
|
||||||
BuildRequires: libkdegames-devel
|
BuildRequires: libkdegames-devel
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
@ -29,9 +28,6 @@ BuildRequires: libXpm-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: automoc4
|
BuildRequires: automoc4
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: libqt4-devel
|
|
||||||
BuildRequires: kdelibs-devel
|
|
||||||
Requires: kdelibs%{?_kde4_version: >= %{_kde4_version}}
|
|
||||||
Provides: ksudoku4
|
Provides: ksudoku4
|
||||||
Obsoletes: ksudoku4
|
Obsoletes: ksudoku4
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -45,47 +41,66 @@ A program that can generate and solve sudoku.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde5 -d build
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
|
%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{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
|
||||||
update-desktop-database -q >/dev/null 2>&1
|
update-desktop-database -q >/dev/null 2>&1
|
||||||
update-mime-database %{_kde4_mimedir} >/dev/null 2>&1
|
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
||||||
gtk-update-icon-cache %{_kde4_icondir}/hicolor >/dev/null 2>&1
|
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
update-desktop-database -q >/dev/null 2>&1
|
update-desktop-database -q >/dev/null 2>&1
|
||||||
update-mime-database %{_kde4_mimedir} >/dev/null 2>&1
|
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
||||||
touch --no-create %{_kde4_icondir}/hicolor >/dev/null 2>&1
|
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||||
gtk-update-icon-cache %{_kde4_icondir}/hicolor >/dev/null 2>&1
|
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%files
|
%files -f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde4_bindir}/ksudoku
|
%{_kde5_bindir}/ksudoku
|
||||||
%{_kde4_xdgappsdir}/ksudoku.desktop
|
%{_datadir}/metainfo/org.kde.ksudoku.appdata.xml
|
||||||
%dir %{_kde4_datadir}/ksudoku
|
%{_datadir}/applications/org.kde.ksudoku.desktop
|
||||||
%{_kde4_datadir}/ksudoku/*
|
%{_datadir}/kxmlgui5/ksudoku/ksudokuui.rc
|
||||||
%config %{_kde4_configdir}/ksudokurc
|
%dir %{_kde5_datadir}/ksudoku
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/ksudoku/*
|
%{_kde5_datadir}/ksudoku/*
|
||||||
%{_kde4_icondir}/hicolor/*/apps/ksudoku.png
|
%config %{_kde5_configdir}/ksudokurc
|
||||||
|
%doc %lang(en) %{_kde5_htmldir}/en/ksudoku/*
|
||||||
|
%{_kde5_icondir}/hicolor/*/apps/ksudoku.png
|
||||||
|
%lang(de) %{_datadir}/doc/HTML/de/ksudoku
|
||||||
|
%lang(es) %{_datadir}/doc/HTML/es/ksudoku
|
||||||
|
%lang(et) %{_datadir}/doc/HTML/et/ksudoku
|
||||||
|
%lang(fr) %{_datadir}/doc/HTML/fr/ksudoku
|
||||||
|
%lang(gl) %{_datadir}/doc/HTML/gl/ksudoku
|
||||||
|
%lang(it) %{_datadir}/doc/HTML/it/ksudoku
|
||||||
|
%lang(nl) %{_datadir}/doc/HTML/nl/ksudoku
|
||||||
|
%lang(pt) %{_datadir}/doc/HTML/pt/ksudoku
|
||||||
|
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/ksudoku
|
||||||
|
%lang(ru) %{_datadir}/doc/HTML/ru/ksudoku
|
||||||
|
%lang(sv) %{_datadir}/doc/HTML/sv/ksudoku
|
||||||
|
%lang(uk) %{_datadir}/doc/HTML/uk/ksudoku
|
||||||
%doc AUTHORS COPYING COPYING.DOC
|
%doc AUTHORS COPYING COPYING.DOC
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 30 2017 Automatic Build System <autodist@mambasoft.it> 17.08.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user