]> git.pld-linux.org Git - packages/epsilon.git/commitdiff
- pl, unified
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 8 Jan 2005 01:22:53 +0000 (01:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    epsilon.spec -> 1.2

epsilon.spec

index 092a54bc760cbd83ffa02ea43f54943872e6af98..88fb748b6db4b9c7782548b5ff825fa8d7b17e29 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       Enlightened Thumbnail Generator
+Summary(pl):   O¶wiecony generator miniaturek obrazów
 Name:          epsilon
 Version:       0.3.0
 %define _snap  20050106
@@ -22,30 +23,51 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Epsilon is a small, display independent, and quick thumbnailing
 library. The lib itself conforms to the standard put forth by
-freedesktop.org You can find out more information about it at
-http://triq.net/~jens/thumbnail-spec/index.html
+freedesktop.org You can find out more information about it at
+http://triq.net/~jens/thumbnail-spec/index.html .
 
 Epeg offers very noticeable speed increases to this standard, but it
-is only available if the input image is a jpeg file. If the file is
+is only available if the input image is a JPEG file. If the file is
 anything other than jpg, the traditional freedesktop.org thumbnailing
 will occur. To show the speed increase epeg offers, Epsilon can be
 built with and without epeg.
 
+%description -l pl
+Epsilon to ma³a, niezale¿na od ekranu i szybka biblioteka do
+generowania miniaturek obrazów. Sama biblioteka jest zgodna ze
+standardem opracowanym przez freedesktop.org . Wiêcej informacji
+mo¿na znale¼æ pod adresem
+http://triq.net/~jens/thumbnail-spec/index.html .
+
+Epeg oferuje bardzo zauwa¿alne przyspieszenie w stosunku do tego
+standardu, ale jest ono dostêpne tylko je¶li obrazek jest plikiem
+JPEG. Je¶li plik jest innego typu, zostanie u¿yte tradycyjne
+zachowanie freedesktop.org . Aby pokazaæ przyspieszenie oferowane
+przez epeg, Epsilon mo¿e byæ zbudowany z lub bez epeg.
+
 %package devel
-Summary:       Epsilon headers and development libraries
+Summary:       Epsilon header file
+Summary(pl):   Plik nag³ówkowy Epsilon
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %description devel
-Epsilon thumbnailer development headers and libraries.
+Epsilon thumbnailer development header.
+
+%description devel -l pl
+Plik nag³ówkowy biblioteki Epsilon generuj±cej miniaturki obrazów.
 
 %package static
-Summary:       Static libraries
+Summary:       Static Epsilon library
+Summary(pl):   Statyczna biblioteka Epsilon
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
-Static libraries.
+Static Epsilon library.
+
+%description static -l pl
+Statyczna biblioteka Epsilon.
 
 %prep
 %setup -q -n %{name}
@@ -61,6 +83,7 @@ Static libraries.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -73,14 +96,14 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING README
-%attr(755,root,root) %{_libdir}/libepsilon.so.*
 %attr(755,root,root) %{_bindir}/epsilon
+%attr(755,root,root) %{_libdir}/libepsilon.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/epsilon-config
 %attr(755,root,root) %{_libdir}/libepsilon.so
 %{_libdir}/libepsilon.la
-%attr(755,root,root) %{_bindir}/epsilon-config
 %{_includedir}/Epsilon.h
 
 %files static
This page took 0.050865 seconds and 4 git commands to generate.