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

eet.spec

index 5799929714bd6aa8493298db52f40ac10b8e2af5..ec811e022f44a80a1b6aa3df1dadac7da1b50eaf 100644 (file)
--- a/eet.spec
+++ b/eet.spec
@@ -1,4 +1,5 @@
 Summary:       Library for speedy data storage, retrieval, and compression
 Summary:       Library for speedy data storage, retrieval, and compression
+Summary(pl):   Biblioteka do szybkiego zapisywania, odtwarzania i kompresji danych
 Name:          eet
 Version:       0.9.9
 %define        _snap   20050105
 Name:          eet
 Version:       0.9.9
 %define        _snap   20050105
@@ -29,21 +30,43 @@ other machines, or just writing to arbitary files on the system. All
 data is encoded in a platform independant way and can be written and
 read by any architecture.
 
 data is encoded in a platform independant way and can be written and
 read by any architecture.
 
+%description -l pl
+Eet to ma³a biblioteka zaprojektowana do zapisu dowolnego zbioru
+porcji danych do pliku i opcjonalnej kompresji ka¿dej porcji (podobnie
+do pliku zip) oraz umo¿liwienia pó¼niej szybkiego odczytu pliku ze
+swobodnym dostêpem. Nie jest to zip, jako ¿e sam zip jest bardziej
+z³o¿ony ni¿ trzeba, a by³o du¿o pro¶ciej zaimplementowaæ to tak, jak
+jest.
+
+Biblioteka mo¿e tak¿e kodowaæ i dekodowaæ struktury danych w pamiêci,
+a tak¿e dane obrazów do zapisu do plików eet lub wysy³ania po sieci na
+inne maszyny, lub po prostu zapisywania do dowolnych plików w
+systemie. Wszystkie dane s± kodowane w sposób niezale¿ny od platformy
+i mog± byæ zapisywane i odczytywane na dowolnej architekturze.
+
 %package devel
 %package devel
-Summary:       headers, documentation and test programs
+Summary:       Header files for Eet library
+Summary(pl):   Pliki nag³ówkowe biblioteki Eet
 Group:         Development/Libraries
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %description devel
 
 %description devel
-Headers, static libraries, test programs and documentation for Eet.
+Header files for Eet library.
+
+%description devel -l pl
+Pliki nag³ówkowe biblioteki Eet.
 
 %package static
 
 %package static
-Summary:       Static libraries
+Summary:       Static Eet library
+Summary(pl):   Statyczna biblioteka Eet
 Group:         Development/Libraries
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 
 %description static
-Static libraries fo Eet.
+Static Eet library.
+
+%description static -l pl
+Statyczna biblioteka Eet.
 
 %prep
 %setup -q -n %{name}
 
 %prep
 %setup -q -n %{name}
@@ -59,6 +82,7 @@ Static libraries fo Eet.
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -71,8 +95,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING README
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING README
-%attr(755,root,root) %{_libdir}/libeet.so.*
 %attr(755,root,root) %{_bindir}/eet
 %attr(755,root,root) %{_bindir}/eet
+%attr(755,root,root) %{_libdir}/libeet.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.088804 seconds and 4 git commands to generate.