]> git.pld-linux.org Git - packages/bsdiff.git/blobdiff - bsdiff.spec
- release 2
[packages/bsdiff.git] / bsdiff.spec
index b4fc5c7b14283a2683d2a925089daa20e21d9203..3b12b6598c5344ffabc6751d97a4149752373e91 100644 (file)
@@ -1,7 +1,8 @@
-Summary:       Binary diff/patch utility
+Summary:       Binary diff/patch utilities
+Summary(pl.UTF-8):     Narzędzia diff/patch dla plików binarnych
 Name:          bsdiff
 Version:       4.3
-Release:       1%{?dist}
+Release:       2
 License:       BSD
 Group:         Development/Tools
 Source0:       http://www.daemonology.net/bsdiff/%{name}-%{version}.tar.gz
@@ -18,6 +19,14 @@ change, bsdiff routinely produces binary patches 50-80% smaller than
 those produced by Xdelta, and 15% smaller than those produced by
 .RTPatch.
 
+%description -l pl.UTF-8
+bsdiff i bspatch to narzędzia do tworzenia i aplikowania łat dla
+plików binarnych. Dzięki użyciu sortowania przyrostkowego (w
+szczególności qsufsort Larssona i Sadakane'a) i uwzględnieniu sposobu,
+w jaki zmieniają się pliki wykonywalne, bsdiff zwykle tworzy łaty
+binarne 50-80%% mniejsze niż tworzone przez program Xdelta i 15%%
+mniejsze niż tworzone przez .RTPatch.
+
 %prep
 %setup -q
 
@@ -27,12 +36,12 @@ those produced by Xdelta, and 15% smaller than those produced by
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d ${RPM_BUILD_ROOT}{%{_bindir},%{_mandir}/man1}
-install bsdiff bspatch ${RPM_BUILD_ROOT}%{_bindir}
-install bsdiff.1 bspatch.1 ${RPM_BUILD_ROOT}%{_mandir}/man1
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+install bsdiff bspatch $RPM_BUILD_ROOT%{_bindir}
+install bsdiff.1 bspatch.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
-rm -rf ${RPM_BUILD_ROOT}
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
This page took 0.064675 seconds and 4 git commands to generate.