diff --git a/startup-notification.spec b/startup-notification.spec index e06266c..ef72cba 100644 --- a/startup-notification.spec +++ b/startup-notification.spec @@ -1,7 +1,7 @@ Summary: Library for tracking application startup Name: startup-notification Version: 0.9 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://www.freedesktop.org/software/startup-notification/ Source0: http://download.gnome.org/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 License: LGPLv2 @@ -28,6 +28,8 @@ Header files and static libraries for libstartup-notification. %prep %setup -q +mkdir examples +cp -p test/*.c test/*.h examples %build %configure --disable-static @@ -52,11 +54,17 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-, root, root,-) +%doc examples %{_libdir}/lib*.so %{_libdir}/pkgconfig/* %{_includedir}/* %changelog +* 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