[polyclipping] Update to 5.1.6 and install agg header file

Volker Fröhlich volter at fedoraproject.org
Sun Jun 23 12:52:20 UTC 2013


commit 7c0083e90fc5fb045070612a37c648cd541c8e03
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Sun Jun 23 14:51:29 2013 +0200

    Update to 5.1.6 and install agg header file

 polyclipping.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/polyclipping.spec b/polyclipping.spec
index ee5740c..760bcad 100644
--- a/polyclipping.spec
+++ b/polyclipping.spec
@@ -5,7 +5,7 @@
 # http://upstream-tracker.org/versions/clipper.html
 
 Name:           polyclipping
-Version:        5.1.2
+Version:        5.1.6
 Release:        1%{?dist}
 Summary:        Polygon clipping library
 
@@ -63,6 +63,9 @@ popd
 %install
 pushd cpp
   make install DESTDIR=%{buildroot}
+
+# Install agg header with corrected include statement
+  sed -e 's/\.\.\/clipper\.hpp/clipper.hpp/' < cpp_agg/agg_conv_clipper.h > %{buildroot}/%{_includedir}/%{name}/agg_conv_clipper.h
 popd
 
 
@@ -77,10 +80,14 @@ popd
 %{_libdir}/lib%{name}.so.*
 
 %files devel
-%{_includedir}/%{name}
+%{_includedir}/%{name}/
 %{_libdir}/lib%{name}.so
 
 %changelog
+* Wed Jun  5 2013 Tom Hughes <tom at compton.nu> - 5.1.6-1
+- Update to 5.1.6 upstream release
+- Install agg_conv_clipper.h
+
 * Fri Mar  1 2013 Volker Fröhlich <volker27 at gmx.at> - 5.1.2-1
 - New upstream release
 


More information about the scm-commits mailing list