rpms/CGAL/devel CGAL.spec,1.2,1.3

Laurent Rineau (rineau) fedora-extras-commits at redhat.com
Fri Sep 15 12:39:06 UTC 2006


Author: rineau

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

Modified Files:
	CGAL.spec 
Log Message:
* Fri Sep 15 2006 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 3.2.1-18
- Move LICENSE.OPENNL to %doc CGAL-devel (bug #206575).



Index: CGAL.spec
===================================================================
RCS file: /cvs/extras/rpms/CGAL/devel/CGAL.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CGAL.spec	11 Sep 2006 13:27:07 -0000	1.2
+++ CGAL.spec	15 Sep 2006 12:39:06 -0000	1.3
@@ -2,7 +2,7 @@
 
 Name:           CGAL
 Version:        3.2.1
-Release:        17%{?dist}
+Release:        18%{?dist}
 Summary:        Computational Geometry Algorithms Library
 
 Group:          System Environment/Libraries
@@ -89,9 +89,11 @@
   [ -r $f ] && sed -i 's/\r//' $f;
 done
 
-# README.Fedora
-install -m 644 %{SOURCE10} %{_builddir}/%{name}-%{version}/README.Fedora
+# Install README.Fedora here, to include it in %doc
+install -m 644 %{SOURCE10} ./README.Fedora
 
+# Move LICENSE.OPENNL, to include it in %doc
+mv include/OpenNL/LICENSE.OPENNL .
 
 %build
 
@@ -201,7 +203,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE* README.Fedora
+%doc LICENSE LICENSE.FREE_USE LICENSE.LGPL LICENSE.QPL README.Fedora
 %{_libdir}/libCGAL.so.1
 %{_libdir}/libCGAL.so.1.0.1
 %{_libdir}/libCGALQt.so.1
@@ -220,18 +222,21 @@
 %{_bindir}/*
 %exclude %{_bindir}/cgal_make_macosx_app
 /etc/profile.d/cgal.*
-%doc LICENSE*
+%doc LICENSE LICENSE.FREE_USE LICENSE.LGPL LICENSE.QPL LICENSE.OPENNL
 
 
 %files demos-source
 %defattr(-,root,root,-)
-%doc LICENSE*
+%doc LICENSE LICENSE.FREE_USE LICENSE.LGPL LICENSE.QPL
 %{_datadir}/CGAL/demo
 %{_datadir}/CGAL/examples
 %exclude %{_datadir}/CGAL/*/*/*.vcproj
 
 
 %changelog
+* Fri Sep 15 2006 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 3.2.1-18
+- Move LICENSE.OPENNL to %doc CGAL-devel (bug #206575).
+
 * Mon Sep 11 2006 Laurent Rineau <laurent.rineau__fedora_extras at normalesup.org> - 3.2.1-17
 - libCGALQt.so needs -lGL
 - remove %{_bindir}/cgal_make_macosx_app




More information about the scm-commits mailing list