]> git.pld-linux.org Git - packages/arj.git/blobdiff - arj.spec
- no strip reason
[packages/arj.git] / arj.spec
index 41d3be25d1cc4afab9de81c8fbba8892103971f9..5734cb34a3e7aae4ac4f81e85d16f26ed32f05d1 100644 (file)
--- a/arj.spec
+++ b/arj.spec
@@ -1,23 +1,29 @@
 Summary:       ARJ archiver for Linux
-Summary(pl):   Archiwizator ARJ dla Linuksa
+Summary(pl.UTF-8):     Archiwizator ARJ dla Linuksa
 Name:          arj
-Version:       3.10b
+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: 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
 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
@@ -25,10 +31,13 @@ pakietu zna spos
 %build
 cd gnu
 %{__autoconf}
+install /usr/share/automake/config.* .
+
 %configure
 cd ..
-%{__make} -f makefile.gnu prepare
-%{__make} -f makefile.gnu
+%{__make} -j1 \
+       CC="%{__cc}" \
+       CFLAGS_DBG="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -40,15 +49,18 @@ install \
        arjdisp/arjdisp \
        rearj/rearj \
        $RPM_BUILD_ROOT%{_bindir}
-install register/register $RPM_BUILD_ROOT%{_bindir}/register-arj
+install register/arj-register $RPM_BUILD_ROOT%{_bindir}/arj-register
 
 install arjcrypt/arjcrypt.so $RPM_BUILD_ROOT%{_libdir}
 
+%{!?debug:strip -R .comment -R .note $RPM_BUILD_ROOT%{_bindir}/{arjdisp,rearj,arj-register}}
+%{!?debug:strip --strip-unneeded -R .comment -R .note $RPM_BUILD_ROOT%{_libdir}/*.so}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog doc/rev_hist.txt resource/en/arjl.txt resource/en/readme.txt resource/en/unix.txt
-%attr(0755, root, root) %{_bindir}/*
-%{_libdir}/*
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/*.so
This page took 0.066612 seconds and 4 git commands to generate.