*** empty log message ***

This commit is contained in:
Rick L. Vinyard, Jr. 2009-11-18 15:10:54 +00:00
parent a7c9a78482
commit 2454e90c98
3 changed files with 32 additions and 5 deletions

View File

@ -1 +1 @@
cairomm-1.8.2.tar.gz
cairomm-1.8.4.tar.gz

View File

@ -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 <rvinyard@cs.nmsu.edu> - 1.8.2-1
* Tue Nov 17 2009 Rick L Vinyard Jr <rvinyard@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@lists.fedoraproject.org> - 1.8.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
24aa46a4f92bdb2af7cd80e6b335f07f cairomm-1.8.2.tar.gz
559afbc47484ba3fad265e38a3dafe90 cairomm-1.8.4.tar.gz