SPECS: qscanq.spec (NEW) - init
hunter
hunter at pld-linux.org
Tue Jul 12 16:13:53 CEST 2005
Author: hunter Date: Tue Jul 12 14:13:53 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- init
---- Files affected:
SPECS:
qscanq.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/qscanq.spec
diff -u /dev/null SPECS/qscanq.spec:1.1
--- /dev/null Tue Jul 12 16:13:53 2005
+++ SPECS/qscanq.spec Tue Jul 12 16:13:47 2005
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+#
+Summary: Virus Scanning for Qmail
+Summary(pl): Skanowanie virusów dla Qmaila
+Name: qscanq
+Version: 0.43
+Release: 0.1
+License: BSD-like
+Group: Applications
+Source0: http://jeenyus.net/~budney/software/qscanq/%{name}-%{version}.tar.gz
+# Source0-md5: f7fb2d5bb387feda34aac43dda857413
+URL: http://qscanq.org/
+Requires: qmail
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Qscanq scans every email message submitted to qmail before allowing it
+to be added to qmail's mail queue. Infected emails are rejected, not
+bounced, so you won't have to deal with double-bounces during virus
+outbreaks. This program is not a malware scanner so you nead clamav or
+AntiVir from Hbedv.
+
+%description -l pl
+Qscanq skanuje każdą wiadomość email dostarczoną do qmaila zanim
+jeszcze będzie przeniesiona do kolejki poczty. Zarażone wiadomości są
+odrzucane a nie odbijane, tak więc nie będziesz musiał martwić się o
+podwójne odbicia podczas ataków wirusów. Ten program nie jest skanerem
+antywirusowym a więc będziesz potrzebował clamava albo AntiVira z
+firmy Hbedv.
+
+%prep
+%setup -q -n mail/%{name}-%{version}
+
+%build
+cd src
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+
+# if _sysconfdir != /etc:
+#%%dir %{_sysconfdir}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+
+%attr(755,root,root) %{_bindir}/*
+
+%{_datadir}/%{name}
+
+# initscript and its config
+%attr(754,root,root) /etc/rc.d/init.d/%{name}
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/07/12 14:13:47 hunter
+- init
+
+
================================================================
More information about the pld-cvs-commit
mailing list