From 924c50a9f49593dd4c1b0d476bcc9ac52b3213ff Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 17 Jun 2010 16:42:39 +0000 Subject: [PATCH] Add tools subpackage for cairo-trace --- cairo.spec | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/cairo.spec b/cairo.spec index 98d6615..3a05ece 100644 --- a/cairo.spec +++ b/cairo.spec @@ -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 - 1.9.8-1 - Update to 1.9.8 snapshot