]> git.pld-linux.org Git - packages/annoyance-filter.git/commitdiff
- needs fixing. it works now in $HOME and is integrated that way with
authordjurban <djurban@pld-linux.org>
Tue, 1 Jun 2004 16:06:07 +0000 (16:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  kmail on devel. just do tha rpmbuild -bi annoyance-filter.spec then
  do find anti-spam tools and it will find it :)
- not sure it should be done glboally (what good is a global dictionary for this?

Changed files:
    annoyance-filter.spec -> 1.1

annoyance-filter.spec [new file with mode: 0644]

diff --git a/annoyance-filter.spec b/annoyance-filter.spec
new file mode 100644 (file)
index 0000000..cf1bcd2
--- /dev/null
@@ -0,0 +1,51 @@
+Summary:       Adaptive Bayesian Junk Mail Filter
+Name:          annoyance-filter
+Version:       1.0b
+Release:       1
+License:       - (enter GPL/LGPL/BSD/BSD-like/other license name here)
+Group:         Applications/Mail
+Source0:       http://www.fourmilab.ch/annoyance-filter/%{name}-%{version}.tar.gz
+# Source0-md5: f0910681eaa71bb71ab902d321e61e25
+URL:           http://www.fourmilab.ch/annoyance-filter/
+#BuildRequires:        -
+#PreReq:               -
+#Requires(pre,post):   -
+#Requires(preun):      -
+#Requires(postun):     -
+#Requires:     -
+#Provides:     -
+#Obsoletes:    -
+#Conflicts:    -
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+z
+%description -l pl
+z
+
+%prep
+%setup -q 
+
+
+%build
+
+export CFLAGS="%{rpmcflags} -fpermissive"
+export CPPFLAGS="%{rpmcflags} -fpermissive"
+%{__aclocal}
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README 
+%attr(755,root,root) %{_bindir}/*
This page took 0.049601 seconds and 4 git commands to generate.