[packages/tcpflow] - rel 2; disable cairo by default; drags so many deps (mesa and stuff) which is not really needed on

arekm arekm at pld-linux.org
Thu Jan 14 16:57:13 CET 2016


commit cd72c1b86036676686366c89d8d5f6fead3d8a56
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Jan 14 16:57:08 2016 +0100

    - rel 2; disable cairo by default; drags so many deps (mesa and stuff) which is not really needed on servers

 tcpflow.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tcpflow.spec b/tcpflow.spec
index 640882b..a6a1a48 100644
--- a/tcpflow.spec
+++ b/tcpflow.spec
@@ -1,12 +1,12 @@
 #
 # Conditional build:
-%bcond_without	cairo		# disable Cairo even if present
+%bcond_with	cairo		# disable Cairo even if present
 
 Summary:	TCP Flow Recorder
 Summary(pl.UTF-8):	Program zapisujący ruch TCP
 Name:		tcpflow
 Version:	1.4.5
-Release:	1
+Release:	2
 License:	GPL v3
 Group:		Applications/Networking
 Source0:	http://www.digitalcorpora.org/downloads/tcpflow/%{name}-%{version}.tar.gz
@@ -17,7 +17,7 @@ BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	boost-devel
 BuildRequires:	bzip2-devel
-BuildRequires:	cairo-devel
+%{?with_cairo:BuildRequires:	cairo-devel}
 #BuildRequires:	exiv2-devel
 BuildRequires:	expat-devel
 BuildRequires:	fontconfig-devel
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tcpflow.git/commitdiff/cd72c1b86036676686366c89d8d5f6fead3d8a56



More information about the pld-cvs-commit mailing list