Author: qboosh Date: Fri Jan 4 12:54:12 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - pl - added docs - License is GPL (v2+)
---- Files affected: SPECS: UMFPACK.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/UMFPACK.spec diff -u SPECS/UMFPACK.spec:1.6 SPECS/UMFPACK.spec:1.7 --- SPECS/UMFPACK.spec:1.6 Sat Dec 8 00:57:04 2007 +++ SPECS/UMFPACK.spec Fri Jan 4 13:54:07 2008 @@ -1,9 +1,10 @@ # $Revision$, $Date$ Summary: UMFPACK: sparse multifrontal LU factorization +Summary(pl.UTF-8): UMFPACK - wielofrontalny rozkład LU macierzy rzadkich Name: UMFPACK Version: 5.2.0 Release: 2 -License: LGPL +License: GPL v2+ Group: Libraries Source0: http://www.cise.ufl.edu/research/sparse/umfpack/%{name}-%{version}.tar.gz # Source0-md5: 8ad2d68c7c49dfcdd8321e806e6c611c @@ -11,8 +12,8 @@ Patch1: %{name}-shared.patch Patch2: %{name}-include-AMD.patch URL: http://www.cise.ufl.edu/research/sparse/umfpack/ -BuildRequires: UFconfig BuildRequires: AMD-devel +BuildRequires: UFconfig BuildRequires: blas-devel BuildRequires: libtool >= 2:1.5 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -26,13 +27,23 @@ Fortran-callable interface. Note that "UMFPACK" is pronounced in two syllables, "Umph Pack". It is not "You Em Ef Pack". +%description -l pl.UTF-8 +UMFPACK to zbiór procedur do rozwiązywania niesymetrycznych rzadkich +układów równań liniowych Ax=b przy użyciu metody UMF (Unsymmetric +MultiFrontal). Jest napisany w ANSI/ISO C z interfejsem do MATLAB-a +(w wersji 6.0 i nowszych). W MATLAB-ie jest dostępny jako wbudowana +procedura (dla lu, backslasha i slasha). Oprócz interfejsu dla +MATLAB-a dostępny jest interfejs dostępny z C i Fortranu. Uwaga: +"UMFPACK" powinno się wymawiać jako dwie sylaby: "Umf Pak"; nie jako +"U Em Ef Pak". + %package devel Summary: Header files for UMFPACK library Summary(pl.UTF-8): Pliki nagłówkowe biblioteki UMFPACK Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: UFconfig Requires: AMD-devel +Requires: UFconfig %description devel Header files for UMFPACK library. @@ -83,11 +94,12 @@ %files %defattr(644,root,root,755) -%doc README.txt +%doc README.txt Doc/{ChangeLog,License} %attr(755,root,root) %{_libdir}/libumfpack.so.*.*.* %files devel %defattr(644,root,root,755) +%doc Doc/{QuickStart,UserGuide}.pdf %attr(755,root,root) %{_libdir}/libumfpack.so %{_libdir}/libumfpack.la %{_includedir}/umfpack @@ -102,6 +114,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2008-01-04 12:54:07 qboosh +- pl +- added docs +- License is GPL (v2+) + Revision 1.6 2007-12-07 23:57:04 ankry - formatting @@ -120,4 +137,3 @@ Revision 1.1 2007-12-07 01:38:49 baggins - initial revision - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/UMFPACK.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
