From 516438bf5c26fd111fe6d6144f9aec5a61fe1d9e Mon Sep 17 00:00:00 2001
From: Iain Arnell <iarn...@gmail.com>
Date: Sat, 18 Jun 2011 02:57:12 +0200
Subject: rename the ccflags patch

---
 perl-5.14-ccflags.patch | 21 ---------------------
 perl-Cflow.spec         |  9 ++++++---
 2 files changed, 6 insertions(+), 24 deletions(-)
 delete mode 100644 perl-5.14-ccflags.patch

diff --git a/perl-5.14-ccflags.patch b/perl-5.14-ccflags.patch
deleted file mode 100644
index f166e11..0000000
--- a/perl-5.14-ccflags.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -up Cflow-1.053/Makefile.PL.orig Cflow-1.053/Makefile.PL
---- Cflow-1.053/Makefile.PL.orig       2003-05-10 18:31:56.000000000 +0200
-+++ Cflow-1.053/Makefile.PL    2011-06-17 17:45:51.000000000 +0200
-@@ -49,7 +49,7 @@ sub find_flow_tools {
-    }
-    if ("$libdir") {
-       print "Found flow-tools... using \"-DOSU $incdir $libdir -lft -lz\".\n";
--      return { CCFLAGS => '-DOSU',
-+      return { CCFLAGS => $Config{ccflags} . ' -DOSU',
-              INC     => join(' ', $incdir),
-              LIBS    => [ join(' ', $libdir, '-lnsl -lft -lz') ] }
-    }
-@@ -66,7 +66,7 @@ sub find_argus {
-    }
-    if ("$libdir") {
-       print "Found argus... using \"-DARGUS $incdir $dir/argus_common.a 
$dir/argus_parse.a\".\n";
--      return { CCFLAGS => '-DARGUS',
-+      return { CCFLAGS => $Config{ccflags} . ' -DARGUS',
-              INC     => join(' ', $incdir),
-              LIBS    => [ join(' ', $libdir, '-lnsl', '-lm') ],
-              LDFROM  => "\$(OBJECT) $dir/argus_common.a $dir/argus_parse.a" }
diff --git a/perl-Cflow.spec b/perl-Cflow.spec
index fc22caa..5ed8e4e 100644
--- a/perl-Cflow.spec
+++ b/perl-Cflow.spec
@@ -1,13 +1,13 @@
 Name:           perl-Cflow
 Version:        1.053
-Release:        17%{?dist}
+Release:        18%{?dist}
 Summary:        Find flows in raw IP flow files
 Group:          Development/Libraries
 License:        GPLv2+
 URL:            http://net.doit.wisc.edu/~plonka/Cflow/
 Source0:        http://net.doit.wisc.edu/~plonka/Cflow/Cflow-%{version}.tar.gz
-# see http://rt.perl.org/rt3/Public/Bug/Display.html?id=89478
-Patch0:         perl-5.14-ccflags.patch
+# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628522
+Patch0:         perl-Cflow-ccflags.patch
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  flow-tools-devel
@@ -51,6 +51,9 @@ make test
 
 
 %changelog
+* Sat Jun 18 2011 Iain Arnell <iarn...@gmail.com> 1.053-18
+- rename patch and clarify that it's EU::MM related, not EU::CB
+
 * Fri Jun 17 2011 Iain Arnell <iarn...@gmail.com> 1.053-17
 - patch to workaround ExtUtils::CBuilder behavior change
   see http://rt.perl.org/rt3/Public/Bug/Display.html?id=89478
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Cflow.git/commit/?h=epel7&id=516438bf5c26fd111fe6d6144f9aec5a61fe1d9e
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to