rpms/cairomm/devel .cvsignore, 1.12, 1.13 cairomm.spec, 1.18, 1.19 sources, 1.12, 1.13

Rick L. Vinyard, Jr. rvinyard at fedoraproject.org
Wed Nov 18 15:10:55 UTC 2009


Author: rvinyard

Update of /cvs/pkgs/rpms/cairomm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22795

Modified Files:
	.cvsignore cairomm.spec sources 
Log Message:



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cairomm/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	30 Sep 2009 19:09:06 -0000	1.12
+++ .cvsignore	18 Nov 2009 15:10:54 -0000	1.13
@@ -1 +1 @@
-cairomm-1.8.2.tar.gz
+cairomm-1.8.4.tar.gz


Index: cairomm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cairomm/devel/cairomm.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- cairomm.spec	30 Sep 2009 19:09:06 -0000	1.18
+++ cairomm.spec	18 Nov 2009 15:10:54 -0000	1.19
@@ -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
 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
 %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 <rvinyard at cs.nmsu.edu> - 1.8.2-1
+* Tue Nov 17 2009 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 1.8.4-1
 - New upstream release
+- Added cairommconfig.h file
+- Added doc subpackage
 
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cairomm/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	30 Sep 2009 19:09:06 -0000	1.12
+++ sources	18 Nov 2009 15:10:54 -0000	1.13
@@ -1 +1 @@
-24aa46a4f92bdb2af7cd80e6b335f07f  cairomm-1.8.2.tar.gz
+559afbc47484ba3fad265e38a3dafe90  cairomm-1.8.4.tar.gz




More information about the fedora-extras-commits mailing list