]> git.pld-linux.org Git - packages/agg.git/commitdiff
- pl
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 26 Jan 2007 22:18:48 +0000 (22:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- don't remove *.la

Changed files:
    agg.spec -> 1.4

agg.spec

index da383698fb8755e2a4f5d4d61de7cecfdafd1eba..a9d53d9fd8154a56f4db1a2e6070037d09b51bdf 100644 (file)
--- a/agg.spec
+++ b/agg.spec
@@ -1,15 +1,17 @@
 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
@@ -26,23 +28,42 @@ sin, cos, sqrt, etc. The basic algorithms don't even use C++ Standard
 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
@@ -59,25 +80,25 @@ Static agg library.
 
 %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
This page took 0.083065 seconds and 4 git commands to generate.