cvsdist 923db87
Summary: Library for tracking application startup
cvsdist 923db87
Name: startup-notification
8ada440
Version: 0.10
bc3eb9a
Release: 2%{?dist}
cvsdist 923db87
URL: http://www.freedesktop.org/software/startup-notification/
8ada440
Source0: http://www.freedesktop.org/software/startup-notification/releases/%{name}-%{version}.tar.gz
b9e1372
License: LGPLv2
cvsdist 923db87
Group: System Environment/Libraries
745c7e8
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
52716ea
BuildRequires: libX11-devel
993a289
BuildRequires: libXt-devel
8ada440
BuildRequires: xcb-util-devel
cvsdist 923db87
cvsdist 923db87
%description
cvsdist 923db87
This package contains libstartup-notification which implements a
cvsdist 923db87
startup notification protocol. Using this protocol a desktop
cvsdist 923db87
environment can track the launch of an application and provide
cvsdist 923db87
feedback such as a busy cursor, among other features.
cvsdist 923db87
cvsdist 923db87
%package devel
cvsdist 923db87
Summary: Development portions of startup-notification
cvsdist 923db87
Group: Development/Libraries
60b3908
Requires: %{name} = %{version}-%{release}
52716ea
Requires: libX11-devel
745c7e8
Requires: pkgconfig
cvsdist 923db87
cvsdist 923db87
%description devel
cvsdist 923db87
Header files and static libraries for libstartup-notification.
cvsdist 923db87
cvsdist 923db87
%prep
cvsdist 923db87
%setup -q
775b1ed
mkdir examples
775b1ed
cp -p test/*.c test/*.h examples
cvsdist 923db87
cvsdist 923db87
%build
745c7e8
%configure --disable-static
60b3908
make %{?_smp_mflags}
cvsdist 923db87
cvsdist 923db87
%install
cvsdist 923db87
rm -rf $RPM_BUILD_ROOT
52716ea
make install DESTDIR=$RPM_BUILD_ROOT
993a289
/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
cvsdist 923db87
cvsdist 923db87
%clean
cvsdist 923db87
rm -rf $RPM_BUILD_ROOT
cvsdist 923db87
cvsdist 923db87
%post -p /sbin/ldconfig
cvsdist 923db87
%postun -p /sbin/ldconfig
cvsdist 923db87
cvsdist 923db87
%files
cvsdist 5088e36
%defattr(-,root,root,-)
745c7e8
%doc doc/startup-notification.txt
745c7e8
%doc AUTHORS COPYING ChangeLog NEWS
cvsdist 923db87
%{_libdir}/lib*.so.*
cvsdist 923db87
cvsdist 923db87
%files devel
cvsdist 5088e36
%defattr(-, root, root,-)
775b1ed
%doc examples 
cvsdist 923db87
%{_libdir}/lib*.so
cvsdist 923db87
%{_libdir}/pkgconfig/*
cvsdist 923db87
%{_includedir}/*
cvsdist 923db87
cvsdist 923db87
%changelog
bc3eb9a
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-2
bc3eb9a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
bc3eb9a
8ada440
* Mon Jul 13 2009 Matthias Clasen <mclasen@redhat.com> 0.10-1
8ada440
- Update to 0.10
8ada440
0a93f30
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-6
0a93f30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
0a93f30
9334100
* Tue Dec  2 2008 Matthias Clasen <mclasen@redhat.com>
9334100
- Rebuild for pkg-config provides
9334100
0804269
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9-4
0804269
- Autorebuild for GCC 4.3
0804269
775b1ed
* Wed Oct 03 2007 Parag Nemade <pnemade@redhat.com> - 0.9-3
775b1ed
- Added test examples to -devel package
775b1ed
- Use macros in Source URL 
775b1ed
- update spec as per 226435
775b1ed
3075be6
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 0.9-2
3075be6
- Rebuild for build ID
3075be6
745c7e8
* Sun Mar 18 2007 Matthias Clasen <mclasen@redhat.com> - 0.9-1
745c7e8
- Update to 0.9
745c7e8
57a4b0b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.8-4.1
57a4b0b
- rebuild
57a4b0b
993a289
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> - 0.8-4
993a289
- Add missing BuildRequires
993a289
- Don't install static libraries
993a289
51a0cab
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.8-3.2.1
51a0cab
- bump again for double-long bug on ppc(64)
51a0cab
9a1d483
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.8-3.2
9a1d483
- rebuilt for new gcc4.1 snapshot and glibc changes
9a1d483
e60af3b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
e60af3b
- rebuilt
e60af3b
52716ea
* Tue Nov  1 2005 Ray Strode <rstrode@redhat.com> 0.8-3
52716ea
- change to new modular X dependencies
348c1c4
- move configure to build instead of prep
52716ea
- use make install DESTDIR=$RPM_BUILD_ROOT instead of
b9e1372
  makeinstall macro
52716ea
151ac3f
* Wed Mar  2 2005 Mark McLoughlin <markmc@redhat.com> 0.8-2
151ac3f
- Rebuild with gcc4
151ac3f
6f8b300
* Thu Jan 27 2005 Matthias Clasen <mclasen@redhat.com> 0.8-1
6f8b300
- Update to 0.8
6f8b300
cvsdist 44afe49
* Wed Aug  4 2004 Mark McLoughlin <markmc@redhat.com> 0.7-1
cvsdist 44afe49
- Update to 0.7
cvsdist 44afe49
cvsdist b9c107b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b9c107b
- rebuilt
cvsdist b9c107b
cvsdist 5088e36
* Tue Apr 13 2004 Warren Togami <wtogami@redhat.com> 0.6-2
cvsdist 5088e36
- #110753 XFree86-devel
cvsdist 5088e36
cvsdist 5088e36
* Thu Apr  1 2004 Mark McLoughlin <markmc@redhat.com> 0.6-1
cvsdist 5088e36
- Update to 0.6
cvsdist 5088e36
cvsdist 59c3243
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 59c3243
- rebuilt
cvsdist 59c3243
cvsdist 59c3243
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 59c3243
- rebuilt
cvsdist 59c3243
cvsdist 81b357c
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 81b357c
- rebuilt
cvsdist 81b357c
cvsdist 923db87
* Wed Feb  5 2003 Havoc Pennington <hp@redhat.com> 0.5-1
cvsdist 923db87
- 0.5
cvsdist 923db87
cvsdist 923db87
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 923db87
- rebuilt
cvsdist 923db87
cvsdist 923db87
* Mon Dec  2 2002 Havoc Pennington <hp@redhat.com>
cvsdist 923db87
- Initial build.
cvsdist 923db87
cvsdist 923db87