Hello community,

here is the log from the commit of package peksystray for openSUSE:Factory 
checked in at 2012-04-12 13:25:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/peksystray (Old)
 and      /work/SRC/openSUSE:Factory/.peksystray.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "peksystray", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/peksystray/peksystray.changes    2011-12-08 
11:30:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.peksystray.new/peksystray.changes       
2012-04-12 13:25:18.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Apr 11 15:57:48 UTC 2012 - malcolmle...@opensuse.org
+
+- Add autoconf as buildrequire to avoid implicit dependency.
+- Use spec-cleaner to clean spec file.
+- Update description to avoid rpmlint warnings.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ peksystray.spec ++++++
--- /var/tmp/diff_new_pack.8kFjj3/_old  2012-04-12 13:25:19.000000000 +0200
+++ /var/tmp/diff_new_pack.8kFjj3/_new  2012-04-12 13:25:19.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package peksystray
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -14,25 +14,32 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-BuildRequires:  automake
-BuildRequires:  xorg-x11-devel
+
 
 Name:           peksystray
-Url:            http://peksystray.sourceforge.net/
-Summary:        PekSysTray is a system tray "notification area" dockapp
-License:        GPL-2.0
-Group:          System/GUI/Other
 Version:        0.4.0
 Release:        0
+Summary:        A system tray "notification area" dockapp
+License:        GPL-2.0
+Group:          System/GUI/Other
+Url:            http://peksystray.sourceforge.net/
 Source:         
http://downloads.sourceforge.net/project/peksystray/peksystray/%{version}/peksystray-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Patch0:         peksystray-0.4.0-xcheck.diff
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  xorg-x11-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description 
-PekSysTray is a system tray "notification area" dockapp similar to the GNOME
-notification area applet. But it's designed for any window manager supporting 
-docking. It created blocks that contains the icons, when a block is full (no 
-more space for other icons) a new block is created.
+A very simple and light implementation of a system tray for any window
+manager supporting docking, conforming to the System Tray Freedesktop
+standard.
+
+Peksystray provides a window where icons will automatically add up
+depending on the requests from the applications. Both the size of the
+window and the size of the icons can be selected by the user. If the
+window is full, it can automatically display another window in order
+to display more icons.
 
 %prep
 %setup -q
@@ -41,13 +48,10 @@
 %build
 autoreconf -f -i
 %configure
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-make DESTDIR="%{buildroot}" install
-
-%clean
-rm -rf ${RPM_BUILD_ROOT}
+%make_install
 
 %files
 %defattr(-,root,root)

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

Reply via email to