Accepting request 113274 from devel:openSUSE:Factory
Just a spec file cleanup, also checked builds against gcc47 fine. (forwarded request 113256 from malcolmlewis) OBS-URL: https://build.opensuse.org/request/show/113274 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/peksystray?expand=0&rev=9
This commit is contained in:
commit
7b84e6673f
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 11 15:57:48 UTC 2012 - malcolmlewis@opensuse.org
|
||||||
|
|
||||||
|
- Add autoconf as buildrequire to avoid implicit dependency.
|
||||||
|
- Use spec-cleaner to clean spec file.
|
||||||
|
- Update description to avoid rpmlint warnings.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 2 16:48:50 UTC 2011 - coolo@suse.com
|
Fri Dec 2 16:48:50 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package peksystray
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -14,25 +14,32 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
BuildRequires: automake
|
|
||||||
BuildRequires: xorg-x11-devel
|
|
||||||
|
|
||||||
Name: peksystray
|
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
|
Version: 0.4.0
|
||||||
Release: 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
|
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
|
Patch0: peksystray-0.4.0-xcheck.diff
|
||||||
|
BuildRequires: autoconf
|
||||||
|
BuildRequires: automake
|
||||||
|
BuildRequires: xorg-x11-devel
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
PekSysTray is a system tray "notification area" dockapp similar to the GNOME
|
A very simple and light implementation of a system tray for any window
|
||||||
notification area applet. But it's designed for any window manager supporting
|
manager supporting docking, conforming to the System Tray Freedesktop
|
||||||
docking. It created blocks that contains the icons, when a block is full (no
|
standard.
|
||||||
more space for other icons) a new block is created.
|
|
||||||
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -41,13 +48,10 @@ more space for other icons) a new block is created.
|
|||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
%configure
|
%configure
|
||||||
make %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR="%{buildroot}" install
|
%make_install
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user