From 2b92ed2758451cac5437016ac22bc01e1850edb6 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Feb 25 2020 12:39:01 +0000 Subject: New upstream release 5.0.2 --- diff --git a/CGAL.spec b/CGAL.spec index bbafb51..32f3c0e 100644 --- a/CGAL.spec +++ b/CGAL.spec @@ -8,18 +8,17 @@ %global qt_version 5.9 %global cmake_version 3.1 -%global fullversion 5.0.1 +%global fullversion 5.0.2 %global alphatag %nil Name: CGAL -Version: 5.0.1 -Release: 2%{alphatag}%{?dist} +Version: 5.0.2 +Release: 1%{alphatag}%{?dist} Summary: Computational Geometry Algorithms Library License: LGPLv3+ and GPLv3+ and Boost URL: http://www.cgal.org/ Source0: https://github.com/CGAL/cgal/releases/download/releases/%{name}-%{fullversion}/%{name}-%{fullversion}.tar.xz -Source10: CGAL-README.Fedora # Required devel packages. @@ -90,7 +89,26 @@ CGAL algorithms. #chmod a-x include/CGAL/export/ImageIO.h # Install README.Fedora here, to include it in %%doc -install -p -m 644 %{SOURCE10} ./README.Fedora +cat << 'EOF' > ./README.Fedora +Header-only +----------- +CGAL is a header-only library since version 5.0. + +Packages +-------- +In Fedora, the CGAL tarball is separated in several packages: + - CGAL is empty since CGAL-5.0 + - CGAL-devel contains header files, and several files and tools needed to + develop CGAL applications, + - CGAL-demos-source contains the source of examples and demos of CGAL. + + +Documentation +------------- +Note that the CGAL documentation cannot be packaged for Fedora due to unclear +license conditions. The complete documentation in PDF and HTML is +available at http://www.cgal.org/Manual/index.html +EOF %build @@ -139,6 +157,10 @@ cp -a examples %{buildroot}%{_datadir}/CGAL/examples %exclude %{_datadir}/CGAL/*/*/skip_vcproj_auto_generation %changelog +* Tue Feb 25 2020 Laurent Rineau - 5.0.2-1 +- New upstream release +- Remove the Source10 (replaced by a heredoc) + * Tue Jan 28 2020 Fedora Release Engineering - 5.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild