Author: qboosh                       Date: Sun Nov 14 06:33:26 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.2.0
- desc fixes

---- Files affected:
packages/libmaa:
   libmaa.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/libmaa/libmaa.spec
diff -u packages/libmaa/libmaa.spec:1.1 packages/libmaa/libmaa.spec:1.2
--- packages/libmaa/libmaa.spec:1.1     Mon Dec  8 22:36:49 2008
+++ packages/libmaa/libmaa.spec Sun Nov 14 07:33:21 2010
@@ -2,32 +2,34 @@
 Summary:       Low-level data structures which are helpful for writing 
compilers
 Summary(pl.UTF-8):     Struktury niskiego poziomu pomocne do tworzenia 
kompilatorów
 Name:          libmaa
-Version:       1.1.0
+Version:       1.2.0
 Release:       1
-License:       LGPL
+License:       LGPL v2+
 Group:         Libraries
-Source0:       http://dl.sourceforge.net/dict/%{name}-%{version}.tar.gz
-# Source0-md5: d1883d09f65179a3b6aa16579cb5a7e9
-URL:           http://sourceforge.net/projects/dict
+Source0:       http://downloads.sourceforge.net/dict/%{name}-%{version}.tar.gz
+# Source0-md5: 7e5eefc9929d75f019d3854d94c35928
+URL:           http://sourceforge.net/projects/dict/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 The libmaa library provides many low-level data structures which are
 helpful for writing compilers, including hash tables, sets, lists,
 debugging support, and memory management. Although libmaa was designed
-and implemented as a foundation for the kheperalong, the data
-structures are generally applicable to a wide range of programming
-problems.
-
-The memory management routines are especially helpful for improving
-the performance of memory-intensive applications.
-
+and implemented as a foundation for the Khepera Transformation System,
+the data structures are generally applicable to a wide range of
+programming problems. The memory management routines are especially
+helpful for improving the performance of memory-intensive
+applications.
 
 %description -l pl.UTF-8
 Biblioteka libmaa udostępnia wiele struktur niskiego poziomu
 pomocnych do tworzenia kompilatorów, włączając w to tablice
 mieszające, zestawy, listy, wspomaganie odpluskwiania oraz
-zarządzania pamięcią.
+zarządzania pamięcią. Pierwotnie libmaa powstała jako podstawa dla
+systemu przekształceń Khepera, ale struktury danych mają zastosowanie
+przy wielu zagadnieniach programistycznych. Funkcje zarządzające
+pamięcią są przydatne szczególnie przy poprawianiu wydajności
+aplikacji intensywnie korzystających z pamięci.
 
 %package devel
 Summary:       Header files for libmaa library
@@ -74,18 +76,19 @@
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog README
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%doc ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/libmaa.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libmaa.so.2
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libmaa.so
+%{_libdir}/libmaa.la
 %{_includedir}/maa.h
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libmaa.a
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -93,6 +96,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2010/11/14 06:33:21  qboosh
+- updated to 1.2.0
+- desc fixes
+
 Revision 1.1  2008/12/08 21:36:49  undefine
 - initial
-
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libmaa/libmaa.spec?r1=1.1&r2=1.2&f=u

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

Reply via email to