rpms/cairomm/devel .cvsignore, 1.6, 1.7 cairomm.spec, 1.8, 1.9 sources, 1.6, 1.7

Rick L. Vinyard, Jr. (rvinyard) fedora-extras-commits at redhat.com
Sat Jul 21 05:07:13 UTC 2007


Author: rvinyard

Update of /cvs/extras/rpms/cairomm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16028/devel

Modified Files:
	.cvsignore cairomm.spec sources 
Log Message:
New release



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cairomm/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	18 Jan 2007 03:19:35 -0000	1.6
+++ .cvsignore	21 Jul 2007 05:06:40 -0000	1.7
@@ -1 +1 @@
-cairomm-1.2.4.tar.gz
+cairomm-1.4.2.tar.gz


Index: cairomm.spec
===================================================================
RCS file: /cvs/extras/rpms/cairomm/devel/cairomm.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cairomm.spec	18 Jan 2007 03:21:04 -0000	1.8
+++ cairomm.spec	21 Jul 2007 05:06:40 -0000	1.9
@@ -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 @@
 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 @@
 %{__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 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*
 %{_includedir}/cairomm-1.0/
-%doc ChangeLog reference
+%doc ChangeLog docs/reference
 
 %changelog
+* Fri Jul 20 2007 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 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 <rvinyard at cs.nmsu.edu> - 1.2.4-1
 - New release
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cairomm/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	18 Jan 2007 03:19:35 -0000	1.6
+++ sources	21 Jul 2007 05:06:40 -0000	1.7
@@ -1 +1 @@
-5d862facfbd0098c9bae618b61f7c8e6  cairomm-1.2.4.tar.gz
+1ed93f7f9844fa7770ee631fdabde82e  cairomm-1.4.2.tar.gz




More information about the scm-commits mailing list