|
|
3e52f7 |
%global apiver 1.0
|
|
|
3e52f7 |
|
|
|
3e52f7 |
%global cairo_version 1.10.0
|
|
|
3e52f7 |
%global libsigc_version 2.5.1
|
|
|
3e52f7 |
|
|
|
3e52f7 |
Summary: C++ API for the cairo graphics library
|
|
|
3e52f7 |
Name: cairomm
|
|
|
3e52f7 |
Version: 1.12.0
|
|
|
3e52f7 |
Release: 1%{?dist}
|
|
|
3e52f7 |
URL: http://www.cairographics.org
|
|
|
3e52f7 |
License: LGPLv2+
|
|
|
3e52f7 |
Group: System Environment/Libraries
|
|
|
3e52f7 |
Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
|
|
|
3e52f7 |
BuildRequires: cairo-devel >= %{cairo_version}
|
|
|
3e52f7 |
BuildRequires: libsigc++20-devel >= %{libsigc_version}
|
|
|
3e52f7 |
BuildRequires: perl
|
|
|
3e52f7 |
BuildRequires: perl(Getopt::Long)
|
|
|
3e52f7 |
BuildRequires: pkgconfig
|
|
|
3e52f7 |
|
|
|
3e52f7 |
Requires: cairo%{?_isa} >= %{cairo_version}
|
|
|
3e52f7 |
Requires: libsigc++20%{?_isa} >= %{libsigc_version}
|
|
|
3e52f7 |
|
|
|
3e52f7 |
%description
|
|
|
3e52f7 |
Cairomm is the C++ API for the cairo graphics library. It offers all the power
|
|
|
3e52f7 |
of cairo with an interface familiar to C++ developers, including use of the
|
|
|
3e52f7 |
Standard Template Library where it makes sense.
|
|
|
3e52f7 |
|
|
|
3e52f7 |
%package devel
|
|
|
3e52f7 |
Summary: Headers for developing programs that will use %{name}
|
|
|
3e52f7 |
Group: Development/Libraries
|
|
|
3e52f7 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
3e52f7 |
|
|
|
3e52f7 |
%description devel
|
|
|
3e52f7 |
Cairomm is the C++ API for the cairo graphics library. It offers all the power
|
|
|
3e52f7 |
of cairo with an interface familiar to C++ developers, including use of the
|
|
|
3e52f7 |
Standard Template Library where it makes sense.
|
|
|
3e52f7 |
|
|
|
3e52f7 |
This package contains the libraries and header files needed for
|
|
|
3e52f7 |
developing %{name} applications.
|
|
|
3e52f7 |
|
|
|
3e52f7 |
%package doc
|
|
|
3e52f7 |
Summary: Developer's documentation for the cairomm library
|
|
|
3e52f7 |
Group: Documentation
|
|
|
3e52f7 |
BuildArch: noarch
|
|
|
3e52f7 |
Requires: %{name} = %{version}-%{release}
|
|
|
3e52f7 |
Requires: libsigc++20-doc
|
|
|
3e52f7 |
|
|
|
3e52f7 |
%description doc
|
|
|
3e52f7 |
This package contains developer's documentation for the cairomm
|
|
|
3e52f7 |
library. Cairomm is the C++ API for the cairo graphics library.
|
|
|
3e52f7 |
|
|
|
3e52f7 |
The documentation can be viewed either through the devhelp
|
|
|
3e52f7 |
documentation browser or through a web browser.
|
|
|
3e52f7 |
|
|
|
3e52f7 |
If using a web browser the documentation is installed in the gtk-doc
|
|
|
3e52f7 |
hierarchy and can be found at /usr/share/doc/cairomm-1.0
|
|
|
3e52f7 |
|
|
|
3e52f7 |
%prep
|
|
|
3e52f7 |
%setup -q
|
|
|
3e52f7 |
|
|
|
3e52f7 |
%build
|
|
|
3e52f7 |
%configure --disable-static
|
|
|
3e52f7 |
make %{?_smp_mflags}
|
|
|
3e52f7 |
|
|
|
3e52f7 |
%install
|
|
|
3e52f7 |
%make_install
|
|
|
3e52f7 |
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
|
|
3e52f7 |
|
|
|
3e52f7 |
%post -p /sbin/ldconfig
|
|
|
3e52f7 |
|
|
|
3e52f7 |
%postun -p /sbin/ldconfig
|
|
|
3e52f7 |
|
|
|
3e52f7 |
%files
|
|
|
3e52f7 |
%license COPYING
|
|
|
3e52f7 |
%doc AUTHORS README NEWS
|
|
|
3e52f7 |
%{_libdir}/lib*.so.*
|
|
|
3e52f7 |
|
|
|
3e52f7 |
%files devel
|
|
|
3e52f7 |
%doc ChangeLog
|
|
|
3e52f7 |
%{_includedir}/%{name}-%{apiver}
|
|
|
3e52f7 |
%{_libdir}/*.so
|
|
|
3e52f7 |
%{_libdir}/pkgconfig/*
|
|
|
3e52f7 |
%{_libdir}/%{name}-%{apiver}
|
|
|
3e52f7 |
|
|
|
3e52f7 |
%files doc
|
|
|
3e52f7 |
%doc %{_datadir}/doc/%{name}-%{apiver}/
|
|
|
3e52f7 |
%doc %{_datadir}/devhelp/
|
|
|
3e52f7 |
|
|
|
3e52f7 |
%changelog
|
|
|
3e52f7 |
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 1.12.0-1
|
|
|
3e52f7 |
- Update to 1.12.0
|
|
|
3e52f7 |
- Resolves: #1425909
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.10.0-8
|
|
|
3e52f7 |
- Mass rebuild 2014-01-24
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.10.0-7
|
|
|
3e52f7 |
- Mass rebuild 2013-12-27
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-6
|
|
|
3e52f7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-5
|
|
|
3e52f7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-4
|
|
|
3e52f7 |
- Rebuilt for c++ ABI breakage
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-3
|
|
|
3e52f7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1.10.0-2
|
|
|
3e52f7 |
- Rebuild for new libpng
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Fri Jul 29 2011 Kalev Lember <kalevlember@gmail.com> - 1.10.0-1
|
|
|
3e52f7 |
- Update to 1.10.0
|
|
|
3e52f7 |
- Have the -doc subpackage depend on the base package
|
|
|
3e52f7 |
- Modernize the spec file
|
|
|
3e52f7 |
- Really own /usr/share/devhelp directory
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Mon Feb 21 2011 Haïkel Guémar <hguemar@fedoraproject.org> - 1.9.8-2
|
|
|
3e52f7 |
- fix documentation location
|
|
|
3e52f7 |
- co-own /usr/share/devhelp
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Mon Feb 14 2011 Haïkel Guémar <hguemar@fedoraproject.org> - 1.9.8-1
|
|
|
3e52f7 |
- upstream 1.9.8
|
|
|
3e52f7 |
- fix issues with f15/rawhide (RHBZ #676878)
|
|
|
3e52f7 |
- drop gtk-doc dependency (RHBZ #604169)
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-2
|
|
|
3e52f7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Wed Jul 14 2010 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.9.1-1
|
|
|
3e52f7 |
- New upstream release
|
|
|
3e52f7 |
- Removed html docs from -devel package
|
|
|
3e52f7 |
- Seperated requires into one per line
|
|
|
3e52f7 |
- Fixed devhelp docs
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Tue Nov 17 2009 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.8.4-1
|
|
|
3e52f7 |
- New upstream release
|
|
|
3e52f7 |
- Added cairommconfig.h file
|
|
|
3e52f7 |
- Added doc subpackage
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.0-2
|
|
|
3e52f7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Tue Feb 24 2009 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.8.0-1
|
|
|
3e52f7 |
- Update to 1.8.0
|
|
|
3e52f7 |
- Added libsigc++20-devel dependency
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-2
|
|
|
3e52f7 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Fri Aug 29 2008 Denis Leroy <denis@poolshark.org> - 1.6.2-1
|
|
|
3e52f7 |
- Update to upstream 1.6.2
|
|
|
3e52f7 |
- atsui patch upstreamed
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Sun Mar 23 2008 Denis Leroy <denis@poolshark.org> - 1.5.0-1
|
|
|
3e52f7 |
- Update to 1.5.0
|
|
|
3e52f7 |
- Added patch from Mamoru Tasaka to fix font type enum (#438600)
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.4.4-2
|
|
|
3e52f7 |
- Autorebuild for GCC 4.3
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Fri Aug 17 2007 Denis Leroy <denis@poolshark.org> - 1.4.4-1
|
|
|
3e52f7 |
- Update to upstream version 1.4.4
|
|
|
3e52f7 |
- Fixed License tag
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Fri Jul 20 2007 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.4.2-1
|
|
|
3e52f7 |
- New upstream release
|
|
|
3e52f7 |
- Changed install to preserve timestamps
|
|
|
3e52f7 |
- Removed mv of docs/reference and include files directly
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Wed Jan 17 2007 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.4-1
|
|
|
3e52f7 |
- New release
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Sat Oct 14 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.2-1
|
|
|
3e52f7 |
- New upstream release
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Sun Aug 27 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-4
|
|
|
3e52f7 |
- Bumped release for make tag
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Sun Aug 27 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-3
|
|
|
3e52f7 |
- Bumped release for mass rebuild
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Sun Aug 20 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-2
|
|
|
3e52f7 |
- Bumped release for make tag
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Sun Aug 20 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-1
|
|
|
3e52f7 |
- New upstream release
|
|
|
3e52f7 |
- Updated summary and description
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Thu Aug 3 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.1.10-1
|
|
|
3e52f7 |
- First release for cairo 1.2
|
|
|
3e52f7 |
- Adjusted cairo dependencies for new version
|
|
|
3e52f7 |
- Docs were in html, moved to reference/html
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Sun Apr 9 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.6.0-1
|
|
|
3e52f7 |
- New upstream version should fix the upstream issues like AUTHORS and README
|
|
|
3e52f7 |
- Added pkgconfig to cairomm BuildRequires and cairomm-devel Requires
|
|
|
3e52f7 |
- Replaced makeinstall
|
|
|
3e52f7 |
- Fixed devel package description
|
|
|
3e52f7 |
- Modified includedir syntax
|
|
|
3e52f7 |
- docs included via the mv in install and in the devel files as html dir
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Sun Mar 5 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-10
|
|
|
3e52f7 |
- Removed duplicate Group tag in devel
|
|
|
3e52f7 |
- Disabled docs till they're fixed upstream
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Sun Mar 5 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-9
|
|
|
3e52f7 |
- Removed requires since BuildRequires is present
|
|
|
3e52f7 |
- Cleaned up Source tag
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Fri Feb 24 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-7
|
|
|
3e52f7 |
- Fixed URL and SOURCE tags
|
|
|
3e52f7 |
- Fixed header include directory
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Fri Feb 24 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-6
|
|
|
3e52f7 |
- Fixed URL tag
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-5
|
|
|
3e52f7 |
- Remove epoch 'leftovers'
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-4
|
|
|
3e52f7 |
- Cleanup for FE
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-3
|
|
|
3e52f7 |
- Added pre-release alphatag
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-2
|
|
|
3e52f7 |
- Updated to current cairomm CVS
|
|
|
3e52f7 |
- Added documentation to devel package
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Fri Feb 03 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-1
|
|
|
3e52f7 |
- Updated to current cairomm CVS
|
|
|
3e52f7 |
|
|
|
3e52f7 |
* Fri Jan 27 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.4.0-1
|
|
|
3e52f7 |
- Initial creation from papyrus.spec.in
|
|
|
3e52f7 |
|