123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- Summary: Cairomm is the C++ API for the cairo graphics library
- Name: cairomm
- Version: 1.11.2
- Release: 1%{?_dist_release}
- URL: http://www.cairographics.org
- License: LGPL
- Group: System Environment/Libraries
- Source: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: cairo-devel >= 1.6.4
- BuildRequires: libsigc++-devel
- BuildRequires: pkgconfig
- Vendor: Project Vine
- Distribution: Vine Linux
- %description
- 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}
- Requires: cairo-devel >= 1.6.4
- Requires: libsigc++-devel
- Requires: pkgconfig
- %description devel
- This package contains the libraries and header files needed for
- developing %{name} applications.
- %prep
- %setup -q
- %build
- %configure --enable-static=no --enable-docs=no
- make %{?_smp_mflags}
- %install
- rm -rf $RPM_BUILD_ROOT
- make DESTDIR=$RPM_BUILD_ROOT install
- find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
- rm -rf reference
- cp -pr docs/reference .
- %clean
- 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,-)
- %{_libdir}/*.so
- %{_libdir}/pkgconfig/*
- %{_includedir}/cairomm-1.0/
- %{_libdir}/cairomm-1.0/include/*.h
- %{_datadir}/devhelp/books/cairomm-1.0/*
- %{_datadir}/doc/cairomm-1.0/reference/*
- %doc ChangeLog reference
- %changelog
- * Fri Aug 08 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.11.2-1
- - new upstream release
- * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.10.0-1
- - new upstream release
- * Sun Jan 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.9.8-1
- - new upstream release
- * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.9.2-1
- - new upstream release
- - fix %files
- * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> - 1.8.2-2
- - build with rpm-4.8.1-1 for pkg-config file
- * Sun Sep 27 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.8.2-1
- - new upstream release
- * Fri Mar 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.8.0-1
- - new upstream release
- - added BuildRequires: libsigc++-devel
- * Sun Sep 21 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.6.4-1
- - new upstream release
- * Sun May 11 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.6.0-1
- - new upstream release
- * Sun Jan 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4.6-0vl1
- - new upstream release
- * Sun Aug 26 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4.4-0vl13
- - new upstream release
- * Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.4-1vl2
- - rebuild with new environment/toolchain
- * Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.4-1vl1
- - initial build for Vine Linux
- * Wed Jan 17 2007 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.4-1
- - New release
- * Sat Oct 14 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.2-1
- - New upstream release
- * 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
- * Sun Aug 20 2006 Rick L Vinyard Jr <rvinyard@cs.nmsu.edu> - 1.2.0-2
- - Bumped release for make tag
- * 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
|