]> git.pld-linux.org Git - packages/bogofilter.git/commitdiff
- initial spec based on template;
authorrrw <rrw@hell.pl>
Fri, 13 Sep 2002 22:55:20 +0000 (22:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bogofilter.spec -> 1.1

bogofilter.spec [new file with mode: 0644]

diff --git a/bogofilter.spec b/bogofilter.spec
new file mode 100644 (file)
index 0000000..26892dd
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       Bayesian Spam Filter
+Summary(pl):   BayesiaƱski Filtr Antyspamowy
+Name:          bogofilter
+Version:       0.7
+Release:       0.1
+License:       GPL
+Group:         Applications/Mail
+Vendor:                Eric Raymond <esr@thyrsus.com>
+Source0:       http://www.tuxedo.org/~esr/bogofilter/%{name}-%{version}.tar.gz
+URL:           http://www.tuxedo.org/~esr/bogofilter/
+BuildRequires: judy-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl
+
+
+
+%prep
+%setup -q
+
+%build
+aclocal
+%{__autoconf}
+autoheader
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README ChangeLog
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
This page took 0.060084 seconds and 4 git commands to generate.