Author: qboosh                       Date: Fri Jan 26 22:18:54 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl
- don't remove *.la

---- Files affected:
SPECS:
   agg.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/agg.spec
diff -u SPECS/agg.spec:1.3 SPECS/agg.spec:1.4
--- SPECS/agg.spec:1.3  Tue Jan 23 23:46:11 2007
+++ SPECS/agg.spec      Fri Jan 26 23:18:48 2007
@@ -1,16 +1,18 @@
 # $Revision$, $Date$
 Summary:       A High Quality Rendering Engine for C++
+Summary(pl):   Silnik renderujący wysokiej jakości dla C++
 Name:          agg
 Version:       2.5
 Release:       0.1
 License:       GPL v2+
 Group:         Libraries
-URL:           http://www.antigrain.com/
 Source0:       http://www.antigrain.com/%{name}-%{version}.tar.gz
 # Source0-md5: ddc67cbdc7d51e1ec984c2ac2724c08a
 Patch0:                %{name}-depends.patch
+URL:           http://www.antigrain.com/
 BuildRequires: SDL-devel
 BuildRequires: XFree86-devel
+BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: freetype-devel
 BuildRequires: libtool
@@ -27,23 +29,42 @@
 Template Library. Thus, AGG can be used in a very large number of
 applications, including embedded systems.
 
+%description -l pl
+Anti-Grain Geometry (AGG) to toolkit graficzny ogólnego przeznaczenia
+napisany całkowicie w standardowym i niezależnym od platformy C++.
+Może być używany w wielu zastosowaniach z zakresu programowania gdzie
+zasadniczą częścią projektu jest wysokiej jakości grafika 2D.
+
+AGG używa tylko C++ i standardowych funkcji C, takich jak memcpy, sin,
+cos, sqrt itp. Podstawowe algorytmy nie używają nawet standardowej
+biblioteki C++. W ten sposób AGG może być używany w bardzo wielu
+zastosowaniach, także na systemach wbudowanych.
+
 %package devel
 Summary:       Support files necessary to compile applications with agg
+Summary(pl):   Pliki potrzebne do kompilowania aplikacji z użyciem agg
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 
 %description devel
-Libraries, headers, and support files necessary to compile
-applications using agg
+Header and support files necessary to compile applications using agg.
+
+%description devel -l pl
+Pliki nagłówkowe i pomocnicze potrzebne do kompilowania aplikacji z
+użyciem agg.
 
 %package static
 Summary:       Static agg library
+Summary(pl):   Statyczna biblioteka agg
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static agg library.
 
+%description static -l pl
+Statyczna biblioteka agg.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -60,25 +81,25 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %doc authors copying readme
-%attr(755,root,root) %{_libdir}/lib*.so.*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%{_libdir}/*.so
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/*.la
 %{_includedir}/agg2
 %{_pkgconfigdir}/libagg.pc
 %{_aclocaldir}/libagg.m4
@@ -93,6 +114,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/01/26 22:18:48  qboosh
+- pl
+- don't remove *.la
+
 Revision 1.3  2007/01/23 22:46:11  glen
 - extended description from doc/introduction
 - License is GPL v2+
================================================================

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

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

Reply via email to