Summary: Library for tracking application startup Name: startup-notification Version: 0.10 Release: 4%{?dist} URL: http://www.freedesktop.org/software/startup-notification/ #VCS: git:git://git.freedesktop.org/git/startup-notification Source0: http://www.freedesktop.org/software/startup-notification/releases/%{name}-%{version}.tar.gz License: LGPLv2 Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libX11-devel BuildRequires: libXt-devel BuildRequires: xcb-util-devel Patch0: 0001-Support-APPLICATION_ID-key.patch %description This package contains libstartup-notification which implements a startup notification protocol. Using this protocol a desktop environment can track the launch of an application and provide feedback such as a busy cursor, among other features. %package devel Summary: Development portions of startup-notification Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libX11-devel Requires: pkgconfig %description devel Header files and static libraries for libstartup-notification. %prep %setup -q %patch0 -p1 mkdir examples cp -p test/*.c test/*.h examples %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT /bin/rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la} %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc doc/startup-notification.txt %doc AUTHORS COPYING ChangeLog NEWS %{_libdir}/lib*.so.* %files devel %defattr(-, root, root,-) %doc examples %{_libdir}/lib*.so %{_libdir}/pkgconfig/* %{_includedir}/* %changelog * Mon Apr 05 2010 Colin Walters - 0.10-4 - Add patch from upstream for better GNOME 3 support * Sun Jul 26 2009 Fedora Release Engineering - 0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon Jul 13 2009 Matthias Clasen 0.10-1 - Update to 0.10 * Wed Feb 25 2009 Fedora Release Engineering - 0.9-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Tue Dec 2 2008 Matthias Clasen - Rebuild for pkg-config provides * Tue Feb 19 2008 Fedora Release Engineering - 0.9-4 - Autorebuild for GCC 4.3 * Wed Oct 03 2007 Parag Nemade - 0.9-3 - Added test examples to -devel package - Use macros in Source URL - update spec as per 226435 * Thu Aug 23 2007 Adam Jackson - 0.9-2 - Rebuild for build ID * Sun Mar 18 2007 Matthias Clasen - 0.9-1 - Update to 0.9 * Wed Jul 12 2006 Jesse Keating - 0.8-4.1 - rebuild * Mon May 22 2006 Matthias Clasen - 0.8-4 - Add missing BuildRequires - Don't install static libraries * Fri Feb 10 2006 Jesse Keating - 0.8-3.2.1 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating - 0.8-3.2 - rebuilt for new gcc4.1 snapshot and glibc changes * Fri Dec 09 2005 Jesse Keating - rebuilt * Tue Nov 1 2005 Ray Strode 0.8-3 - change to new modular X dependencies - move configure to build instead of prep - use make install DESTDIR=$RPM_BUILD_ROOT instead of makeinstall macro * Wed Mar 2 2005 Mark McLoughlin 0.8-2 - Rebuild with gcc4 * Thu Jan 27 2005 Matthias Clasen 0.8-1 - Update to 0.8 * Wed Aug 4 2004 Mark McLoughlin 0.7-1 - Update to 0.7 * Tue Jun 15 2004 Elliot Lee - rebuilt * Tue Apr 13 2004 Warren Togami 0.6-2 - #110753 XFree86-devel * Thu Apr 1 2004 Mark McLoughlin 0.6-1 - Update to 0.6 * Tue Mar 02 2004 Elliot Lee - rebuilt * Fri Feb 13 2004 Elliot Lee - rebuilt * Wed Jun 04 2003 Elliot Lee - rebuilt * Wed Feb 5 2003 Havoc Pennington 0.5-1 - 0.5 * Wed Jan 22 2003 Tim Powers - rebuilt * Mon Dec 2 2002 Havoc Pennington - Initial build.