]> git.pld-linux.org Git - packages/arj.git/blobdiff - arj.spec
- rel 2; fix build
[packages/arj.git] / arj.spec
index dd94e6e5437469ea5f34493c731d27fa049ae674..659beb39ff0ba18da8d2f50cb6a8ab4188175803 100644 (file)
--- a/arj.spec
+++ b/arj.spec
@@ -1,42 +1,43 @@
 Summary:       ARJ archiver for Linux
-Summary(pl):   Archiwizator ARJ dla Linuksa
+Summary(pl.UTF-8):     Archiwizator ARJ dla Linuksa
 Name:          arj
-Version:       3.10.18
+Version:       3.10.22
 Release:       2
 Epoch:         1
 License:       GPL
 Group:         Applications/Archiving
 Source0:       http://testcase.newmail.ru/files/%{name}-%{version}.tar.gz
-# Source0-md5: 3a2fbe6b2f5aac5e389f88074b6627df
+# 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
+%define                specflags       -fno-unit-at-a-time
 
 %description
 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 -n %{name}
+%setup -q
 
 %build
 cd gnu
 %{__autoconf}
-install %{_datadir}/automake/config.* .
+install /usr/share/automake/config.* .
 
 %configure
 cd ..
-%{__make} \
-       CC="%{__cc}" \
-       CFLAGS_DBG="%{rpmcflags}"
+%{__make} -j1 \
+       CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -62,4 +63,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog doc/rev_hist.txt resource/en/arjl.txt resource/en/readme.txt resource/en/unix.txt
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/*
+%attr(755,root,root) %{_libdir}/*.so
This page took 0.064022 seconds and 4 git commands to generate.