rpms/flow-tools/devel flow-tools.spec,1.1,1.2

Paul P Komkoff Jr (stingray) fedora-extras-commits at redhat.com
Thu Oct 20 07:12:36 UTC 2005


Author: stingray

Update of /cvs/extras/rpms/flow-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27773

Modified Files:
	flow-tools.spec 
Log Message:
add zlib-devel to build-requires of main package and to
requires of -devel package



Index: flow-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/flow-tools/devel/flow-tools.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flow-tools.spec	7 Sep 2005 18:07:46 -0000	1.1
+++ flow-tools.spec	20 Oct 2005 07:12:34 -0000	1.2
@@ -1,14 +1,14 @@
 Version: 0.68
 Name: flow-tools
 Summary: Tool set for working with NetFlow data
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Applications/System
 License: BSD 
 URL: http://www.splintered.net/sw/flow-tools/
 Source0: ftp://ftp.eng.oar.net/pub/flow-tools/flow-tools-%{version}.tar.gz
 Patch0: flow-tools-0.68a.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: openssl-devel mysql-devel postgresql-devel autoconf
+BuildRequires: openssl-devel mysql-devel postgresql-devel autoconf zlib-devel
 
 %description
 Flow-tools is library and a collection of programs used to collect, 
@@ -22,7 +22,7 @@
 %package devel
 Summary: Development files for flow-tools
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name} = %{version}-%{release} zlib-devel
 
 %description devel
 Flow-tools is library and a collection of programs used to collect,
@@ -77,6 +77,10 @@
 %{_includedir}/*.h
 
 %changelog
+* Wed Oct 19 2005 Paul P Komkoff Jr <i at stingr.net> 0.68-3
+- add zlib-devel to build-requires of main package and to
+  requires of -devel package
+
 * Tue Sep  6 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.68-2
 - simplify %%files
 - use more macros




More information about the fedora-extras-commits mailing list