|
|
13643a |
%define dbus_version 0.90
|
|
|
13643a |
%define dbus_glib_version 0.70
|
|
|
13643a |
%define glib2_version 2.26.0
|
|
|
13643a |
|
|
|
13643a |
Summary: Desktop notification library
|
|
|
13643a |
Name: libnotify
|
|
|
13643a |
Version: 0.7.5
|
|
|
13643a |
Release: 5%{?dist}
|
|
|
13643a |
URL: http://www.gnome.org
|
|
|
13643a |
Source0: http://ftp.gnome.org/pub/GNOME/sources/libnotify/0.7/%{name}-%{version}.tar.xz
|
|
|
13643a |
License: LGPLv2+
|
|
|
13643a |
Group: System Environment/Libraries
|
|
|
13643a |
BuildRequires: libtool
|
|
|
13643a |
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
13643a |
BuildRequires: gdk-pixbuf2-devel
|
|
|
13643a |
BuildRequires: gtk3-devel
|
|
|
13643a |
BuildRequires: dbus-devel >= %{dbus_version}
|
|
|
13643a |
BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
|
|
|
13643a |
BuildRequires: gobject-introspection-devel
|
|
|
13643a |
BuildRequires: perl-Carp
|
|
|
13643a |
Requires: glib2 >= %{glib2_version}
|
|
|
13643a |
Requires: desktop-notification-daemon
|
|
|
13643a |
#Fix support for ARM
|
|
|
13643a |
#https://bugzilla.redhat.com/show_bug.cgi?id=925824
|
|
|
13643a |
Patch0: libnotify-aarch64.patch
|
|
|
13643a |
|
|
|
13643a |
%description
|
|
|
13643a |
libnotify is a library for sending desktop notifications to a notification
|
|
|
13643a |
daemon, as defined in the freedesktop.org Desktop Notifications spec. These
|
|
|
13643a |
notifications can be used to inform the user about an event or display some
|
|
|
13643a |
form of information without getting in the user's way.
|
|
|
13643a |
|
|
|
13643a |
%package devel
|
|
|
13643a |
Summary: Development files for %{name}
|
|
|
13643a |
Group: Development/Libraries
|
|
|
13643a |
Requires: %{name} = %{version}-%{release}
|
|
|
13643a |
Requires: glib2-devel >= %{glib2_version}
|
|
|
13643a |
Requires: dbus-devel >= %{dbus_version}
|
|
|
13643a |
Requires: dbus-glib-devel >= %{dbus_glib_version}
|
|
|
13643a |
Requires: pkgconfig
|
|
|
13643a |
|
|
|
13643a |
%description devel
|
|
|
13643a |
This package contains libraries and header files needed for
|
|
|
13643a |
development of programs using %{name}.
|
|
|
13643a |
|
|
|
13643a |
%prep
|
|
|
13643a |
%setup -q
|
|
|
13643a |
%patch0 -p1
|
|
|
13643a |
|
|
|
13643a |
%build
|
|
|
13643a |
%configure
|
|
|
13643a |
make %{?_smp_mflags}
|
|
|
13643a |
|
|
|
13643a |
%install
|
|
|
13643a |
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
13643a |
|
|
|
13643a |
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
13643a |
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
|
|
13643a |
|
|
|
13643a |
%post -p /sbin/ldconfig
|
|
|
13643a |
|
|
|
13643a |
%postun -p /sbin/ldconfig
|
|
|
13643a |
|
|
|
13643a |
%files
|
|
|
13643a |
%doc COPYING NEWS AUTHORS
|
|
|
13643a |
|
|
|
13643a |
%{_bindir}/notify-send
|
|
|
13643a |
%{_libdir}/libnotify.so.*
|
|
|
13643a |
%{_libdir}/girepository-1.0/Notify-0.7.typelib
|
|
|
13643a |
|
|
|
13643a |
%files devel
|
|
|
13643a |
%dir %{_includedir}/libnotify
|
|
|
13643a |
%{_includedir}/libnotify/*
|
|
|
13643a |
%{_libdir}/libnotify.so
|
|
|
13643a |
%{_libdir}/pkgconfig/libnotify.pc
|
|
|
13643a |
%dir %{_datadir}/gtk-doc/html/libnotify
|
|
|
13643a |
%{_datadir}/gtk-doc/html/libnotify/*
|
|
|
13643a |
%{_datadir}/gir-1.0/Notify-0.7.gir
|
|
|
13643a |
|
|
|
13643a |
%changelog
|
|
|
13643a |
* Fri Mar 22 2013 Dan Mashal <dan.mashal@fedoraproject.org> - 0.7.5-5
|
|
|
13643a |
- Fix RHBZ #925824
|
|
|
13643a |
- Update source URL
|
|
|
13643a |
- Fix mix of spaces and tabs in spec file
|
|
|
13643a |
- Fix bogus changelog date
|
|
|
13643a |
|
|
|
13643a |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-4
|
|
|
13643a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
13643a |
|
|
|
13643a |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-3
|
|
|
13643a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
13643a |
|
|
|
13643a |
* Wed Jul 11 2012 Ville Skyttä <ville.skytta@iki.fi> - 0.7.5-2
|
|
|
13643a |
- Fix glib2 dependency version.
|
|
|
13643a |
|
|
|
13643a |
* Wed Mar 28 2012 Richard Hughes <hughsient@gmail.com> - 0.7.5-1
|
|
|
13643a |
- Update to 0.7.5
|
|
|
13643a |
|
|
|
13643a |
* Sun Mar 4 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.7.4-2
|
|
|
13643a |
- Merge newer F-16 version into rawhide
|
|
|
13643a |
|
|
|
13643a |
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.4-1
|
|
|
13643a |
- Update to 0.7.4
|
|
|
13643a |
|
|
|
13643a |
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 0.7.3-1
|
|
|
13643a |
- Update to 0.7.3
|
|
|
13643a |
|
|
|
13643a |
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.2-1
|
|
|
13643a |
- Update to 0.7.2
|
|
|
13643a |
|
|
|
13643a |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-2
|
|
|
13643a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
13643a |
|
|
|
13643a |
* Fri Jan 14 2011 Matthias Clasen <mclasen@redhat.com> - 0.7.1-1
|
|
|
13643a |
- Update to 0.7.1
|
|
|
13643a |
- Enable introspection
|
|
|
13643a |
|
|
|
13643a |
* Mon Jan 3 2011 Bill Nottingham <notting@redhat.com> - 0.7.0-2
|
|
|
13643a |
- unbreak firefox and similar apps that free pixbufs they send to set_image_from_pixbuf (#654628)
|
|
|
13643a |
|
|
|
13643a |
* Mon Nov 1 2010 Matthias Clasen <mclasen@redhat.com> - 0.7.0-1
|
|
|
13643a |
- Update to 0.7.0
|
|
|
13643a |
|
|
|
13643a |
* Mon Oct 4 2010 Matthias Clasen <mclasen@redhat.com> - 0.6.0-1
|
|
|
13643a |
- Update to 0.6.0
|
|
|
13643a |
|
|
|
13643a |
* Tue Jun 29 2010 Bastien Nocera <bnocera@redhat.com> 0.5.1-1
|
|
|
13643a |
- Update to 0.5.1
|
|
|
13643a |
|
|
|
13643a |
* Mon Jun 28 2010 Bastien Nocera <bnocera@redhat.com> 0.5.0-1
|
|
|
13643a |
- Update to 0.5.0
|
|
|
13643a |
|
|
|
13643a |
* Wed Nov 11 2009 Matthias Clasen <mclasen@redhat.com> - 0.4.5-4
|
|
|
13643a |
- Close notifications with non-default actions on uninit
|
|
|
13643a |
|
|
|
13643a |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.5-3
|
|
|
13643a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
13643a |
|
|
|
13643a |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.5-2
|
|
|
13643a |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
13643a |
|
|
|
13643a |
* Sat Nov 22 2008 Matthias Clasen <mclasen@redhat.com> - 0.4.5-1
|
|
|
13643a |
- Update to 0.4.5
|
|
|
13643a |
- Drop obsolete patches
|
|
|
13643a |
- Tweak %%summary and %%description
|
|
|
13643a |
|
|
|
13643a |
* Sat Aug 23 2008 Matthias Clasen <mclasen@redhat.com> - 0.4.4-12
|
|
|
13643a |
- Handle extra parameter of the closed signal
|
|
|
13643a |
|
|
|
13643a |
* Tue Jun 10 2008 Colin Walters <walters@redhat.com> - 0.4.4-11
|
|
|
13643a |
- Add patch neccessary for reliable notification positioning
|
|
|
13643a |
|
|
|
13643a |
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.4.4-10
|
|
|
13643a |
- Autorebuild for GCC 4.3
|
|
|
13643a |
|
|
|
13643a |
* Tue Oct 23 2007 Matthias Clasen <mclasen@redhat.com> - 0.4.4-9
|
|
|
13643a |
- Rebuild against new dbus-glib
|
|
|
13643a |
|
|
|
13643a |
* Wed Oct 10 2007 Matthias Clasen <mclasen@redhat.com> - 0.4.4-8
|
|
|
13643a |
- Rebuild
|
|
|
13643a |
|
|
|
13643a |
* Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 0.4.4-7
|
|
|
13643a |
- Update licence field
|
|
|
13643a |
|
|
|
13643a |
* Wed Jun 6 2007 Matthias Clasen <mclasen@redhat.com> - 0.4.4-6
|
|
|
13643a |
- Re-add notification-daemon requirement again
|
|
|
13643a |
|
|
|
13643a |
* Tue Jun 5 2007 Matthias Clasen <mclasen@redhat.com> - 0.4.4-5
|
|
|
13643a |
- Temporarily remove the notification-daemon requires
|
|
|
13643a |
for bootstrapping
|
|
|
13643a |
|
|
|
13643a |
* Mon Jun 4 2007 Matthias Clasen <mclasen@redhat.com> - 0.4.4-4
|
|
|
13643a |
- Re-add notification-daemon requirement
|
|
|
13643a |
|
|
|
13643a |
* Mon Jun 4 2007 Matthias Clasen <mclasen@redhat.com> - 0.4.4-3
|
|
|
13643a |
- Temporarily remove the notification-daemon requires
|
|
|
13643a |
for bootstrapping
|
|
|
13643a |
|
|
|
13643a |
* Sun Mar 25 2007 Matthias Clasen <mclasen@redhat.com> - 0.4.4-2
|
|
|
13643a |
- Require gtk2-devel in the -devel package (#216946)
|
|
|
13643a |
|
|
|
13643a |
* Fri Mar 23 2007 Matthias Clasen <mclasen@redhat.com> - 0.4.4-1
|
|
|
13643a |
- Update to 0.4.4, which contains important bug fixes
|
|
|
13643a |
and memory leak fixes
|
|
|
13643a |
- Require pkgconfig in the -devel package
|
|
|
13643a |
|
|
|
13643a |
* Sat Dec 9 2006 Matthias Clasen <mclasen@redhat.com> - 0.4.3-2
|
|
|
13643a |
- Another typo (#214275)
|
|
|
13643a |
|
|
|
13643a |
* Sat Nov 11 2006 Ray Strode <rstrode@redhat.com> - 0.4.3-1
|
|
|
13643a |
- Update 0.4.3
|
|
|
13643a |
|
|
|
13643a |
* Tue Nov 7 2006 Matthias Clasen <mclasen@redhat.com> - 0.4.2-5
|
|
|
13643a |
- Fix typos in the spec (#214275)
|
|
|
13643a |
|
|
|
13643a |
* Sun Sep 17 2006 Christopher Aillon <caillon@redhat.com> - 0.4.2-4
|
|
|
13643a |
- Add upstream patch (r2899) to correct an invalid assertion when
|
|
|
13643a |
creating notifications using status icons
|
|
|
13643a |
|
|
|
13643a |
* Tue Aug 15 2006 Luke Macken <lmacken@redhat.com> - 0.4.2-3
|
|
|
13643a |
- Add upstream patch libnotify-0.4.2-status-icon.patch to emit the correct
|
|
|
13643a |
property change notification 'status-icon' instead of 'attach-icon'
|
|
|
13643a |
|
|
|
13643a |
* Fri Jul 21 2006 John (J5) Palmieri <johnp@redhat.com> - 0.4.2-2
|
|
|
13643a |
- Add developer docs to the devel section
|
|
|
13643a |
|
|
|
13643a |
* Fri Jul 21 2006 John (J5) Palmieri <johnp@redhat.com> - 0.4.2-1
|
|
|
13643a |
- Update to upstream version 0.4.2
|
|
|
13643a |
- Add dist tag to release
|
|
|
13643a |
- Add Requires to devel package
|
|
|
13643a |
|
|
|
13643a |
* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.4.0-3.2
|
|
|
13643a |
- reinstate desktop-notification dependency
|
|
|
13643a |
|
|
|
13643a |
* Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.4.0-3.1
|
|
|
13643a |
- comment out desktop-notification dependency so we can build the
|
|
|
13643a |
notification daemon
|
|
|
13643a |
|
|
|
13643a |
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.4.0-3
|
|
|
13643a |
- Add BR on dbus-glib-devel
|
|
|
13643a |
|
|
|
13643a |
* Thu Jul 13 2006 Jesse Keating <jkeating@redhat.com> - 0.4.0-2
|
|
|
13643a |
- rebuild
|
|
|
13643a |
- add missing brs
|
|
|
13643a |
|
|
|
13643a |
* Fri May 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.4.0-1
|
|
|
13643a |
- Update to 0.4.0
|
|
|
13643a |
|
|
|
13643a |
* Sat Mar 11 2006 Bill Nottingham <notting@redhat.com> - 0.3.0-6
|
|
|
13643a |
- define %%{glib2_version} if it's in a requirement
|
|
|
13643a |
|
|
|
13643a |
* Thu Mar 2 2006 Ray Strode <rstrode@redhat.com> - 0.3.0-5
|
|
|
13643a |
- patch out config.h include from public header
|
|
|
13643a |
|
|
|
13643a |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.3.0-4.2
|
|
|
13643a |
- bump again for double-long bug on ppc(64)
|
|
|
13643a |
|
|
|
13643a |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.3.0-4.1
|
|
|
13643a |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
13643a |
|
|
|
13643a |
* Thu Jan 12 2006 Christopher Aillon <caillon@redhat.com> - 0.3.0-4
|
|
|
13643a |
- Require a desktop-notification-daemon to be present. Currently,
|
|
|
13643a |
this is notify-daemon, but libnotify doesn't specifically require
|
|
|
13643a |
that one. Require 'desktop-notification-daemon' which daemons
|
|
|
13643a |
providing compatible functionality are now expected to provide.
|
|
|
13643a |
|
|
|
13643a |
* Wed Jan 11 2006 Christopher Aillon <caillon@redhat.com> - 0.3.0-3
|
|
|
13643a |
- Let there be libnotify-devel...
|
|
|
13643a |
|
|
|
13643a |
* Tue Nov 15 2005 John (J5) Palmieri <johnp@redhat.com> - 0.3.0-2
|
|
|
13643a |
- Actual release of the 0.3.x series
|
|
|
13643a |
|
|
|
13643a |
* Tue Nov 15 2005 John (J5) Palmieri <johnp@redhat.com> - 0.3.0-1
|
|
|
13643a |
- Bump version to not conflict with older libnotify libraries
|
|
|
13643a |
|
|
|
13643a |
* Tue Nov 15 2005 John (J5) Palmieri <johnp@redhat.com> - 0.0.2-1
|
|
|
13643a |
- inital build
|