Hello community, here is the log from the commit of package rekonq for openSUSE:Factory checked in at Tue May 17 13:26:57 CEST 2011.
-------- --- KDE/rekonq/rekonq.changes 2011-04-03 16:39:31.000000000 +0200 +++ rekonq/rekonq.changes 2011-04-27 22:33:43.000000000 +0200 @@ -1,0 +2,26 @@ +Wed Apr 27 20:30:14 UTC 2011 - asterios.dra...@gmail.com + +- Spec file updates: + * Fix locales removal if suse_version is not set. + +------------------------------------------------------------------- +Wed Apr 13 16:43:33 UTC 2011 - asterios.dra...@gmail.com + +- Spec file updates: + * Fixed Requires: (konqueror instead of konqueror-plugins). + +------------------------------------------------------------------- +Mon Apr 11 20:33:48 UTC 2011 - asterios.dra...@gmail.com + +- Spec file updates: + * Changes based on rpmdevtools templates and spec-cleaner run. + * Removed kdebase4-workspace-devel, konqueror-plugins, gtk2-devel, + kwebkitpart-devel (not needed) and added libkde4-devel in BuildRequires:. + * Removed kdebase4-workspace (not needed) and added konqueror-plugins in + Requires:. + * Updates in Url: and %description. + * Run fdupes to fix rpmlint warning "files-duplicate". + * Updates in %files section. + * Minor other updates. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rekonq.spec ++++++ --- /var/tmp/diff_new_pack.Sl8Fot/_old 2011-05-17 13:25:57.000000000 +0200 +++ /var/tmp/diff_new_pack.Sl8Fot/_new 2011-05-17 13:25:57.000000000 +0200 @@ -18,64 +18,72 @@ # norootforbuild -BuildRequires: kdebase4-workspace-devel >= 4.4.0 -BuildRequires: libqt4-devel >= 4.7.0 -BuildRequires: konqueror-plugins update-desktop-files -BuildRequires: gtk2-devel kwebkitpart-devel Name: rekonq -Summary: WebKit Based Web Browser for KDE4 Version: 0.7.0 -Release: 1 +Release: 2 +Summary: WebKit Based Web Browser for KDE4 + License: GPLv3 +Url: http://rekonq.kde.org/ Group: Productivity/Networking/Web/Browsers -Source0: %{name}-%{version}.tar.bz2 +Source0: http://sourceforge.net/projects/rekonq/files/%{version}/%{version}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -AutoReqProv: yes -Requires: kdebase4-workspace +BuildRequires: fdupes +BuildRequires: libkde4-devel >= 4.4.0 +BuildRequires: libqt4-devel >= 4.7.0 +%if 0%{?suse_version} +BuildRequires: update-desktop-files +%endif +Requires: konqueror %kde4_runtime_requires -Url: http://rekonq.sourceforge.net - %description -rekonq is a KDE browser based on QtWebkit. Its code is based on Nokia QtDemoBrowser, just -like Arora. Anyway its implementation is going to embrace KDE technologies to have a -full-featured KDE web browser. - -Author: --------- - Andrea Diamantini - +Rekonq is a web browser for KDE based on WebKit. It first focuses on being a +light, fast & clean way to access to net. Its development is doubly based on +using the new amazing features offered by the WebKit rendering engine and on +the rock solid network KDE technologies. %prep -%setup -q -n %{name}-%{version} +%setup -q %build - %cmake_kde4 -d builddir - %make_jobs +%cmake_kde4 -d build +%make_jobs %install - cd builddir - %kde4_makeinstall - cd .. - rm -rf %{buildroot}/%_datadir/locale/sr@ijekavian - rm -rf %{buildroot}/%_datadir/locale/sr@ijekavianlatin - %find_lang %{name} %{name}.lang - %suse_update_desktop_file %{name} WebBrowser - %kde_post_install +cd build +%kde4_makeinstall +cd .. + +%if 0%{?suse_version} +%suse_update_desktop_file %{name} Qt KDE Network WebBrowser +%endif + +# Remove unneeded locales +%if 0%{?suse_version} && 0%{?suse_version} < 1140 +rm -rf %{buildroot}%{_datadir}/locale/sr@ijekavian/ +rm -rf %{buildroot}%{_datadir}/locale/sr@ijekavianlatin/ +%endif + +%fdupes -s %{buildroot} + +%find_lang %{name} %{name}.lang + +%kde_post_install %clean - rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files -f %{name}.lang -%defattr(-, root, root) +%defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING TODO -%{_bindir}/rekonq -%_libdir/libkdeinit4_rekonq.so -%{_datadir}/applications/kde4/rekonq.desktop -%{_datadir}/icons/hicolor/*/apps/rekonq.png -%{_kde_share_dir}/apps/rekonq -%{_kde_share_dir}/config.kcfg/rekonq.kcfg +%{_kde4_bindir}/rekonq +%{_kde4_libdir}/libkdeinit4_rekonq.so +%{_kde4_applicationsdir}/rekonq.desktop +%{_kde4_iconsdir}/hicolor/*/apps/rekonq.png +%{_kde4_appsdir}/rekonq/ +%{_kde4_sharedir}/config.kcfg/rekonq.kcfg %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org