# $Id: rblcheck.spec,v 1.16 2005/07/01 10:41:31 oliver Exp $ Name: rblcheck Summary: Command-line interface to RBL-style listings Version: 1.5 Release: 22 Source0: http://dl.sf.net/rblcheck/rblcheck-%{version}.tar.gz Source1: rblcheckrc Group: Applications/Internet License: GPLv2+ URL: http://rblcheck.wiki.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # Change the text "RBL filtered by" to "listed by" # (RBL is a trademark of MAPS LLC.) # 'listed by' is more accurate Patch0: rblcheck-texttweak.patch # Fix broken code for looking up TXT records, code borrowed # from Ian Gulliver's "firedns" library (GPL), which can be found at: # http://firestuff.org/ Patch1: rblcheck-txt.patch # Comes from a post to the rblcheck users mailing list. See: # http://sourceforge.net/mailarchive/forum.php?thread_id=1371771&forum_id=4256 Patch2: rblcheck-names.patch # Compile fix for x86_64 systems Patch3: rblcheck-1.5-res_query.patch BuildRequires: docbook-utils %description rblcheck is a very basic interface to RBL-style DNS listings such as those operated by the MAPS (http://www.mail-abuse.org/) and ORBL (http://www.orbl.org/) projects. %prep %setup -q %patch0 -p1 -b .texttweak %patch1 -p0 -b .txt %patch2 -p0 -b .names %patch3 -p1 -b .res_query %build %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %makeinstall %{__install} -D -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/rblcheckrc %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,0755) %doc AUTHORS ChangeLog NEWS README COPYING %doc docs/rblcheck.ps docs/rblcheck.rtf docs/html/ %{_bindir}/rbl %{_bindir}/rblcheck #%config(noreplace) %{_sysconfdir}/rblcheckrc %{_sysconfdir}/rblcheckrc %changelog * Mon Apr 8 2013 Support - 1.5-22 - Initial import to atomic - Update rblcheckrc list * Thu Feb 14 2013 Fedora Release Engineering - 1.5-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering - 1.5-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering - 1.5-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Feb 09 2011 Fedora Release Engineering - 1.5-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sun Jul 26 2009 Fedora Release Engineering - 1.5-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Feb 25 2009 Fedora Release Engineering - 1.5-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Feb 13 2008 Patrick "Jima" Laughton 1.5-15 - Bump-n-build for GCC 4.3 * Mon Oct 22 2007 Patrick "Jima" Laughton 1.5-14 - Fixed URL - Not rebuilding right now :-) * Tue Aug 21 2007 Patrick "Jima" Laughton 1.5-13 - Rebuild for BuildID - License clarification * Wed Oct 04 2006 Patrick "Jima" Laughton 1.5-12 - Bump-n-build * Tue Sep 19 2006 Patrick "Jima" Laughton - 1.5-11 - Bump for FC6 rebuild * Fri Jul 01 2005 Oliver Falk - 1.5-10 - Add compile fix patch for x86_64 * Wed Jun 29 2005 Oliver Falk - 1.5-9 - Applied patch from Matthias (readability changes in specfile) * Mon May 23 2005 Oliver Falk - 1.5-8 - Fix defattr (permissions) * Sat May 21 2005 Oliver Falk - 1.5-7 - Even more changes that Paul suggested - Remove the faulty lists - Fix rpmlint warnings * Fri May 20 2005 Oliver Falk - 1.5-6 - Integrate more changes from Paul: - Changed URL for MAPS (only spec related change) - Add BuildRequires: docbook-utils - Remove INSTALL from %doc section, as it is generic and not of any use to and end usser - Remove duplicates from rblcheckrc (thanks Paul for mentioning!) - Added xbl.spamhaus.org to the rblcheckrc - Removed dead lists (dev.null.dk, monkeys.com, dorkslayers.com) from the rblcheckrc * Thu May 19 2005 Oliver Falk - 1.5-5 - Move setting of default list from the patch to %{_sysconfdir}/rblcheckrc, which is easier to maintain * Thu May 19 2005 Oliver Falk - 1.5-4 - Integrated patches Paul Howarth suggested * Fri Mar 25 2005 Oliver Falk - 1.5-3.2 - Fix rpmlint warnings * Thu Mar 24 2005 Oliver Falk - 1.5-3.1 - Rebuild * Thu Sep 16 2004 Oliver Falk - 1.5-3 - Name changed - Added packager * Wed Sep 08 2004 Oliver Pitzeier - 1.5-2 - Cleanup * Mon Apr 2 2001 Edward S. Marshall - Created this RPM spec.