]> git.pld-linux.org Git - packages/CXSparse.git/blobdiff - CXSparse.spec
- reverted BR and dropped F77 (Fortran not used)
[packages/CXSparse.git] / CXSparse.spec
index 1ad6e67c0adfecd5fcf26a18debc429bee9d5e83..6bc08332534819e767d5117eb00c7ada7feef0f8 100644 (file)
@@ -1,8 +1,9 @@
 Summary:       CXSparse: extended version of a concise sparse matrix package
+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
@@ -14,9 +15,14 @@ BuildRequires:       libtool >= 2:1.5
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-CXSparse is an extended version of CSparse - a small yet
-feature-rich sparse matrix package, with support for double
-or complex matrices, with int or long integers.
+CXSparse is an extended version of CSparse - a small yet feature-rich
+sparse matrix package, with support for double or complex matrices,
+with int or long integers.
+
+%description -l pl.UTF-8
+CXSparse to rozszerzona wersja CSparse - małego, ale mającego wiele
+możliwości pakietu do macierzy rzadkich z obsługą macierzy typu double
+i zespolonych, z liczbami int i long.
 
 %package devel
 Summary:       Header files for CXSparse library
@@ -51,7 +57,6 @@ Statyczna biblioteka CXSparse.
 %build
 %{__make} \
        CC="%{__cc}" \
-       F77="gfortran" \
        CFLAGS="%{rpmcflags} -fPIC" \
        LDFLAGS="%{rpmldflags}" \
        libdir=%{_libdir}
@@ -74,8 +79,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %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)
This page took 0.078363 seconds and 4 git commands to generate.