This commit is contained in:
parent
40e3eae532
commit
24f84aa418
4
baselibs.conf
Normal file
4
baselibs.conf
Normal file
@ -0,0 +1,4 @@
|
||||
libnotify1
|
||||
arch ppc64 package libnotify-devel
|
||||
requires -libnotify-<targettype>
|
||||
requires "libnotify1-<targettype> = <version>"
|
@ -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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 17:18:40 CEST 2007 - maw@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libnotify (Version 0.4.4)
|
||||
#
|
||||
# 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,6 +10,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: libnotify
|
||||
BuildRequires: gtk-doc gtk2-devel update-desktop-files
|
||||
%if %suse_version > 1010
|
||||
@ -18,10 +19,10 @@ BuildRequires: dbus-1-glib-devel
|
||||
BuildRequires: dbus-1-devel dbus-1-glib
|
||||
%endif
|
||||
Version: 0.4.4
|
||||
Release: 60
|
||||
Release: 115
|
||||
Url: http://www.galago-project.org/
|
||||
Group: System/Libraries
|
||||
License: GPL v2 or later; LGPL v2 or later
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Summary: Notifications Library
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
AutoReqProv: on
|
||||
@ -39,6 +40,7 @@ Authors:
|
||||
Mike Hearn <mike@navi.cx>
|
||||
|
||||
%package -n libnotify1
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Group: System/Libraries
|
||||
Summary: Notifications Library
|
||||
Requires: %{name} >= %{version}
|
||||
@ -54,6 +56,7 @@ Authors:
|
||||
Mike Hearn <mike@navi.cx>
|
||||
|
||||
%package devel
|
||||
License: LGPL v2.1 or later
|
||||
Group: System/Libraries
|
||||
Summary: Notifications Library
|
||||
Requires: %{name} = %{version} glib2-devel gtk2-devel dbus-1-devel
|
||||
@ -72,6 +75,7 @@ Authors:
|
||||
Mike Hearn <mike@navi.cx>
|
||||
|
||||
%package doc
|
||||
License: LGPL v2.1 or later
|
||||
Group: System/Libraries
|
||||
Summary: Additional Package Documentation.
|
||||
Requires: %{name} = %{version}
|
||||
@ -127,42 +131,46 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files doc
|
||||
%defattr (-, root, root)
|
||||
%{_datadir}/gtk-doc/html/libnotify
|
||||
|
||||
%changelog
|
||||
* Thu Oct 04 2007 - maw@suse.de
|
||||
* Thu Apr 10 2008 ro@suse.de
|
||||
- added baselibs.conf file to build xxbit packages
|
||||
for multilib support
|
||||
* Thu Oct 04 2007 maw@suse.de
|
||||
- s#%%run_ldconfig#/sbin/ldconfig# in %%post and %%postun
|
||||
- Split out a libnotify1 subpackage.
|
||||
* Tue Mar 06 2007 - sbrabec@suse.cz
|
||||
* Tue Mar 06 2007 sbrabec@suse.cz
|
||||
- Updated to version version 0.4.4:
|
||||
* Bug fixes.
|
||||
* Fixed memory leaks.
|
||||
* notify_uninit is no longer called automatically at exit.
|
||||
- License update (#236707).
|
||||
* Tue Feb 20 2007 - aj@suse.de
|
||||
* Tue Feb 20 2007 aj@suse.de
|
||||
- Remove unneeded requires on popt.
|
||||
* Wed Feb 07 2007 - sbrabec@suse.cz
|
||||
* Wed Feb 07 2007 sbrabec@suse.cz
|
||||
- Do not build unusable static libraries (#238552).
|
||||
* Fri Dec 08 2006 - sbrabec@suse.cz
|
||||
* Fri Dec 08 2006 sbrabec@suse.cz
|
||||
- Prefix changed to /usr.
|
||||
- Spec file cleanup.
|
||||
* Mon Nov 27 2006 - sbrabec@suse.cz
|
||||
* Mon Nov 27 2006 sbrabec@suse.cz
|
||||
- Build correctly in older products.
|
||||
- Fixed devel dependencies.
|
||||
* Thu Aug 31 2006 - cschneemann@suse.de
|
||||
* Thu Aug 31 2006 cschneemann@suse.de
|
||||
- Updated to version 0.4.2
|
||||
* Tue Aug 15 2006 - ro@suse.de
|
||||
* Tue Aug 15 2006 ro@suse.de
|
||||
- added dbus-1-glib-devel to BuildRequires
|
||||
* Thu May 11 2006 - rml@suse.de
|
||||
* Thu May 11 2006 rml@suse.de
|
||||
- Require dbus-x11 too, because that provides dbus-launch, which
|
||||
is how we launch the session bus. And libnotify needs the
|
||||
session bus (Novell bug #174865).
|
||||
- No need to rerun autogen; just run configure
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Mon Jan 23 2006 - dobey@suse.de
|
||||
* Mon Jan 23 2006 dobey@suse.de
|
||||
- Updated to version 0.3.2
|
||||
* Wed Jan 18 2006 - sbrabec@suse.cz
|
||||
* Wed Jan 18 2006 sbrabec@suse.cz
|
||||
- Updated to version 0.3.0.
|
||||
* Tue Aug 02 2005 - rodrigo@suse.de
|
||||
* Tue Aug 02 2005 rodrigo@suse.de
|
||||
- Updated to 0.2.1.
|
||||
* Wed Jun 29 2005 - sbrabec@suse.cz
|
||||
* Wed Jun 29 2005 sbrabec@suse.cz
|
||||
- New SuSE package, pre-0.0.1 version from actual svn snapshot.
|
||||
|
Loading…
x
Reference in New Issue
Block a user