]> git.pld-linux.org Git - packages/arcavir.git/commitdiff
- PLD init
authorspider <spider@pld-linux.org>
Tue, 8 Aug 2006 14:20:26 +0000 (14:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- RAW and NFY, dont touch
- based on mks.spec

Changed files:
    arcavir.spec -> 1.1

arcavir.spec [new file with mode: 0644]

diff --git a/arcavir.spec b/arcavir.spec
new file mode 100644 (file)
index 0000000..c9ccabc
--- /dev/null
@@ -0,0 +1,78 @@
+#
+# Conditional build:
+%bcond_without md5sum  # don't check md5sum for antivirus database (useful
+Summary:       An anti-virus utility for Unix
+Summary(pl):   Antywirusowe narzêdzie dla Uniksów
+Name:          arcacmd
+Version:       2.6
+Release:       1
+License:       This program will be for free till the end of year 2004 (see licence.txt)
+Group:         Applications
+Source0:       http://arcabit.pl/download/linux/%{name}-linux%{version}-bundle-20060731.tgz
+# Source0-md5: ffc56e252fbb05b60fa80255140a81d8
+URL:           http://arcabit.pl/
+ExclusiveArch: %{ix86} %{x8664}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Arcavir is anti-virus scanner for Unix.
+
+%description -l pl
+Arcavir jest skanerem antywirusowym dla systemów uniksowych.
+
+%package bases
+Summary:       Arcavir Antivirus databases
+Summary(pl):   Bazy antywirusowe arcavir
+Group:         Applications
+
+%description bases
+
+%description bases -l pl
+
+###
+%package updater
+Summary:       Arcavir Antivirus database updater
+Summary(pl):   Aktualizator baz antywirusowych arcavir
+Group:         Applications
+Requires:      /usr/bin/wget
+Requires:      bc
+Requires:      coreutils
+
+%description updater
+This package contains antivirus databases updater.
+
+%description updater -l pl
+Pakiet ten zawiera aktualizator baz antywirusowych.
+
+%prep
+%setup -q -n inst
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_datadir}/arcacmd/bases/tmp,%{_bindir},%{_sbindir},%{_mandir}/man1,%{_sysconfdir}}
+
+cd files/
+install arcacmd $RPM_BUILD_ROOT%{_bindir}
+install arcaupdate $RPM_BUILD_ROOT%{_sbindir}
+cd docs
+install arcacmd.1.gz $RPM_BUILD_ROOT%{_mandir}/man1
+cd ..
+install arcacmdg.conf $RPM_BUILD_ROOT%{_sysconfdir}
+install arcacmdl.conf.template $RPM_BUILD_ROOT%{_sysconfdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc
+%attr(755,root,root) %{_bindir}/arcacmd
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/arcacmdg.conf
+
+%files bases
+%defattr(644,root,root,755)
+#%verify(not md5 mtime size) %{_var}/lib/%{name}/mksbase?.dat
+
+%files updater
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/arcaupdate
This page took 0.10674 seconds and 4 git commands to generate.