]> git.pld-linux.org Git - packages/eet.git/blobdiff - eet.spec
- updated to 20050329 snap
[packages/eet.git] / eet.spec
index 5799929714bd6aa8493298db52f40ac10b8e2af5..c072d22091c89128d1b613be49c8eed226629897 100644 (file)
--- a/eet.spec
+++ b/eet.spec
@@ -1,13 +1,14 @@
 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
+Version:       0.9.10
+%define        _snap   20050329
 Release:       0.%{_snap}.0.1
 License:       BSD
 Group:         Libraries
 #Source0:      http://dl.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
-Source0:       ftp://ftp.sparky.homelinux.org/pub/e17/%{name}-%{version}-%{_snap}.tar.gz
-# Source0-md5: 77334dc6def3684e6ac51cec6189770a
+Source0:       ftp://ftp.sparky.homelinux.org/pub/e17/%{name}-%{_snap}.tar.gz
+# Source0-md5: d993ba9af4fa5e54f802d4b013a24743
 URL:           http://enlightenment.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -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.
 
+%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
-Summary:       headers, documentation and test programs
+Summary:       Header files for Eet library
+Summary(pl):   Pliki nag³ówkowe biblioteki Eet
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %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
-Summary:       Static libraries
+Summary:       Static Eet library
+Summary(pl):   Statyczna biblioteka Eet
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}
+Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
-Static libraries fo Eet.
+Static Eet library.
+
+%description static -l pl
+Statyczna biblioteka Eet.
 
 %prep
 %setup -q -n %{name}
@@ -59,6 +82,7 @@ Static libraries fo Eet.
 
 %install
 rm -rf $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
-%attr(755,root,root) %{_libdir}/libeet.so.*
 %attr(755,root,root) %{_bindir}/eet
+%attr(755,root,root) %{_libdir}/libeet.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.16738 seconds and 4 git commands to generate.