Hello community,

here is the log from the commit of package kdewebdev4 for openSUSE:Factory
checked in at Mon Sep 26 10:06:50 CEST 2011.



--------
--- kdewebdev4/kdewebdev4.changes       2011-09-07 14:46:44.000000000 +0200
+++ /mounts/work_src_done/STABLE/kdewebdev4/kdewebdev4.changes  2011-09-23 
12:13:26.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Sep 23 10:13:49 UTC 2011 - idon...@suse.com
+
+- Cleanup spec file
+- Remove unneeded dependency on kdesdk4 package, which is gone now
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdewebdev4.spec ++++++
--- /var/tmp/diff_new_pack.LhL07y/_old  2011-09-26 10:06:46.000000000 +0200
+++ /var/tmp/diff_new_pack.LhL07y/_new  2011-09-26 10:06:46.000000000 +0200
@@ -18,39 +18,32 @@
 
 
 Name:           kdewebdev4
-BuildRequires:  kdesdk4 libkde4-devel libtidy-devel
-BuildRequires:  fdupes libkdepimlibs4-devel ruby-devel
+Version:        4.7.1
+Release:        1
 License:        GPLv2+
-Group:          System/GUI/KDE
 Summary:        kdewebdev base package
 Url:            http://quanta.sf.net
-Version:        4.7.1
-Release:        1
-Source0:        kdewebdev-%version.tar.bz2
+Group:          System/GUI/KDE
+Source0:        kdewebdev-%{version}.tar.bz2
 Patch1:         executor.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
+BuildRequires:  fdupes
+BuildRequires:  libkde4-devel
+BuildRequires:  libkdepimlibs4-devel
+BuildRequires:  libtidy-devel
+BuildRequires:  ruby-devel
 Suggests:       kfilereplace
 Suggests:       kimagemapeditor
 Suggests:       klinkstatus
 Suggests:       kommander-runtime
-#Suggests:       kxsldbg
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%kde4_runtime_requires
 
 %description
 This package suggests the packages which are built from the kdewebdev
 module.
 
-
-
-Authors:
---------
-    Yacovlev Alexander <kor...@mail.univ.kiev.ua>
-    Dmitry Poplavsky <pd...@mail.univ.kiev.ua>
-    Eric Laffoon <sequi...@easystreet.com>
-    Andras Mantia <aman...@freemail.hu>
-
 %prep
-%setup -q -n kdewebdev-%version
+%setup -q -n kdewebdev-%{version}
 %patch1
 
 %build
@@ -59,37 +52,29 @@
 
 %install
   cd build
-  %makeinstall
+%make_install
   %create_subdir_filelist -d klinkstatus
   %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 $RPM_BUILD_ROOT
+  %fdupes -s %{buildroot}
 
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
-%clean
-  rm -rf $RPM_BUILD_ROOT
-  rm -rf filelists
-
 %package -n kfilereplace
 License:        GPLv2+
-Group:          Productivity/Other
 Summary:        Search & Replace Tool
+Group:          Productivity/Other
 Provides:       kde4-kfilereplace = 4.3.0
 Obsoletes:      kde4-kfilereplace < 4.3.0
 %kde4_runtime_requires
@@ -97,15 +82,6 @@
 %description -n kfilereplace
 KFileReplace is a batch search and replace tool.
 
-
-
-Authors:
---------
-    Yacovlev Alexander <kor...@mail.univ.kiev.ua>
-    Dmitry Poplavsky <pd...@mail.univ.kiev.ua>
-    Eric Laffoon <sequi...@easystreet.com>
-    Andras Mantia <aman...@freemail.hu>
-
 %post -n kfilereplace -p /sbin/ldconfig
 
 %postun -n kfilereplace -p /sbin/ldconfig
@@ -117,8 +93,8 @@
 
 %package -n kimagemapeditor
 License:        GPLv2+
-Group:          Productivity/Publishing/HTML/Editors
 Summary:        HTML Image Map Editor
+Group:          Productivity/Publishing/HTML/Editors
 Provides:       kde4-kimagemapeditor = 4.3.0
 Obsoletes:      kde4-kimagemapeditor < 4.3.0
 %kde4_runtime_requires
@@ -126,15 +102,6 @@
 %description -n kimagemapeditor
 An HTML Image Map Editor
 
-
-
-Authors:
---------
-    Yacovlev Alexander <kor...@mail.univ.kiev.ua>
-    Dmitry Poplavsky <pd...@mail.univ.kiev.ua>
-    Eric Laffoon <sequi...@easystreet.com>
-    Andras Mantia <aman...@freemail.hu>
-
 %post -n kimagemapeditor -p /sbin/ldconfig
 
 %postun -n kimagemapeditor -p /sbin/ldconfig
@@ -145,8 +112,8 @@
 
 %package -n klinkstatus
 License:        GPLv2+
-Group:          Productivity/Publishing/HTML/Tools
 Summary:        Link Checker
+Group:          Productivity/Publishing/HTML/Tools
 Provides:       kde4-klinkstatus = 4.3.0
 Obsoletes:      kde4-klinkstatus < 4.3.0
 %kde4_runtime_requires
@@ -154,15 +121,6 @@
 %description -n klinkstatus
 Validator for links on HTML pages
 
-
-
-Authors:
---------
-    Yacovlev Alexander <kor...@mail.univ.kiev.ua>
-    Dmitry Poplavsky <pd...@mail.univ.kiev.ua>
-    Eric Laffoon <sequi...@easystreet.com>
-    Andras Mantia <aman...@freemail.hu>
-
 %post -n klinkstatus -p /sbin/ldconfig
 
 %postun -n klinkstatus -p /sbin/ldconfig
@@ -187,15 +145,6 @@
 need to use any programming language. This is the runtime to execute
 dialogs and application created with the kde3-kommander application.
 
-
-
-Authors:
---------
-    Marc Britton  <cons...@optusnet.com.au>
-    Eric Laffoon  <sequi...@kde.org>
-    Michal Rudolf <mrud...@kdewebdev.org>
-    Andras Mantia <aman...@kde.org>
-
 %post -n kommander-runtime -p /sbin/ldconfig
 
 %postun -n kommander-runtime -p /sbin/ldconfig
@@ -217,15 +166,6 @@
 %description -n kxsldbg
 A KDE KPart Application for xsldbg, an XSLT debugger
 
-
-
-Authors:
---------
-    Yacovlev Alexander <kor...@mail.univ.kiev.ua>
-    Dmitry Poplavsky <pd...@mail.univ.kiev.ua>
-    Eric Laffoon <sequi...@easystreet.com>
-    Andras Mantia <aman...@freemail.hu>
-
 %files -n kxsldbg -f filelists/kxsldbg
 %defattr(-,root,root)
 %doc AUTHORS COPYING COPYING.DOC README
@@ -235,8 +175,4 @@
 %doc %lang(en) %_kde4_htmldir/en/xsldbg
 %endif
 
-%files -f filelists/exclude
-%defattr(-,root,root)
-%doc AUTHORS COPYING COPYING.DOC README
-
 %changelog


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to