Author: qboosh Date: Wed Dec 26 16:35:17 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - some parts are GPLed - added ChangeLog to doc, UserGuide moved to -devel - ghost soname symlink
---- Files affected: SPECS: CHOLMOD.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/CHOLMOD.spec diff -u SPECS/CHOLMOD.spec:1.6 SPECS/CHOLMOD.spec:1.7 --- SPECS/CHOLMOD.spec:1.6 Wed Dec 26 16:53:27 2007 +++ SPECS/CHOLMOD.spec Wed Dec 26 17:35:11 2007 @@ -8,7 +8,7 @@ Name: CHOLMOD Version: 1.6.0 Release: 1 -License: LGPL +License: GPL v2+ (some parts LGPL v2.1+) Group: Libraries Source0: http://www.cise.ufl.edu/research/sparse/cholmod/%{name}-%{version}.tar.gz # Source0-md5: d07af9879992e597fb197daaefd2eb19 @@ -94,11 +94,13 @@ %files %defattr(644,root,root,755) -%doc README.txt Doc/UserGuide.pdf +%doc README.txt Doc/ChangeLog %attr(755,root,root) %{_libdir}/libcholmod.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libcholmod.so.0 %files devel %defattr(644,root,root,755) +%doc Doc/UserGuide.pdf %attr(755,root,root) %{_libdir}/libcholmod.so %{_libdir}/libcholmod.la %{_includedir}/cholmod @@ -113,6 +115,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2007-12-26 16:35:11 qboosh +- some parts are GPLed +- added ChangeLog to doc, UserGuide moved to -devel +- ghost soname symlink + Revision 1.6 2007-12-26 15:53:27 qboosh - pl, sorted BRs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/CHOLMOD.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
