libcairomm10/libcairomm10.spec

118 lines
3.7 KiB
RPMSpec

Name: libcairomm10
Version: 1.12.2
Release: 2mamba
Summary: A C++ wrapper for the cairo graphics library
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cairographics.org/cairomm/
Source: http://www.cairographics.org/releases/cairomm-%{version}.tar.gz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequires: libXrender-devel
BuildRequires: libcairo-devel
BuildRequires: libfreetype-devel
BuildRequires: libgcc
BuildRequires: libpng-devel
BuildRequires: libsigc++-devel
BuildRequires: libstdc++6-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
%description
cairomm is a C++ wrapper 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: Devel package for %{name}
Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
cairomm is a C++ wrapper 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 static libraries and header files needed for development.
%debug_package
%prep
%setup -q -n cairomm-%{version}
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_libdir}/libcairomm-1.0.so.*
%doc AUTHORS COPYING
%files devel
%defattr(-,root,root)
#%{_libdir}/libcairomm-1.0.a
%{_libdir}/libcairomm-1.0.la
%{_libdir}/libcairomm-1.0.so
%{_libdir}/cairomm-1.0/include/cairommconfig.h
%dir %{_includedir}/cairomm-1.0/cairomm
%{_includedir}/cairomm-1.0/cairomm/*.h
%{_libdir}/pkgconfig/*.pc
%{_datadir}/devhelp/books/cairomm-1.0/cairomm-1.0.devhelp2
%{_datadir}/doc/cairomm-1.0/reference/html/*
%{_docdir}/cairomm-1.0/reference/cairomm-1.0.tag
%doc ChangeLog NEWS README
%changelog
* Sat Apr 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.12.2-2mamba
- legacy package
* Sun Feb 05 2017 Automatic Build System <autodist@mambasoft.it> 1.12.2-1mamba
- automatic version update by autodist
* Sun Nov 29 2015 Automatic Build System <autodist@mambasoft.it> 1.12.0-1mamba
- automatic version update by autodist
* Fri Feb 14 2014 Automatic Build System <autodist@mambasoft.it> 1.11.2-1mamba
- automatic update by autodist
* Sun Jun 19 2011 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
- automatic update by autodist
* Sun Feb 27 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.6-1mamba
- update to 1.8.6
* Fri Nov 05 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.4-3mamba
- rebuilt
* Mon Oct 25 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.4-2mamba
- rebuilt against libpng 1.4
* Mon Oct 26 2009 Automatic Build System <autodist@mambasoft.it> 1.8.4-1mamba
- automatic update by autodist
* Sun Jul 12 2009 Automatic Build System <autodist@mambasoft.it> 1.8.2-1mamba
- automatic update by autodist
* Wed May 20 2009 Automatic Build System <autodist@mambasoft.it> 1.8.0-2mamba
- automatic rebuild by autodist
* Sat Feb 28 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.0-1mamba
- automatic update by autodist
* Tue Aug 19 2008 gil <puntogil@libero.it> 1.6.2-1mamba
- update to 1.6.2
* Thu Jun 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-1mamba
- package created by autospec