]> git.pld-linux.org Git - packages/arj.git/blob - arj.spec
- updated to 3.10g
[packages/arj.git] / arj.spec
1 Summary:        ARJ archiver for Linux
2 Summary(pl):    Archiwizator ARJ dla Linuksa
3 Name:           arj
4 Version:        3.10g
5 Release:        1
6 License:        GPL
7 Group:          Applications/Archiving
8 Source0:        http://testcase.newmail.ru/files/%{name}-%{version}.tar.gz
9 BuildRequires:  autoconf
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %define         no_install_post_strip 1
13
14 %description
15 This product is an implementation of ARJ v 2.7x for DOS on UNIX and
16 UNIX-like systems. It is assumed that the user is familiar with ARJ
17 operation on DOS before using this package.
18
19 %description -l pl
20 Jest to implementacja programu ARJ v 2.7x dla DOS na platformê UNIX i
21 systemy uniksopodobne. Zak³ada siê, ¿e u¿ytkownik korzystaj±cy z tego
22 pakietu zna sposób funkcjonowania programu ARJ pod DOS-em.
23
24 %prep
25 %setup -q -n %{name}-3.10.8
26
27 %build
28 cd gnu
29 %{__autoconf}
30 %configure
31 cd ..
32 %{__make} \
33         CC="%{__cc}" \
34         CFLAGS_DBG="%{rpmcflags}"
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}}
39
40 cd linux-gnu/en/rs
41 install \
42         arj/arj \
43         arjdisp/arjdisp \
44         rearj/rearj \
45         $RPM_BUILD_ROOT%{_bindir}
46 install register/arj-register $RPM_BUILD_ROOT%{_bindir}/arj-register
47
48 install arjcrypt/arjcrypt.so $RPM_BUILD_ROOT%{_libdir}
49
50 %{!?debug:strip -R .comment -R .note $RPM_BUILD_ROOT%{_bindir}/{arjdisp,rearj,arj-register}}
51 %{!?debug:strip --strip-unneeded -R .comment -R .note $RPM_BUILD_ROOT%{_libdir}/*.so}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %doc ChangeLog doc/rev_hist.txt resource/en/arjl.txt resource/en/readme.txt resource/en/unix.txt
59 %attr(755,root,root) %{_bindir}/*
60 %attr(755,root,root) %{_libdir}/*
This page took 0.089867 seconds and 4 git commands to generate.