SPECS: surblhost.spec (NEW) - new
glen
glen at pld-linux.org
Fri Sep 29 02:19:33 CEST 2006
Author: glen Date: Fri Sep 29 00:19:33 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
surblhost.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/surblhost.spec
diff -u /dev/null SPECS/surblhost.spec:1.1
--- /dev/null Fri Sep 29 02:19:33 2006
+++ SPECS/surblhost.spec Fri Sep 29 02:19:27 2006
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+# TODO
+# - resolv linking failure? checking for res_init in -lresolv... no
+#
+Summary: Check if hostnames are blacklisted by surbl.org
+Name: surblhost
+Version: 0.6.0
+Release: 1
+License: GPL v2
+Group: Applications
+Source0: http://dl.sourceforge.net/surblhost/%{name}-%{version}.tar.bz2
+# Source0-md5: 59a3d610906b19bb19bfa336734902c0
+URL: http://surblhost.sourceforge.net/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Surblhost is a small program to see if hostnames are listed in the
+Spam URI Realtime Blocklists (SURBL).
+
+%prep
+%setup -q
+
+%build
+%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 AUTHORS ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/surblhost
+%{_mandir}/man1/surblhost.1*
+
+%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 2006/09/29 00:19:27 glen
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list