Hello community,

here is the log from the commit of package kepas for openSUSE:Factory
checked in at Thu Aug 25 14:34:46 CEST 2011.



--------
--- KDE/kepas/kepas.changes     2010-12-14 15:56:23.000000000 +0100
+++ /mounts/work_src_done/STABLE/kepas/kepas.changes    2011-08-25 
10:23:02.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Aug 25 08:22:04 UTC 2011 - [email protected]
+
+- Add kepas-link-qt3support.patch: link to Qt3Support explicitly 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  kepas-link-qt3support.patch

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

Other differences:
------------------
++++++ kepas.spec ++++++
--- /var/tmp/diff_new_pack.j28q2Q/_old  2011-08-25 14:31:43.000000000 +0200
+++ /var/tmp/diff_new_pack.j28q2Q/_new  2011-08-25 14:31:43.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package kepas (Version 0.9.3)
+# spec file for package kepas
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,17 @@
 
 
 Name:           kepas
-BuildRequires:  kdebase4-workspace-devel libkde4-devel
+Version:        0.9.3
+Release:        14
 License:        GPLv2+
-Group:          System/GUI/KDE
 Summary:        Kepas - KDE Easy Publish and Share
 Url:            
http://kde-apps.org/content/show.php/Kepas+-+KDE+Easy+Publish+and+Share?content=73968
-Version:        0.9.3
-Release:        9
+Group:          System/GUI/KDE
 %define rversion 4.0.0
 Source0:        kepas-%{version}.tar.bz2
+Patch1:         kepas-link-qt3support.patch
+BuildRequires:  kdebase4-workspace-devel
+BuildRequires:  libkde4-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
@@ -35,14 +37,9 @@
 buddies in your local LAN and lets you send files and klipper entries
 via plasmoid or trayicon.
 
-
-
-Authors:
---------
-    Tom Patzig <[email protected]>
-
 %prep
 %setup -q -n kepas-%{version}
+%patch1
 
 %build
   %cmake_kde4 -d build
@@ -50,7 +47,7 @@
 
 %install
   cd build
-  %makeinstall
+%make_install
   %kde_post_install
 
 %post -p /sbin/ldconfig  
@@ -58,21 +55,21 @@
 %postun -p /sbin/ldconfig 
 
 %clean
-  rm -rf $RPM_BUILD_ROOT
+  rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS
-/usr/bin/kepastray
-/usr/share/kde4/apps/kepas
-/usr/share/kde4/apps/kepas/kepas.notifyrc
-/usr/share/kde4/apps/plasma
-/usr/share/kde4/apps/plasma/plasma.notifyrc
-/usr/share/kde4/services/plasma-applet-kepas.desktop
-/usr/share/applications/kde4/kepas.desktop
-/usr/share/icons/hicolor/*/apps/kepas.*
-%_libdir/kde4/plasma_applet_kepas.so
-%_libdir/libkepas.so
-%_libdir/libkpf.so
+%{_bindir}/kepastray
+%{_datadir}/kde4/apps/kepas
+%{_datadir}/kde4/apps/kepas/kepas.notifyrc
+%{_datadir}/kde4/apps/plasma
+%{_datadir}/kde4/apps/plasma/plasma.notifyrc
+%{_datadir}/kde4/services/plasma-applet-kepas.desktop
+%{_datadir}/applications/kde4/kepas.desktop
+%{_datadir}/icons/hicolor/*/apps/kepas.*
+%{_libdir}/kde4/plasma_applet_kepas.so
+%{_libdir}/libkepas.so
+%{_libdir}/libkpf.so
 
 %changelog

++++++ kepas-link-qt3support.patch ++++++
--- src/CMakeLists.txt  2009-01-17 19:41:39.000000000 +0100
+++ src/CMakeLists.txt  2011-08-25 10:20:49.886760049 +0200
@@ -20,7 +20,7 @@
 kde4_add_executable(kepastray ${kifertray_SRCS})
 
 target_link_libraries(kepastray
-                      ${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS} 
${KDE4_KDNSSD_LIBS} kepas kpf)
+                      ${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS} 
${KDE4_KDNSSD_LIBS} ${QT_QT3SUPPORT_LIBRARY} kepas kpf)
  
 install(TARGETS kepastray
         DESTINATION ${KDE4_BIN_INSTALL_DIR})

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to