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