From 45ec187dd2dddf93a6f3cea3e8a3cbdf22a18d29 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C5=82awomir=20Paszkiewicz?= Date: Sat, 4 Dec 2004 10:11:37 +0000 Subject: [PATCH] - initial spec - please look at pl desc and summary, cause i`m not sure about that.. Changed files: clamfilter.spec -> 1.1 --- clamfilter.spec | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 clamfilter.spec diff --git a/clamfilter.spec b/clamfilter.spec new file mode 100644 index 0000000..3c630ac --- /dev/null +++ b/clamfilter.spec @@ -0,0 +1,43 @@ +Summary: clamfilter - a small, efficient clamav content filter for Postfix +Summary(pl): clamfilter - ma³y, lecz skuteczny filtr dla Postfixa +Name: clamfilter +Version: 0.5 +Release: 1 +License: GPL +Group: Applications/Networking +Source0: http://www.ensita.net/products/clamfilter/%{name}-%{version}.tar.gz +# Source0-md5: 27047253d5eda132f93d276a31798e08 +URL: http://www.ensita.net/products/clamfilter/ +Requires: clamav +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This is a small, efficient clamav content filter for Postfix. What is +does is just a content filtering of messages passing via Postfix MTA +thru clamav. + +%description -l pl +To jest ma³y, lecz efektywny filtr dla Postfixa. Jego zadaniem jest +jedynie filtrowanie wiadomo¶ci, które przechodza poprzez MTA przez +clamava. + +%prep +%setup -q + +%build + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT%{_bindir} +install clamfilter $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog MANIFEST README +%attr(755,root,root) %{_bindir}/* -- 2.43.0