Add tools subpackage for cairo-trace

This commit is contained in:
Benjamin Otte 2010-06-17 16:42:39 +00:00
parent 3fb266c8fe
commit 924c50a9f4

View File

@ -49,6 +49,17 @@ and print output.
This package contains libraries, header files and developer documentation This package contains libraries, header files and developer documentation
needed for developing software which uses the cairo graphics library. 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 %prep
%setup -q %setup -q
@ -88,6 +99,11 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%{_datadir}/gtk-doc/html/cairo %{_datadir}/gtk-doc/html/cairo
%files tools
%defattr(-,root,root,-)
%{_bindir}/cairo-trace
%{_libdir}/cairo
%changelog %changelog
* Thu Jun 17 2010 Benjamin Otte <otte@redhat.com> - 1.9.8-1 * Thu Jun 17 2010 Benjamin Otte <otte@redhat.com> - 1.9.8-1
- Update to 1.9.8 snapshot - Update to 1.9.8 snapshot