Hello community,

here is the log from the commit of package icecream-monitor for 
openSUSE:Factory checked in at 2014-02-18 20:24:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icecream-monitor (Old)
 and      /work/SRC/openSUSE:Factory/.icecream-monitor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icecream-monitor"

Changes:
--------
--- /work/SRC/openSUSE:Factory/icecream-monitor/icecream-monitor.changes        
2013-06-19 14:44:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.icecream-monitor.new/icecream-monitor.changes   
2014-02-18 20:24:43.000000000 +0100
@@ -1,0 +2,8 @@
+Sat Feb 15 17:03:38 UTC 2014 - l.lu...@centrum.cz
+
+- update to latest upstream git snapshot
+- no longer depends on KDE4 libraries, only Qt4
+- various bugfixes
+- manpage included
+
+-------------------------------------------------------------------

Old:
----
  cap-ng-link.patch

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

Other differences:
------------------
++++++ icecream-monitor.spec ++++++
--- /var/tmp/diff_new_pack.XX87oi/_old  2014-02-18 20:24:44.000000000 +0100
+++ /var/tmp/diff_new_pack.XX87oi/_new  2014-02-18 20:24:44.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package icecream-monitor
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,17 +17,21 @@
 
 
 Name:           icecream-monitor
+BuildRequires:  cmake
+BuildRequires:  docbook2x
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libicecream-devel
-BuildRequires:  libkde4-devel
+BuildRequires:  libqt4-devel
+BuildRequires:  libxslt
+BuildRequires:  update-desktop-files
 Summary:        Monitor Program for the icecream Compile Farm
 License:        GPL-2.0+
 Group:          Development/Tools/Building
+Url:            https://github.com/icecc/icemon
 Version:        1.0
 Release:        0
 Source0:        icemon.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# fd2f9df6e1b40e15451d4e1fc576d374d580cc8f
-Patch1:         cap-ng-link.patch
 
 %description
 icecream is the next generation distcc. This package provides a monitor
@@ -35,27 +39,26 @@
 
 %prep
 %setup -q -n icemon
-%patch1 -p1
 
 %build
-  %cmake_kde4 -d build
-  %make_jobs
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} ..
+  make %{_smp_mflags}
 
 %install
   cd build
-  %makeinstall
+  make install DESTDIR=%{buildroot}
   %suse_update_desktop_file icemon Development Building
-  %kde_post_install
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 
 %files 
 %defattr(-,root,root)
-/usr/bin/icemon
-#%doc /usr/share/doc/kde/HTML/en/icemon
-/usr/share/applications/kde4/icemon.desktop
-/usr/share/icons/*/*/apps/icemon.*
-/usr/share/kde4/apps/icemon
+%{_bindir}/icemon
+%{_datadir}/applications/icemon.desktop
+%{_datadir}/icons/hicolor/*/apps/icemon.*
+%{_mandir}/man1/icemon.*
 
 %changelog

++++++ icemon.tar.bz2 ++++++
++++ 8469 lines of diff (skipped)

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

Reply via email to