automatic version update by autodist [release 16.04.0-1mamba;Sat Apr 23 2016]
This commit is contained in:
parent
9ce15e5912
commit
4fee1b5dfb
@ -1,5 +1,5 @@
|
||||
# kteatime
|
||||
|
||||
System tray applet that makes sure your tea doesn't get too strong.
|
||||
This package is part of KDE4.
|
||||
This package is part of KDE Applications.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: kteatime
|
||||
Version: 4.14.3
|
||||
Version: 16.04.0
|
||||
Release: 1mamba
|
||||
Summary: System tray applet that makes sure your tea doesn't get too strong
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
@ -7,25 +7,22 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/%{version}/src/kteatime-%{version}.tar.xz
|
||||
Source: http://download.kde.org/stable/applications/%{version}/src/kteatime-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: kdelibs-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: automoc4
|
||||
BuildRequires: cmake
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: kdelibs-devel
|
||||
Requires: kdelibs%{?_kde4_version: >= %{_kde4_version}}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
System tray applet that makes sure your tea doesn't get too strong.
|
||||
This package is part of KDE4.
|
||||
This package is part of KDE Applications.
|
||||
|
||||
%debug_package
|
||||
|
||||
@ -33,7 +30,7 @@ This package is part of KDE4.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -44,37 +41,76 @@ This package is part of KDE4.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
touch --no-create %{_kde4_icondir}/hicolor >/dev/null 2>&1
|
||||
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||
exit 0
|
||||
|
||||
%posttrans
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database %{_kde4_mimedir} >/dev/null 2>&1
|
||||
gtk-update-icon-cache %{_kde4_icondir}/hicolor >/dev/null 2>&1
|
||||
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
||||
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ]; then
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
touch --no-create %{_kde4_icondir}/hicolor >/dev/null 2>&1
|
||||
gtk-update-icon-cache %{_kde4_icondir}/hicolor >/dev/null 2>&1
|
||||
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_kde4_bindir}/kteatime
|
||||
%{_kde4_xdgappsdir}/kteatime.desktop
|
||||
%{_kde4_datadir}/kteatime/kteatime.notifyrc
|
||||
%doc %lang(en) %{_kde4_htmldir}/en/kteatime/common
|
||||
%doc %lang(en) %{_kde4_htmldir}/en/kteatime/config.png
|
||||
%doc %lang(en) %{_kde4_htmldir}/en/kteatime/index.cache.bz2
|
||||
%doc %lang(en) %{_kde4_htmldir}/en/kteatime/index.docbook
|
||||
%{_kde4_icondir}/hicolor/*/apps/kteatime.png
|
||||
%{_kde4_icondir}/hicolor/scalable/apps/kteatime.svgz
|
||||
%{_kde5_bindir}/kteatime
|
||||
%{_datadir}/appdata/org.kde.kteatime.appdata.xml
|
||||
%{_datadir}/applications/org.kde.kteatime.desktop
|
||||
%{_datadir}/knotifications5/kteatime.notifyrc
|
||||
%doc %lang(en) %{_kde5_htmldir}/en/kteatime/config.png
|
||||
%doc %lang(en) %{_kde5_htmldir}/en/kteatime/index.cache.bz2
|
||||
%doc %lang(en) %{_kde5_htmldir}/en/kteatime/index.docbook
|
||||
%{_kde5_icondir}/hicolor/*/apps/kteatime.png
|
||||
%{_kde5_icondir}/hicolor/scalable/apps/kteatime.svgz
|
||||
%doc COPYING COPYING.DOC
|
||||
|
||||
%changelog
|
||||
* Sat Apr 23 2016 Automatic Build System <autodist@mambasoft.it> 16.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
* Sun Dec 20 2015 Automatic Build System <autodist@mambasoft.it> 15.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 11 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 May 10 2015 Automatic Build System <autodist@mambasoft.it> 15.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user