Author: qboosh                       Date: Thu Jun 30 19:06:57 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl desc, cleanup

---- Files affected:
SPECS:
   atlas.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/atlas.spec
diff -u SPECS/atlas.spec:1.2 SPECS/atlas.spec:1.3
--- SPECS/atlas.spec:1.2        Wed Jun 29 21:34:33 2005
+++ SPECS/atlas.spec    Thu Jun 30 21:06:51 2005
@@ -10,7 +10,7 @@
 Version:       3.7.10
 Release:       0.1
 License:       BSD
-Group:         Development/Libraries
+Group:         Libraries
 Source0:       http://dl.sourceforge.net/math-atlas/%{name}%{version}.tar.bz2
 # Source0-md5: c24aa9f676122fe6331fa63dd88c4113
 URL:           http://math-atlas.sourceforge.net/
@@ -25,11 +25,19 @@
 Fortran77 interfaces to a portably efficient BLAS implementation, as
 well as a few routines from LAPACK.
 
+%description -l pl
+Projekt ATLAS (Automatically Tuned Linear Algebra Software -
+automatycznie dostrajane oprogramowanie do algebry liniowej) to próby
+badawcze skupiające się na stosowaniu technik empirycznych w celu
+zapewnienia przenośnej wydajności. Aktualnie dostarczane są interfejsy
+w C i Fortranie 77 do przenośnej, wydajnej implementacji BLAS, a także
+kilku procedur LAPACK.
+
 %package devel
 Summary:       atlas header files
 Summary(pl):   Pliki nagłówkowe atlas
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %description devel
 atlas header files.
@@ -41,7 +49,7 @@
 Summary:       Static atlas libraries
 Summary(pl):   Biblioteki statyczne atlas
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static atlas libraries.
@@ -157,10 +165,10 @@
        echo $lib
        ar x ../lib${lib}.a
        mksolib ${lib} ${OBJECT_MODE} 1.1 1
-       mv *.so* ../
-       mv *.a ../
+       mv *.so* ..
+       mv *.a ..
 done
-cd ../../../
+cd ../../..
 rm -rf lib/${arch}/shared
 
 %install
@@ -172,13 +180,13 @@
 
 libs="atlas cblas f77blas lapack tstatlas"
 
-cd lib/${arch}/
+cd lib/${arch}
 for lib in `echo ${libs} | xargs`; do
        install lib${lib}.a $RPM_BUILD_ROOT%{_libdir}
        install lib${lib}.so.1.1 $RPM_BUILD_ROOT%{_libdir}
        ln -s lib${lib}.so.1.1 $RPM_BUILD_ROOT%{_libdir}/lib${lib}.so
 done
-cd ../../
+cd ../..
 
 cp -a include/* $RPM_BUILD_ROOT%{_includedir}/%{name}
 
@@ -209,6 +217,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/06/30 19:06:51  qboosh
+- pl desc, cleanup
+
 Revision 1.2  2005/06/29 19:34:33  arekm
 - more work; leaving as is
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/atlas.spec?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to