cairomm/cairomm.spec

218 lines
6.9 KiB
RPMSpec
Raw Normal View History

2010-07-14 15:01:58 +00:00
%global apiver 1.0
%define cairover 1.9.8
2010-07-14 15:01:58 +00:00
2009-05-14 20:07:27 +00:00
Summary: C++ API for the cairo graphics library
Name: cairomm
Version: 1.9.8
Release: 2%{?dist}.1
2006-10-15 04:05:50 +00:00
URL: http://www.cairographics.org
2007-08-17 09:33:40 +00:00
License: LGPLv2+
Group: System Environment/Libraries
2006-10-15 04:05:50 +00:00
Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2010-07-14 15:01:58 +00:00
BuildRequires: cairo-devel >= %{cairover}
BuildRequires: pkgconfig
2009-02-24 20:57:30 +00:00
BuildRequires: libsigc++20-devel
%description
2006-08-20 19:49:28 +00:00
Cairomm is the C++ API for the cairo graphics library. It offers all the power
of cairo with an interface familiar to C++ developers, including use of the
Standard Template Library where it makes sense.
%package devel
Summary: Headers for developing programs that will use %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
2010-07-14 15:01:58 +00:00
Requires: cairo-devel >= %{cairover}
Requires: pkgconfig
2009-02-24 20:57:30 +00:00
Requires: libsigc++20-devel
%description devel
2007-07-21 05:06:40 +00:00
Cairomm is the C++ API for the cairo graphics library. It offers all the power
of cairo with an interface familiar to C++ developers, including use of the
Standard Template Library where it makes sense.
This package contains the libraries and header files needed for
developing %{name} applications.
2009-11-18 15:10:54 +00:00
%package doc
Summary: Developer's documentation for the cairomm library
Group: Documentation
%if 0%{?fedora} > 9 || 0%{?rhel} > 5
BuildArch: noarch
%endif
2011-02-24 12:59:23 +00:00
BuildRequires: doxygen graphviz
Requires: libsigc++20-doc
2009-11-18 15:10:54 +00:00
%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
2009-11-18 15:10:54 +00:00
%configure --enable-static=no
%{__make} %{?_smp_mflags}
%install
2007-07-21 05:06:40 +00:00
%{__rm} -rf $RPM_BUILD_ROOT
%{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
2010-07-14 15:01:58 +00:00
%clean
2007-07-21 05:06:40 +00:00
%{__rm} -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README NEWS
%{_libdir}/lib*.so.*
%files devel
%defattr(-,root,root,-)
2011-02-24 12:59:23 +00:00
%doc ChangeLog
%{_includedir}/%{name}-%{apiver}
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
2011-02-24 12:59:23 +00:00
%{_libdir}/%{name}-%{apiver}
2009-11-18 15:10:54 +00:00
%files doc
%defattr(-,root,root,-)
2011-02-24 12:59:23 +00:00
%doc COPYING
2011-02-21 16:18:41 +00:00
%doc %{_datadir}/doc/%{name}-%{apiver}/*
2011-02-24 12:59:23 +00:00
# according guidelines, we can co-own this, since devhelp is not required
# for accessing documentation
%doc %{_datadir}/devhelp/
2009-11-18 15:10:54 +00:00
%changelog
2011-02-21 16:18:41 +00:00
* Mon Feb 21 2011 Haïkel Guémar <hguemar@fedoraproject.org> - 1.9.8-2
- fix documentation location
- co-own /usr/share/devhelp
* Mon Feb 14 2011 Haïkel Guémar <hguemar@fedoraproject.org> - 1.9.8-1
- upstream 1.9.8
- fix issues with f15/rawhide (RHBZ #676878)
2011-02-14 17:47:18 +00:00
- drop gtk-doc dependency (RHBZ #604169)
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2010-07-14 15:01:58 +00:00
* Wed Jul 14 2010 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.9.1-1
- New upstream release
- Removed html docs from -devel package
- Seperated requires into one per line
- Fixed devhelp docs
2009-11-18 15:10:54 +00:00
* Tue Nov 17 2009 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.8.4-1
2009-09-30 19:09:06 +00:00
- New upstream release
2009-11-18 15:10:54 +00:00
- Added cairommconfig.h file
- Added doc subpackage
2009-09-30 19:09:06 +00:00
* 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
2009-02-24 20:57:30 +00:00
* Tue Feb 24 2009 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.8.0-1
- Update to 1.8.0
- Added libsigc++20-devel dependency
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2008-08-29 20:24:54 +00:00
* Fri Aug 29 2008 Denis Leroy <denis@poolshark.org> - 1.6.2-1
- Update to upstream 1.6.2
- atsui patch upstreamed
* Sun Mar 23 2008 Denis Leroy <denis@poolshark.org> - 1.5.0-1
- Update to 1.5.0
- Added patch from Mamoru Tasaka to fix font type enum (#438600)
2008-02-19 22:48:16 +00:00
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.4.4-2
- Autorebuild for GCC 4.3
2007-08-17 09:33:40 +00:00
* Fri Aug 17 2007 Denis Leroy <denis@poolshark.org> - 1.4.4-1
- Update to upstream version 1.4.4
- Fixed License tag
2007-07-21 05:06:40 +00:00
* Fri Jul 20 2007 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.4.2-1
- New upstream release
- Changed install to preserve timestamps
- Removed mv of docs/reference and include files directly
2007-01-18 03:21:04 +00:00
* Wed Jan 17 2007 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.4-1
2007-01-18 03:19:35 +00:00
- New release
2006-10-15 04:05:50 +00:00
* Sat Oct 14 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.2-1
- New upstream release
2006-08-28 02:20:46 +00:00
* Sun Aug 27 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-4
- Bumped release for make tag
* Sun Aug 27 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-3
- Bumped release for mass rebuild
2006-08-20 19:56:51 +00:00
* Sun Aug 20 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-2
- Bumped release for make tag
2006-08-20 19:49:28 +00:00
* Sun Aug 20 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-1
- New upstream release
- Updated summary and description
* Thu Aug 3 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.1.10-1
- First release for cairo 1.2
- Adjusted cairo dependencies for new version
- Docs were in html, moved to reference/html
* Sun Apr 9 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.6.0-1
- New upstream version should fix the upstream issues like AUTHORS and README
- Added pkgconfig to cairomm BuildRequires and cairomm-devel Requires
- Replaced makeinstall
- Fixed devel package description
- Modified includedir syntax
- docs included via the mv in install and in the devel files as html dir
* Sun Mar 5 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-10
- Removed duplicate Group tag in devel
- Disabled docs till they're fixed upstream
* Sun Mar 5 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-9
- Removed requires since BuildRequires is present
- Cleaned up Source tag
* Fri Feb 24 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-7
- Fixed URL and SOURCE tags
- Fixed header include directory
* Fri Feb 24 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-6
- Fixed URL tag
* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-5
- Remove epoch 'leftovers'
* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-4
- Cleanup for FE
* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-3
- Added pre-release alphatag
* Wed Feb 22 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-2
- Updated to current cairomm CVS
- Added documentation to devel package
* Fri Feb 03 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.5.0-1
- Updated to current cairomm CVS
* Fri Jan 27 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 0.4.0-1
- Initial creation from papyrus.spec.in