Author: qboosh Date: Wed Dec 26 17:42:13 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - reverted BR and dropped F77 (Fortran not used) - more docs, ghost soname symlink - LGPL v2.1+
---- Files affected: SPECS: CXSparse.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/CXSparse.spec diff -u SPECS/CXSparse.spec:1.5 SPECS/CXSparse.spec:1.6 --- SPECS/CXSparse.spec:1.5 Wed Dec 26 17:56:10 2007 +++ SPECS/CXSparse.spec Wed Dec 26 18:42:07 2007 @@ -1,10 +1,10 @@ # $Revision$, $Date$ Summary: CXSparse: extended version of a concise sparse matrix package -Summary(pl.UTF-8): CXSparse - rozszerzona wersja pakietu do macierzy rzadkich +Summary(pl.UTF-8): CXSparse - rozszerzona wersja zwięzłego pakietu do macierzy rzadkich Name: CXSparse Version: 0 Release: 1 -License: LGPL +License: LGPL v2.1+ Group: Libraries Source0: http://www.cise.ufl.edu/research/sparse/CXSparse/%{name}.tar.gz # Source0-md5: b8061452b75014dee69e5c5fc33cfd25 @@ -12,7 +12,6 @@ Patch1: %{name}-shared.patch URL: http://www.cise.ufl.edu/research/sparse/CXSparse/ BuildRequires: UFconfig -BuildRequires: gcc-fortran BuildRequires: libtool >= 2:1.5 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -59,7 +58,6 @@ %build %{__make} \ CC="%{__cc}" \ - F77="gfortran" \ CFLAGS="%{rpmcflags} -fPIC" \ LDFLAGS="%{rpmldflags}" \ libdir=%{_libdir} @@ -82,8 +80,9 @@ %files %defattr(644,root,root,755) -%doc README.txt +%doc README.txt Doc/{ChangeLog,License.txt} %attr(755,root,root) %{_libdir}/libcxsparse.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libcxsparse.so.0 %files devel %defattr(644,root,root,755) @@ -101,6 +100,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2007-12-26 17:42:07 qboosh +- reverted BR and dropped F77 (Fortran not used) +- more docs, ghost soname symlink +- LGPL v2.1+ + Revision 1.5 2007-12-26 16:56:10 qboosh - pl - BR: gcc-fortran ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/CXSparse.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
