]> git.pld-linux.org Git - packages/arj.git/blobdiff - arj.spec
- no strip reason
[packages/arj.git] / arj.spec
index 6469e2541b0081a4120cb9eb13ad32e19931fdd5..5734cb34a3e7aae4ac4f81e85d16f26ed32f05d1 100644 (file)
--- a/arj.spec
+++ b/arj.spec
@@ -1,17 +1,18 @@
 Summary:       ARJ archiver for Linux
-Summary(pl):   Archiwizator ARJ dla Linuksa
+Summary(pl.UTF-8):     Archiwizator ARJ dla Linuksa
 Name:          arj
-Version:       3.10.21
+Version:       3.10.22
 Release:       1
 Epoch:         1
 License:       GPL
 Group:         Applications/Archiving
 Source0:       http://testcase.newmail.ru/files/%{name}-%{version}.tar.gz
-# Source0-md5: 887d400ca6048516d4d447e1649af396
+# Source0-md5: f263bf3cf6d42a8b7e85b4fb514336d3
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# main executable cannot be stripped (doesn't work then)
 %define                no_install_post_strip 1
 
 %description
@@ -19,10 +20,10 @@ This product is an implementation of ARJ v 2.7x for DOS on UNIX and
 UNIX-like systems. It is assumed that the user is familiar with ARJ
 operation on DOS before using this package.
 
-%description -l pl
-Jest to implementacja programu ARJ v 2.7x dla DOS na platformê UNIX i
-systemy uniksopodobne. Zak³ada siê, ¿e u¿ytkownik korzystaj±cy z tego
-pakietu zna sposób funkcjonowania programu ARJ pod DOS-em.
+%description -l pl.UTF-8
+Jest to implementacja programu ARJ v 2.7x dla DOS na platformę UNIX i
+systemy uniksopodobne. Zakłada się, że użytkownik korzystający z tego
+pakietu zna sposób funkcjonowania programu ARJ pod DOS-em.
 
 %prep
 %setup -q
@@ -30,11 +31,11 @@ pakietu zna spos
 %build
 cd gnu
 %{__autoconf}
-install %{_datadir}/automake/config.* .
+install /usr/share/automake/config.* .
 
 %configure
 cd ..
-%{__make} \
+%{__make} -j1 \
        CC="%{__cc}" \
        CFLAGS_DBG="%{rpmcflags}"
 
This page took 0.064559 seconds and 4 git commands to generate.