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