rpms/cairomm/FC-5 cairomm.spec,1.1,1.2

Rick L. Vinyard (rvinyard) fedora-extras-commits at redhat.com
Wed Aug 2 01:33:36 UTC 2006


Author: rvinyard

Update of /cvs/extras/rpms/cairomm/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12455

Modified Files:
	cairomm.spec 
Log Message:
Bumped release for rebuild against cairo



Index: cairomm.spec
===================================================================
RCS file: /cvs/extras/rpms/cairomm/FC-5/cairomm.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cairomm.spec	30 Apr 2006 04:29:16 -0000	1.1
+++ cairomm.spec	2 Aug 2006 01:33:36 -0000	1.2
@@ -1,7 +1,7 @@
 Summary:          This library provides a C++ interface to cairo
 Name:             cairomm
 Version:          0.6.0
-Release:          1%{?dist}
+Release:          2%{?dist}
 URL:		  http://www.cairographics.org
 License:	  LGPL
 Group:            System Environment/Libraries
@@ -26,14 +26,14 @@
 %setup -q 
 
 %build
-%configure --enable-static=no --enable-docs=no
+%configure --enable-static=no --enable-docs=no 
 %{__make} %{?_smp_mflags}
 
 %install
 %{__rm} -rf %{buildroot}
 make DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
-mv docs/reference/html .
+mv docs/reference .
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -52,9 +52,13 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*
 %{_includedir}/cairomm-1.0/
-%doc ChangeLog html
+%doc ChangeLog reference
 
 %changelog
+* Tue Aug  1 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> - 0.6.0-2
+- Bumped release to force x86 rebuild
+- Docs were in html, moved to reference/html
+
 * Sun Apr  9 2006 Rick L Vinyard Jr <rvinyard at 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




More information about the scm-commits mailing list