0.7.1
This commit is contained in:
parent
1277ea1390
commit
a25ce0e34b
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
Summary: Desktop notification library
|
Summary: Desktop notification library
|
||||||
Name: libnotify
|
Name: libnotify
|
||||||
Version: 0.7.0
|
Version: 0.7.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://library.gnome.org/devel/notification-spec/
|
URL: http://library.gnome.org/devel/notification-spec/
|
||||||
Source0: http://download.gnome.org/sources/%{name}/0.7/%{name}-%{version}.tar.bz2
|
Source0: http://download.gnome.org/sources/%{name}/0.7/%{name}-%{version}.tar.bz2
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -15,9 +15,9 @@ BuildRequires: gdk-pixbuf2-devel
|
|||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: dbus-devel >= %{dbus_version}
|
BuildRequires: dbus-devel >= %{dbus_version}
|
||||||
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
||||||
|
BuildRequires: gobject-introspection-devel
|
||||||
Requires: glib2 >= %{glib2_version}
|
Requires: glib2 >= %{glib2_version}
|
||||||
Requires: desktop-notification-daemon
|
Requires: desktop-notification-daemon
|
||||||
Patch0: 0001-notify_notification_set_image_from_pixbuf-ref-the-pi.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libnotify is a library for sending desktop notifications to a notification
|
libnotify is a library for sending desktop notifications to a notification
|
||||||
@ -40,7 +40,6 @@ development of programs using %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -62,6 +61,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|||||||
|
|
||||||
%{_bindir}/notify-send
|
%{_bindir}/notify-send
|
||||||
%{_libdir}/libnotify.so.*
|
%{_libdir}/libnotify.so.*
|
||||||
|
%{_libdir}/girepository-1.0/Notify-0.7.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -71,8 +71,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|||||||
%{_libdir}/pkgconfig/libnotify.pc
|
%{_libdir}/pkgconfig/libnotify.pc
|
||||||
%dir %{_datadir}/gtk-doc/html/libnotify
|
%dir %{_datadir}/gtk-doc/html/libnotify
|
||||||
%{_datadir}/gtk-doc/html/libnotify/*
|
%{_datadir}/gtk-doc/html/libnotify/*
|
||||||
|
%{_datadir}/gir-1.0/Notify-0.7.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 14 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.1-1
|
||||||
|
- Update to 0.7.1
|
||||||
|
- Enable introspection
|
||||||
|
|
||||||
* Mon Jan 3 2011 Bill Nottingham <notting@redhat.com> - 0.7.0-2
|
* Mon Jan 3 2011 Bill Nottingham <notting@redhat.com> - 0.7.0-2
|
||||||
- unbreak firefox and similar apps that free pixbufs they send to set_image_from_pixbuf (#654628)
|
- unbreak firefox and similar apps that free pixbufs they send to set_image_from_pixbuf (#654628)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user