commit plasmoid-cwp for openSUSE:Factory
Hello community, here is the log from the commit of package plasmoid-cwp for openSUSE:Factory checked in at Sun Feb 27 14:04:29 CET 2011. -------- --- KDE/plasmoid-cwp/plasmoid-cwp.changes 2011-01-08 19:26:40.000000000 +0100 +++ plasmoid-cwp/plasmoid-cwp.changes 2011-02-26 14:11:00.000000000 +0100 @@ -1,0 +2,16 @@ +Sat Feb 26 12:51:55 UTC 2011 - asterios.dramis@gmail.com + +- Update to version 1.4.0 + - on request: export / import settings from configuration dialog +- Spec file updates + - More changes based on rpmdevtools templates and spec-cleaner run. + - Changed License: to GPLv3+. + - Added description for the patch based on openSUSE Patches Guidelines. + - Minor updates in BuildRequires:, %install and %files sections. + +------------------------------------------------------------------- +Sat Feb 26 10:28:56 UTC 2011 - coolo@novell.com + +- recommend -lang package + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- 98925-cwp-1.3.3.tar.bz2 New: ---- 98925-cwp-1.4.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasmoid-cwp.spec ++++++ --- /var/tmp/diff_new_pack.ZS6ki3/_old 2011-02-27 14:03:26.000000000 +0100 +++ /var/tmp/diff_new_pack.ZS6ki3/_new 2011-02-27 14:03:26.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package plasmoid-cwp (Version 1.3.3) +# spec file for package plasmoid-cwp # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 Buschmann <buschmann23@opensuse.org> @@ -18,32 +18,32 @@ # norootforbuild -BuildRequires: libkde4-devel -BuildRequires: licenses -BuildRequires: update-desktop-files Name: plasmoid-cwp -Version: 1.3.3 +Version: 1.4.0 Release: 1 -License: GPLv3 Summary: Customizable Weather Plasmoid + +License: GPLv3+ Url: http://www.kde-look.org/content/show.php?content=98925 Group: System/GUI/KDE Source0: http://kde-look.org/CONTENT/content-files/98925-cwp-%{version}.tar.bz2 -# Clarify where the xml files mentioned in the README are installed -Patch1: readme.patch - -# renamed when plasmoid was renamed with version 0.9.3 -Provides: plasmoid-customizable-weather = %{version} -Obsoletes: plasmoid-customizable-weather < %{version} -AutoReqProv: yes +# PATCH-FIX-OPENSUSE readme.patch buschmann23@opensuse.org -- Clarify where the xml files mentioned in the README are installed +Patch0: readme.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: libkde4-devel +BuildRequires: licenses +%if 0%{?suse_version} +BuildRequires: update-desktop-files +%endif Requires: kdebase4-workspace Requires: licenses %kde4_runtime_requires -Suggests: %{name}-lang = %{version} - -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Recommends: %{name}-lang = %{version} +# renamed when plasmoid was renamed with version 0.9.3 +Provides: plasmoid-customizable-weather = %{version} +Obsoletes: plasmoid-customizable-weather < %{version} %description This is another weather plasmoid. @@ -60,6 +60,8 @@ Some xml files are already included, you can find them under /usr/share/kde4/apps/plasma-cwp + + Author: -------- Georg Hennig @@ -67,40 +69,47 @@ %lang_package %prep -%setup -n cwp-%{version} -%patch1 +%setup -q -n cwp-%{version} +%patch0 %build - %cmake_kde4 -d builddir - %make_jobs +%cmake_kde4 -d builddir +%make_jobs %install - cd builddir - %kde4_makeinstall - cd .. - MD5SUM=$(md5sum COPYING | sed 's/ .*//') - if test -f /usr/share/doc/licenses/md5/$MD5SUM ; then +cd builddir +%kde4_makeinstall +cd .. + +# +MD5SUM=$(md5sum COPYING | sed 's/ .*//') +if test -f /usr/share/doc/licenses/md5/$MD5SUM ; then ln -sf /usr/share/doc/licenses/md5/$MD5SUM COPYING - fi - %suse_update_desktop_file -n %{buildroot}%{_datadir}/kde4/services/plasma-applet-cwp.desktop - %kde_post_install - %find_lang plasma_applet_cwp +fi + +%if 0%{?suse_version} +%suse_update_desktop_file %{buildroot}%{_datadir}/kde4/services/plasma-applet-cwp.desktop +%endif + +%find_lang plasma_applet_cwp + +%kde_post_install %clean - rm -rf %{buildroot} +rm -rf %{buildroot} %files -%defattr(644,root,root,755) -%doc ChangeLog COPYING README -%_kde4_modules/plasma_applet_cwp.so -%_kde_share_dir/services/plasma-applet-cwp.desktop -%dir %_kde_share_dir/apps/desktoptheme -%dir %_kde_share_dir/apps/desktoptheme/default -%dir %_kde_share_dir/apps/desktoptheme/default/widgets -%_kde_share_dir/apps/desktoptheme/default/widgets/*.svgz -%_kde_share_dir/apps/plasma-cwp -%{_datadir}/icons/oxygen/scalable/status/weather-windy.svgz -%{_datadir}/icons/oxygen/128x128/status/weather-windy.png +%defattr(-,root,root,-) +%doc COPYING ChangeLog README +%{_kde4_modulesdir}/plasma_applet_cwp.so +%{_kde4_iconsdir}/oxygen/128x128/status/weather-windy.png +%{_kde4_iconsdir}/oxygen/scalable/status/weather-windy.svgz +%dir %{_kde4_appsdir}/desktoptheme +%dir %{_kde4_appsdir}/desktoptheme/default +%dir %{_kde4_appsdir}/desktoptheme/default/widgets +%{_kde4_appsdir}/desktoptheme/default/widgets/*.svgz +%{_kde4_appsdir}/plasma-cwp/ +%{_kde4_servicesdir}/plasma-applet-cwp.desktop %files lang -f plasma_applet_cwp.lang ++++++ 98925-cwp-1.3.3.tar.bz2 -> 98925-cwp-1.4.0.tar.bz2 ++++++ ++++ 32193 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de