]> git.pld-linux.org Git - packages/arc.git/blame_incremental - 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
1Summary: Arc archiver
2Summary(pl.UTF-8): Archiwizer arc
3Name: arc
4Version: 5.21p
5Release: 1
6License: GPL v2
7Group: Applications/Archiving
8Source0: http://downloads.sourceforge.net/arc/%{name}-%{version}.tar.gz
9# Source0-md5: 902ce24b23422880d474df6f1d9eba5e
10Patch0: %{name}-time.patch
11URL: http://arc.sourceforge.net/
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
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ć
21stare archiwa .arc.
22
23%prep
24%setup -q
25%patch0 -p1
26
27%build
28%{__make} \
29 CC="%{__cc}" \
30 OPT="%{rpmcflags}"
31
32%install
33rm -rf $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
35
36install arc marc $RPM_BUILD_ROOT%{_bindir}
37
38install arc.1 marc.1 $RPM_BUILD_ROOT%{_mandir}/man1
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(644,root,root,755)
45%doc Arc521.doc Arcinfo Changelog LICENSE Readme
46%attr(755,root,root) %{_bindir}/arc
47%attr(755,root,root) %{_bindir}/marc
48%{_mandir}/man1/arc.1*
49%{_mandir}/man1/marc.1*
This page took 0.021294 seconds and 4 git commands to generate.