diff --git a/.cvsignore b/.cvsignore index 36fd39e..7d6ea78 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -cairomm-1.2.4.tar.gz +cairomm-1.4.2.tar.gz diff --git a/cairomm.spec b/cairomm.spec index a634a0f..d7686af 100644 --- a/cairomm.spec +++ b/cairomm.spec @@ -1,13 +1,13 @@ Summary: Cairomm is the C++ API for the cairo graphics library Name: cairomm -Version: 1.2.4 +Version: 1.4.2 Release: 1%{?dist} 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}-%{release}-root-%(%{__id_u} -n) -BuildRequires: cairo-devel >= 1.2.0 pkgconfig +BuildRequires: cairo-devel >= 1.4.0 pkgconfig %description Cairomm is the C++ API for the cairo graphics library. It offers all the power @@ -18,9 +18,13 @@ Standard Template Library where it makes sense. Summary: Headers for developing programs that will use %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: cairo-devel >= 1.2.0 pkgconfig +Requires: cairo-devel >= 1.4.0 pkgconfig %description devel +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. @@ -32,13 +36,12 @@ developing %{name} applications. %{__make} %{?_smp_mflags} %install -%{__rm} -rf %{buildroot} -make DESTDIR=%{buildroot} install -find %{buildroot} -type f -name "*.la" -exec rm -f {} ';' -mv docs/reference . +%{__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 {} ';' %clean -%{__rm} -rf %{buildroot} +%{__rm} -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig @@ -54,9 +57,14 @@ mv docs/reference . %{_libdir}/*.so %{_libdir}/pkgconfig/* %{_includedir}/cairomm-1.0/ -%doc ChangeLog reference +%doc ChangeLog docs/reference %changelog +* Fri Jul 20 2007 Rick L Vinyard Jr - 1.4.2-1 +- New upstream release +- Changed install to preserve timestamps +- Removed mv of docs/reference and include files directly + * Wed Jan 17 2007 Rick L Vinyard Jr - 1.2.4-1 - New release diff --git a/sources b/sources index b4a9638..af1f3a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d862facfbd0098c9bae618b61f7c8e6 cairomm-1.2.4.tar.gz +1ed93f7f9844fa7770ee631fdabde82e cairomm-1.4.2.tar.gz