]> git.pld-linux.org Git - packages/biew.git/commitdiff
- release 2: use new %doc. RA-1_0 STABLE biew-53p5-2
authorkloczek <kloczek@pld-linux.org>
Wed, 31 Jul 2002 08:50:51 +0000 (08:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    biew.spec -> 1.9

biew.spec

index 3f3aa8a6a9216c255153b552509c7183105c3b5a..bd9f953a2bb2134a0394788fb25fe3abc9019775 100644 (file)
--- a/biew.spec
+++ b/biew.spec
@@ -2,7 +2,7 @@ Summary:        BIEW is Binary vIEWer and editor
 Summary(pl):   BIEW jest przegl±dark± plików binarnych z edytorem
 Name:          biew
 Version:       53p5
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Editors
 Source0:       ftp://biew.sourceforge.net/pub/biew/5.x/src/%{name}%{version}.tar.bz2
@@ -48,13 +48,12 @@ install -d $RPM_BUILD_ROOT%{_bindir}/ $RPM_BUILD_ROOT%{_libdir}/biew/
 install biew $RPM_BUILD_ROOT%{_bindir}
 install bin_rc/{biew.hlp,standard.skn} $RPM_BUILD_ROOT%{_libdir}/biew/
 
-gzip -9nf doc/*txt doc/*.en doc/*.ru
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc doc/*.gz
+%doc doc/*txt doc/*.en
+%lang(ru) %doc doc/*.ru
 %attr(755,root,root) %{_bindir}/biew
 %{_libdir}/biew
This page took 0.709366 seconds and 4 git commands to generate.