From ce3946447c7ca3da38e3e3d4c2a7071d3af44e62 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 22 Nov 2014 21:43:44 +0100 Subject: [PATCH] - pl, package README.TXT --- fastlz.spec | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/fastlz.spec b/fastlz.spec index 44ac472..f72f812 100644 --- a/fastlz.spec +++ b/fastlz.spec @@ -3,9 +3,10 @@ %bcond_without tests # build without tests %define rel 1 -%define rdate 20070619 -%define svnrev 12 +%define rdate 20070619 +%define svnrev 12 Summary: Portable real-time compression library +Summary(pl.UTF-8): Przenośna biblioteka kompresji w czasie rzeczywistej Name: fastlz Version: 0.1.0 Release: 0.r%{svnrev}.%{rdate}.%{rel} @@ -26,14 +27,23 @@ compression and decompression. It favors speed over compression ratio. Decompression requires no memory. Decompression algorithm is very simple, and thus extremely fast. +%description -l pl.UTF-8 +FastLZ to biblioteka do bezstratnej kompresji danych zaprojektowana do +kompresji i dekompresji w czasie rzeczywistym. Preferuje szybkość niż +współczynnik kompresji. Dekompresja nie wymaga pamięci. Algorytm +dekompresji jest bardzo prosty, dzięki czemu jest bardzo szybki. + %package devel -Summary: Header files and development libraries for %{name} +Summary: Header file for FastLZ library +Summary(pl.UTF-8): Plik nagłówkowy biblioteki FastLZ Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel -This package contains the header files and development libraries for -%{name}. +This package contains the header file for FastLZ library. + +%description devel -l pl.UTF-8 +Ten pakiet zawiera plik nagłówkowy biblioteki FastLZ. %prep %setup -q -n %{name}-%{svnrev} @@ -87,10 +97,10 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc LICENSE +%doc LICENSE README.TXT %attr(755,root,root) %{_libdir}/libfastlz.so.0 %files devel %defattr(644,root,root,755) -%{_libdir}/libfastlz.so +%attr(755,root,root) %{_libdir}/libfastlz.so %{_includedir}/fastlz.h -- 2.44.0