Author: spider Date: Tue Aug 8 14:20:31 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - PLD init - RAW and NFY, dont touch - based on mks.spec
---- Files affected: SPECS: arcacmd.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/arcacmd.spec diff -u /dev/null SPECS/arcacmd.spec:1.1 --- /dev/null Tue Aug 8 16:20:31 2006 +++ SPECS/arcacmd.spec Tue Aug 8 16:20:26 2006 @@ -0,0 +1,91 @@ +# $Revision$, $Date$ +# +# 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 + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/08/08 14:20:26 spider +- PLD init +- RAW and NFY, dont touch +- based on mks.spec + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
