]> git.pld-linux.org Git - packages/arc.git/blame - arc.spec
- updated to 5.21p (fixes CAN-2005-2945 CAN-2005-2992; bugs actually fixed in 5.21m...
[packages/arc.git] / arc.spec
CommitLineData
f71168c6 1Summary: Arc archiver
1b205b9d 2Summary(pl.UTF-8): Archiwizer arc
f71168c6 3Name: arc
e8be65e6 4Version: 5.21p
5d4f97aa 5Release: 1
e8be65e6 6License: GPL v2
f71168c6 7Group: Applications/Archiving
e8be65e6
JB
8Source0: http://downloads.sourceforge.net/arc/%{name}-%{version}.tar.gz
9# Source0-md5: 902ce24b23422880d474df6f1d9eba5e
b4e4824b 10Patch0: %{name}-time.patch
e8be65e6 11URL: http://arc.sourceforge.net/
f71168c6
JB
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15arc file archiver and compressor. Long since superseded by zip/unzip
16but useful if you have old .arc files you need to unpack.
17
089cfcef
JR
18%description -l pl.UTF-8
19arc jest archiwizerem i kompresorem plików. Dawno zastąpiony przez
20parę zip/unzip, ale nadal przydatny jeżeli potrzebujesz rozpakować
f71168c6
JB
21stare archiwa .arc.
22
23%prep
5d4f97aa 24%setup -q
b4e4824b 25%patch0 -p1
f71168c6
JB
26
27%build
de889eb9
JB
28%{__make} \
29 CC="%{__cc}" \
30 OPT="%{rpmcflags}"
f71168c6
JB
31
32%install
33rm -rf $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
2d8736ef 35
36install arc marc $RPM_BUILD_ROOT%{_bindir}
37
e8be65e6 38install arc.1 marc.1 $RPM_BUILD_ROOT%{_mandir}/man1
2d8736ef 39
f71168c6
JB
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
e8be65e6
JB
45%doc Arc521.doc Arcinfo Changelog LICENSE Readme
46%attr(755,root,root) %{_bindir}/arc
47%attr(755,root,root) %{_bindir}/marc
f71168c6 48%{_mandir}/man1/arc.1*
e8be65e6 49%{_mandir}/man1/marc.1*
This page took 0.048354 seconds and 4 git commands to generate.