]> git.pld-linux.org Git - packages/arc.git/commitdiff
- adapted to PLD
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 1 Mar 2001 23:04:36 +0000 (23:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 4

Changed files:
    arc.spec -> 1.1

arc.spec [new file with mode: 0644]

diff --git a/arc.spec b/arc.spec
new file mode 100644 (file)
index 0000000..c6cbd53
--- /dev/null
+++ b/arc.spec
@@ -0,0 +1,43 @@
+Summary:       Arc archiver
+Summary(pl):   Archiwizer arc
+Name:          arc
+Version:       5.21e
+Release:       4
+Source0:       ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/%{name}521e.pl8.tar.Z
+License:       distributable if unmodified
+Group:         Applications/Archiving
+Group(de):     Applikationen/Archivierung
+Group(pl):     Aplikacje/Archiwizacja
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+arc file archiver and compressor. Long since superseded by zip/unzip
+but useful if you have old .arc files you need to unpack.
+
+%description -l pl
+arc jest archiwizerem i kompresorem plików. Dawno zast±piony przez
+parê zip/unzip, ale nadal przydatny je¿eli potrzebujesz rozpakowaæ
+stare archiwa .arc.
+
+%prep
+%setup -q -c
+
+%build
+%{__make} OPT="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+install arc $RPM_BUILD_ROOT%{_bindir}/arc
+install marc $RPM_BUILD_ROOT%{_bindir}/marc
+install arc.1 $RPM_BUILD_ROOT%{_mandir}/man1/arc.1
+gzip -9nf Arc521.doc Arcinfo Changes.521 README
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/arc.1*
+%doc *.gz
This page took 0.053504 seconds and 4 git commands to generate.