]> git.pld-linux.org Git - packages/arc.git/blob - arc.spec
- adapted to PLD
[packages/arc.git] / arc.spec
1 Summary:        Arc archiver
2 Summary(pl):    Archiwizer arc
3 Name:           arc
4 Version:        5.21e
5 Release:        4
6 Source0:        ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/%{name}521e.pl8.tar.Z
7 License:        distributable if unmodified
8 Group:          Applications/Archiving
9 Group(de):      Applikationen/Archivierung
10 Group(pl):      Aplikacje/Archiwizacja
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 arc file archiver and compressor. Long since superseded by zip/unzip
15 but useful if you have old .arc files you need to unpack.
16
17 %description -l pl
18 arc jest archiwizerem i kompresorem plików. Dawno zast±piony przez
19 parê zip/unzip, ale nadal przydatny je¿eli potrzebujesz rozpakowaæ
20 stare archiwa .arc.
21
22 %prep
23 %setup -q -c
24
25 %build
26 %{__make} OPT="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
31 install arc $RPM_BUILD_ROOT%{_bindir}/arc
32 install marc $RPM_BUILD_ROOT%{_bindir}/marc
33 install arc.1 $RPM_BUILD_ROOT%{_mandir}/man1/arc.1
34 gzip -9nf Arc521.doc Arcinfo Changes.521 README
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %attr(755,root,root) %{_bindir}/*
42 %{_mandir}/man1/arc.1*
43 %doc *.gz
This page took 0.03184 seconds and 3 git commands to generate.