This commit is contained in:
parent
5ebaf5c3ea
commit
0b5db16ae8
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 28 01:20:48 CET 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Remove BuildRequires: gtk-doc, update-desktop-files.
|
||||||
|
- Remove dbus-1-x11 Requires: it's wrong (we don't require
|
||||||
|
dbus-launch in any way: if the session bus is not there, having
|
||||||
|
dbus-launch won't help). The requirement should be in another
|
||||||
|
package.
|
||||||
|
- Merge doc package in devel, with adequate Provides/Obsoletes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 31 16:52:02 CET 2009 - vuntz@novell.com
|
Sat Jan 31 16:52:02 CET 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
@ -20,16 +20,16 @@
|
|||||||
|
|
||||||
Name: libnotify
|
Name: libnotify
|
||||||
BuildRequires: dbus-1-glib-devel
|
BuildRequires: dbus-1-glib-devel
|
||||||
BuildRequires: gtk-doc gtk2-devel update-desktop-files
|
BuildRequires: gtk2-devel
|
||||||
Version: 0.4.5
|
Version: 0.4.5
|
||||||
Release: 1
|
Release: 2
|
||||||
Url: http://www.galago-project.org/
|
Url: http://www.galago-project.org/
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
License: GPL v2 or later; LGPL v2.1 or later
|
License: GPL v2 or later; LGPL v2.1 or later
|
||||||
Summary: Notifications Library
|
Summary: Notifications Library
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
AutoReqProv: on
|
Requires: libnotify1
|
||||||
Requires: notification-daemon dbus-1-x11 libnotify1
|
Requires: notification-daemon
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -64,28 +64,14 @@ Group: System/Libraries
|
|||||||
Summary: Notifications Library
|
Summary: Notifications Library
|
||||||
Requires: %{name} = %{version} glib2-devel gtk2-devel dbus-1-devel
|
Requires: %{name} = %{version} glib2-devel gtk2-devel dbus-1-devel
|
||||||
Requires: dbus-1-glib-devel
|
Requires: dbus-1-glib-devel
|
||||||
|
Provides: libnotify-doc = %{version}
|
||||||
|
Obsoletes: libnotify-doc < %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
D-BUS notifications library.
|
D-BUS notifications library.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Christian Hammond <chipx86@chipx86.com>
|
|
||||||
Mike Hearn <mike@navi.cx>
|
|
||||||
|
|
||||||
%package doc
|
|
||||||
License: LGPL v2.1 or later
|
|
||||||
Group: System/Libraries
|
|
||||||
Summary: Additional Package Documentation.
|
|
||||||
Requires: %{name} = %{version}
|
|
||||||
|
|
||||||
%description doc
|
|
||||||
D-BUS notifications library.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
--------
|
--------
|
||||||
Christian Hammond <chipx86@chipx86.com>
|
Christian Hammond <chipx86@chipx86.com>
|
||||||
@ -106,11 +92,9 @@ make %{?jobs:-j%jobs}
|
|||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post -n libnotify1
|
%post -n libnotify1 -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -n libnotify1
|
%postun -n libnotify1 -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
@ -127,12 +111,19 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
# Own these repositories to not depend on gtk-doc while building:
|
||||||
%files doc
|
%dir %{_datadir}/gtk-doc
|
||||||
%defattr (-, root, root)
|
%dir %{_datadir}/gtk-doc/html
|
||||||
%{_datadir}/gtk-doc/html/libnotify
|
%{_datadir}/gtk-doc/html/libnotify
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 28 2009 vuntz@novell.com
|
||||||
|
- Remove BuildRequires: gtk-doc, update-desktop-files.
|
||||||
|
- Remove dbus-1-x11 Requires: it's wrong (we don't require
|
||||||
|
dbus-launch in any way: if the session bus is not there, having
|
||||||
|
dbus-launch won't help). The requirement should be in another
|
||||||
|
package.
|
||||||
|
- Merge doc package in devel, with adequate Provides/Obsoletes.
|
||||||
* Sat Jan 31 2009 vuntz@novell.com
|
* Sat Jan 31 2009 vuntz@novell.com
|
||||||
- Remove la file.
|
- Remove la file.
|
||||||
* Sat Dec 20 2008 mboman@suse.de
|
* Sat Dec 20 2008 mboman@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user