diff --git a/.cvsignore b/.cvsignore index 6f20d93..9369be5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cairomm-1.8.2.tar.gz +cairomm-1.8.4.tar.gz diff --git a/cairomm.spec b/cairomm.spec index 042aab9..111647b 100644 --- a/cairomm.spec +++ b/cairomm.spec @@ -1,6 +1,6 @@ Summary: C++ API for the cairo graphics library Name: cairomm -Version: 1.8.2 +Version: 1.8.4 Release: 1%{?dist} URL: http://www.cairographics.org License: LGPLv2+ @@ -30,11 +30,30 @@ Standard Template Library where it makes sense. This package contains the libraries and header files needed for developing %{name} applications. +%package doc +Summary: Developer's documentation for the cairomm library +Group: Documentation +Requires: gtk-doc +Requires: devhelp +%if 0%{?fedora} > 9 || 0%{?rhel} > 5 +BuildArch: noarch +%endif + +%description doc +This package contains developer's documentation for the cairomm +library. Cairomm is the C++ API for the cairo graphics library. + +The documentation can be viewed either through the devhelp +documentation browser or through a web browser. + +If using a web browser the documentation is installed in the gtk-doc +hierarchy and can be found at /usr/share/doc/cairomm-1.0 + %prep %setup -q %build -%configure --enable-static=no --enable-docs=no +%configure --enable-static=no %{__make} %{?_smp_mflags} %install @@ -58,12 +77,20 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %defattr(-,root,root,-) %{_libdir}/*.so %{_libdir}/pkgconfig/* +%{_libdir}/cairomm-1.0/include/cairommconfig.h %{_includedir}/cairomm-1.0/ %doc ChangeLog docs/reference +%files doc +%defattr(-,root,root,-) +%doc %{_datadir}/doc/cairomm-1.0/ +%doc %{_datadir}/devhelp/books/cairomm-1.0/cairomm-1.0.devhelp2 + %changelog -* Wed Sep 30 2009 Rick L Vinyard Jr - 1.8.2-1 +* Tue Nov 17 2009 Rick L Vinyard Jr - 1.8.4-1 - New upstream release +- Added cairommconfig.h file +- Added doc subpackage * Fri Jul 24 2009 Fedora Release Engineering - 1.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index d721e37..256fb3e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -24aa46a4f92bdb2af7cd80e6b335f07f cairomm-1.8.2.tar.gz +559afbc47484ba3fad265e38a3dafe90 cairomm-1.8.4.tar.gz