rpms/cairo/devel cairo.spec,1.105,1.106

Benjamin Otte company at fedoraproject.org
Thu Jun 17 16:42:40 UTC 2010


Author: company

Update of /cvs/pkgs/rpms/cairo/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10614

Modified Files:
	cairo.spec 
Log Message:
Add tools subpackage for cairo-trace



Index: cairo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cairo/devel/cairo.spec,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -p -r1.105 -r1.106
--- cairo.spec	17 Jun 2010 15:47:11 -0000	1.105
+++ cairo.spec	17 Jun 2010 16:42:39 -0000	1.106
@@ -49,6 +49,17 @@ and print output.
 This package contains libraries, header files and developer documentation
 needed for developing software which uses the cairo graphics library.
 
+%package tools
+Summary: Development tools for cairo
+Group: Development/Tools
+
+%description tools
+Cairo is a 2D graphics library designed to provide high-quality display
+and print output.
+
+This package contains tools for working with the cairo graphics library.
+ * cairo-trace: Record cairo library calls for later playback
+
 %prep
 %setup -q
 
@@ -88,6 +99,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*
 %{_datadir}/gtk-doc/html/cairo
 
+%files tools
+%defattr(-,root,root,-)
+%{_bindir}/cairo-trace
+%{_libdir}/cairo
+
 %changelog
 * Thu Jun 17 2010 Benjamin Otte <otte at redhat.com> - 1.9.8-1
 - Update to 1.9.8 snapshot



More information about the scm-commits mailing list