Hello community, here is the log from the commit of package kdewebdev4 for openSUSE:Factory checked in at Tue Sep 27 16:14:54 CEST 2011.
-------- --- kdewebdev4/kdewebdev4.changes 2011-09-23 12:13:26.000000000 +0200 +++ /mounts/work_src_done/STABLE/kdewebdev4/kdewebdev4.changes 2011-09-23 12:28:14.000000000 +0200 @@ -1,0 +2,9 @@ +Fri Sep 23 12:28:05 UTC 2011 - [email protected] + +- Removed empty base package (fix for RPMLINT warning) +- Added %kde4_pimlibs_requires macro (fix for RPMLINT warning) +- Split kommander-runtime-devel package (fix for RPMLINT warning) +- Changed kimagemapeditor description (fix for RPMLINT warning) +- Cleaned up spec file formatting + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdewebdev4.spec ++++++ --- /var/tmp/diff_new_pack.zexRl9/_old 2011-09-27 16:14:50.000000000 +0200 +++ /var/tmp/diff_new_pack.zexRl9/_new 2011-09-27 16:14:50.000000000 +0200 @@ -15,28 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: kdewebdev4 Version: 4.7.1 Release: 1 License: GPLv2+ -Summary: kdewebdev base package +Summary: Base package for kdewebdev Url: http://quanta.sf.net Group: System/GUI/KDE Source0: kdewebdev-%{version}.tar.bz2 Patch1: executor.diff BuildRequires: fdupes -BuildRequires: libkde4-devel BuildRequires: libkdepimlibs4-devel BuildRequires: libtidy-devel BuildRequires: ruby-devel -Suggests: kfilereplace -Suggests: kimagemapeditor -Suggests: klinkstatus -Suggests: kommander-runtime BuildRoot: %{_tmppath}/%{name}-%{version}-build -%kde4_runtime_requires %description This package suggests the packages which are built from the kdewebdev @@ -57,18 +49,20 @@ %create_subdir_filelist -d kimagemapeditor %create_subdir_filelist -d kfilereplace %create_subdir_filelist -d kommander +%if 0 + %create_subdir_filelist -d kxsldbg +%endif cd .. - - %create_exclude_filelist %suse_update_desktop_file -r klinkstatus Office WebDevelopment %suse_update_desktop_file -r kimagemapeditor Office WebDevelopment %suse_update_desktop_file -r kfilereplace System FileManager - +%if 0 + %suse_update_desktop_file -r kxsldbg Office WebDevelopment +%endif %kde_post_install %fdupes -s %{buildroot} %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %package -n kfilereplace @@ -83,13 +77,12 @@ KFileReplace is a batch search and replace tool. %post -n kfilereplace -p /sbin/ldconfig - %postun -n kfilereplace -p /sbin/ldconfig %files -n kfilereplace -f filelists/kfilereplace %defattr(-,root,root) %doc AUTHORS COPYING COPYING.DOC README -%_kde4_appsdir/kfilereplacepart +%{_kde4_appsdir}/kfilereplacepart %package -n kimagemapeditor License: GPLv2+ @@ -100,10 +93,9 @@ %kde4_runtime_requires %description -n kimagemapeditor -An HTML Image Map Editor +A tool to edit image maps of HTML files %post -n kimagemapeditor -p /sbin/ldconfig - %postun -n kimagemapeditor -p /sbin/ldconfig %files -n kimagemapeditor -f filelists/kimagemapeditor @@ -116,19 +108,19 @@ Group: Productivity/Publishing/HTML/Tools Provides: kde4-klinkstatus = 4.3.0 Obsoletes: kde4-klinkstatus < 4.3.0 +%kde4_pimlibs_requires %kde4_runtime_requires %description -n klinkstatus Validator for links on HTML pages %post -n klinkstatus -p /sbin/ldconfig - %postun -n klinkstatus -p /sbin/ldconfig %files -n klinkstatus -f filelists/klinkstatus %defattr(-,root,root) %doc AUTHORS COPYING COPYING.DOC README -%_kde4_appsdir/klinkstatuspart +%{_kde4_appsdir}/klinkstatuspart %package -n kommander-runtime License: GPLv2+ @@ -138,6 +130,8 @@ Obsoletes: kde4-kommander < 4.3.0 Provides: kommander = 4.3.0 Obsoletes: kommander < 4.3.0 +Provides: kdewebdev4 = 4.7.1 +Obsoletes: kdewebdev4 < 4.7.1 %kde4_runtime_requires %description -n kommander-runtime @@ -146,13 +140,32 @@ dialogs and application created with the kde3-kommander application. %post -n kommander-runtime -p /sbin/ldconfig - %postun -n kommander-runtime -p /sbin/ldconfig %files -n kommander-runtime -f filelists/kommander %defattr(-,root,root) %doc AUTHORS COPYING COPYING.DOC README -%if 0 +%exclude %{_kde4_includedir}/kommander*.h +%exclude %{_kde4_includedir}/specials.h +%exclude %{_kde4_libdir}/libkommander*.so + +%package -n kommander-runtime-devel +License: GPLv2+ +Summary: Development files for kommander-runtime +Group: Development/Libraries/KDE +Requires: kommander-runtime = %{version} +%kde4_runtime_requires + +%description -n kommander-runtime-devel +This package provides development libraries and headers needed to build software +using kommander-runtime + +%files -n kommander-runtime-devel +%defattr(-,root,root) +%doc AUTHORS COPYING COPYING.DOC README +%{_kde4_includedir}/kommander*.h +%{_kde4_includedir}/specials.h +%{_kde4_libdir}/libkommander*.so %package -n kxsldbg @@ -166,13 +179,14 @@ %description -n kxsldbg A KDE KPart Application for xsldbg, an XSLT debugger +%if 0 %files -n kxsldbg -f filelists/kxsldbg %defattr(-,root,root) %doc AUTHORS COPYING COPYING.DOC README -%dir %_kde4_appsdir/kxsldbgpart -%dir %_kde4_appsdir/xsldbg +%dir %{_kde4_appsdir}/kxsldbgpart +%dir %{_kde4_appsdir}/xsldbg %{_mandir}/man1/xsldbg.1* -%doc %lang(en) %_kde4_htmldir/en/xsldbg +%doc %lang(en) %{_kde4_htmldir}/en/xsldbg %endif %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
