]> git.pld-linux.org Git - packages/tcpflow.git/commitdiff
- rel 2; disable cairo by default; drags so many deps (mesa and stuff) which is not... auto/th/tcpflow-1.4.5-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 14 Jan 2016 15:57:08 +0000 (16:57 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 14 Jan 2016 15:57:08 +0000 (16:57 +0100)
tcpflow.spec

index 640882b9e09462e16de8bc7bbda056e9f85af603..a6a1a488ff582e57384f5b9ad9644e6edd48a231 100644 (file)
@@ -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
This page took 0.089167 seconds and 4 git commands to generate.