From cb2776dca120fb3d127f2f450141d3ffc9c7ce13f9f946c8c30dfc9b03e66d7d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 10 Apr 2008 13:33:19 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/startup-notification?expand=0&rev=4 --- baselibs.conf | 1 + startup-notification.changes | 6 ++++++ startup-notification.spec | 36 +++++++++++++++++++++--------------- 3 files changed, 28 insertions(+), 15 deletions(-) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..c3937ef --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +startup-notification diff --git a/startup-notification.changes b/startup-notification.changes index a214e95..61afc5c 100644 --- a/startup-notification.changes +++ b/startup-notification.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de + +- added baselibs.conf file to build xxbit packages + for multilib support + ------------------------------------------------------------------- Mon Oct 29 15:56:32 CET 2007 - sbrabec@suse.cz diff --git a/startup-notification.spec b/startup-notification.spec index cdc1b4c..d06eb43 100644 --- a/startup-notification.spec +++ b/startup-notification.spec @@ -1,7 +1,7 @@ # # spec file for package startup-notification (Version 0.9) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -10,13 +10,14 @@ # norootforbuild + Name: startup-notification BuildRequires: gnome-common xorg-x11-devel Url: http://www.freedesktop.org/wiki/Software/startup-notification License: GPL v2 or later Group: System/X11/Utilities Version: 0.9 -Release: 24 +Release: 59 Summary: Reference Implementation for the Startup-Notification Protocol Source: startup-notification-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -32,6 +33,7 @@ Authors: Havoc Pennington %package devel +License: GPL v2 or later Summary: Include Files and Libraries mandatory for Development. Group: Development/Libraries/GNOME Requires: %{name} = %{version} glibc-devel xorg-x11-libX11-devel xorg-x11-libSM-devel xorg-x11-libICE-devel @@ -82,38 +84,42 @@ make %{?jobs:-j %jobs} %clean rm -rf $RPM_BUILD_ROOT + %changelog -* Mon Oct 29 2007 - sbrabec@suse.cz +* Thu Apr 10 2008 ro@suse.de +- added baselibs.conf file to build xxbit packages + for multilib support +* Mon Oct 29 2007 sbrabec@suse.cz - Reordered spec file sections to make OBS rewriting of Requires working properly. - Spec file cleanup. - Fixed devel Requires. -* Thu Aug 02 2007 - maw@suse.de +* Thu Aug 02 2007 maw@suse.de - Update to version 0.9: + plug some memory leaks + fix compilation on sun boxen - Add some Requires to the -devel subpackage - s#%%run_ldconfig#/sbin/ldconfig# in %%post and %%postun. -* Wed Jan 25 2006 - mls@suse.de +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Tue Sep 27 2005 - mls@suse.de +* Tue Sep 27 2005 mls@suse.de - move so symlink to devel package - make devel package require base package -* Thu Jan 20 2005 - gekker@suse.de +* Thu Jan 20 2005 gekker@suse.de - Update to version 0.8 -* Thu Dec 16 2004 - gekker@suse.de +* Thu Dec 16 2004 gekker@suse.de - Update to version 0.7 -* Fri Nov 19 2004 - ro@suse.de +* Fri Nov 19 2004 ro@suse.de - removed extra aclocal include directive -* Thu Apr 29 2004 - ro@suse.de +* Thu Apr 29 2004 ro@suse.de - added -fno-strict-aliasing -* Sun Jan 11 2004 - adrian@suse.de +* Sun Jan 11 2004 adrian@suse.de - add %%defattr and %%run_ldconfig -* Mon Jul 14 2003 - sbrabec@suse.cz +* Mon Jul 14 2003 sbrabec@suse.cz - GNOME prefix change to /opt/gnome. -* Wed Jan 29 2003 - hhetter@suse.de +* Wed Jan 29 2003 hhetter@suse.de - updated to version 0.5 -* Thu Jan 23 2003 - meissner@suse.de +* Thu Jan 23 2003 meissner@suse.de - lib64 fix. -* Thu Jan 16 2003 - hhetter@suse.de +* Thu Jan 16 2003 hhetter@suse.de - initial SuSE package