update to 0.12.14 [release 0.12.14-1mamba;Sat May 07 2022]
This commit is contained in:
parent
a55772123f
commit
5b72a50752
125
rsibreak.spec
125
rsibreak.spec
@ -2,113 +2,50 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: rsibreak
|
||||
Version: 0.12.13
|
||||
Version: 0.12.14
|
||||
Release: 1mamba
|
||||
Summary: A small utility which bothers you at certain intervals
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://userbase.kde.org/RSIBreak
|
||||
Source: http://www.mirrorservice.org/pub/kde/stable/rsibreak/%{majver}/rsibreak-%{version}.tar.xz
|
||||
Source: https://download.kde.org/Attic/rsibreak/%{majver}/rsibreak-%{version}.tar.xz
|
||||
Patch0: %{name}-0.9.0-cmake_fix_for_plasma.patch
|
||||
Patch1: %{name}-0.9.0-memory_leak.patch
|
||||
Patch2: %{name}-0.9.0-po_remove_duplicates.patch
|
||||
License: GPL
|
||||
BuildRequires: cmake
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: kdebase4-runtime
|
||||
BuildRequires: kdelibs4-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libXScrnSaver-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkauth-devel
|
||||
BuildRequires: libkcodecs-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkcrash-devel
|
||||
BuildRequires: libkdbusaddons-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkidletime-devel
|
||||
BuildRequires: libknotifications-devel
|
||||
BuildRequires: libknotifyconfig-devel
|
||||
BuildRequires: libktextwidgets-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkwindowsystem-devel
|
||||
BuildRequires: libkxmlgui-devel
|
||||
BuildRequires: libsonnet-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: kdelibs4
|
||||
Requires: kdebase4-runtime
|
||||
Obsoletes: rsibreak-i18n-da
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: cmake
|
||||
|
||||
%description
|
||||
Repetitive Strain Injury is an illness which can occur as a result of working with a mouse and keyboard.
|
||||
This utility can be used to remind you to take a break now and then.
|
||||
It will show you a random picture from a collection you can configure yourself for a configurable duration at a configurable interval.
|
||||
|
||||
%package i18n-es
|
||||
Summary: Spanish language support for %{program}
|
||||
Group: System/Internationalization
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}
|
||||
|
||||
%description i18n-es
|
||||
Spanish language support for %{program}.
|
||||
|
||||
%package i18n-et
|
||||
Summary: Estonian language support for %{program}
|
||||
Group: System/Internationalization
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}
|
||||
|
||||
%description i18n-et
|
||||
Estonian language support for %{program}.
|
||||
|
||||
%package i18n-fr
|
||||
Summary: French language support for %{program}
|
||||
Group: System/Internationalization
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}
|
||||
|
||||
%description i18n-fr
|
||||
French language support for %{program}.
|
||||
|
||||
%package i18n-it
|
||||
Summary: Italian language support for %{program}
|
||||
Group: System/Internationalization
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}
|
||||
|
||||
%description i18n-it
|
||||
Italian language support for %{program}.
|
||||
|
||||
%package i18n-nl
|
||||
Summary: Dutch language support for %{program}
|
||||
Group: System/Internationalization
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}
|
||||
|
||||
%description i18n-nl
|
||||
Dutch language support for %{program}.
|
||||
|
||||
%package i18n-pt
|
||||
Summary: Portuguese language support for %{program}
|
||||
Group: System/Internationalization
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}
|
||||
|
||||
%description i18n-pt
|
||||
Portuguese language support for %{program}.
|
||||
|
||||
%package i18n-pt_BR
|
||||
Summary: Brazil Portuguese language support for %{program}
|
||||
Group: System/Internationalization
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}
|
||||
|
||||
%description i18n-pt_BR
|
||||
Brazil Portuguese language support for %{program}.
|
||||
|
||||
%package i18n-sv
|
||||
Summary: Swedish language support for %{program}
|
||||
Group: System/Internationalization
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}
|
||||
|
||||
%description i18n-sv
|
||||
Swedish language support for %{program}.
|
||||
|
||||
%package i18n-uk
|
||||
Summary: Ukrainian language support for %{program}
|
||||
Group: System/Internationalization
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}
|
||||
|
||||
%description i18n-uk
|
||||
Ukrainian language support for %{program}.
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n rsibreak-%{version}
|
||||
@ -124,7 +61,7 @@ Ukrainian language support for %{program}.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||
%find_lang %{name}5_qt --with-qt --all-name --with-html || touch %{name}5_qt.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -138,18 +75,12 @@ Ukrainian language support for %{program}.
|
||||
%{_kde5_icondir}/hicolor/*/*/*.png
|
||||
%{_datadir}/applications/org.kde.rsibreak.desktop
|
||||
%{_datadir}/metainfo/org.kde.rsibreak.appdata.xml
|
||||
%lang(ca) %{_docdir}/HTML/ca/rsibreak
|
||||
%lang(en) %{_docdir}/HTML/en/rsibreak
|
||||
%lang(es) %{_docdir}/HTML/es/rsibreak
|
||||
%lang(it) %{_docdir}/HTML/it/rsibreak/
|
||||
%lang(nl) %{_docdir}/HTML/nl/rsibreak/
|
||||
%lang(pt) %{_docdir}/HTML/pt/rsibreak/
|
||||
%lang(pt_BR) %{_docdir}/HTML/pt_BR/rsibreak/
|
||||
%lang(sv) %{_docdir}/HTML/sv/rsibreak/
|
||||
%lang(uk) %{_docdir}/HTML/uk/rsibreak/
|
||||
%doc COPYING COPYING.DOC AUTHORS
|
||||
|
||||
%changelog
|
||||
* Sat May 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.14-1mamba
|
||||
- update to 0.12.14
|
||||
|
||||
* Sun Apr 05 2020 Automatic Build System <autodist@mambasoft.it> 0.12.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user