rpms/startup-notification/devel startup-notification.spec, 1.19, 1.20

Parag Nemade (pnemade) fedora-extras-commits at redhat.com
Wed Oct 3 06:02:10 UTC 2007


Author: pnemade

Update of /cvs/pkgs/rpms/startup-notification/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18880

Modified Files:
	startup-notification.spec 
Log Message:
SPEC cleanup for merge-review bug 226435 and bump release


Index: startup-notification.spec
===================================================================
RCS file: /cvs/pkgs/rpms/startup-notification/devel/startup-notification.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- startup-notification.spec	3 Oct 2007 05:28:44 -0000	1.19
+++ startup-notification.spec	3 Oct 2007 06:01:35 -0000	1.20
@@ -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 @@
 
 %prep
 %setup -q
+mkdir examples
+cp -p test/*.c test/*.h examples
 
 %build
 %configure --disable-static
@@ -52,11 +54,17 @@
 
 %files devel
 %defattr(-, root, root,-)
+%doc examples 
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*
 %{_includedir}/*
 
 %changelog
+* Wed Oct 03 2007 Parag Nemade <pnemade at redhat.com> - 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 <ajax at redhat.com> - 0.9-2
 - Rebuild for build ID
 




More information about the fedora-extras-commits mailing list