*** empty log message ***
This commit is contained in:
parent
a7c9a78482
commit
2454e90c98
@ -1 +1 @@
|
||||
cairomm-1.8.2.tar.gz
|
||||
cairomm-1.8.4.tar.gz
|
||||
|
33
cairomm.spec
33
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 <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
|
||||
|
Loading…
Reference in New Issue
Block a user