[coin-or-CoinUtils] require all libs that are listed in .pc file

David Tardon dtardon at fedoraproject.org
Wed Sep 24 07:12:14 UTC 2014


commit 9ee73e81b359c7872e40f3e047c68dccb5208aa4
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Sep 23 16:49:20 2014 +0200

    require all libs that are listed in .pc file

 coin-or-CoinUtils.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/coin-or-CoinUtils.spec b/coin-or-CoinUtils.spec
index cc9e36a..cb6816f 100644
--- a/coin-or-CoinUtils.spec
+++ b/coin-or-CoinUtils.spec
@@ -4,7 +4,7 @@ Name:		coin-or-%{module}
 Group:		Applications/Engineering
 Summary:	Coin-or Utilities
 Version:	2.9.15
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	EPL
 URL:		http://projects.coin-or.org/%{module}
 Source0:	http://www.coin-or.org/download/pkgsource/%{module}/%{module}-%{version}.tgz
@@ -40,7 +40,9 @@ These utilities include:
 %package	devel
 Summary:	Development files for %{name}
 Group:		Development/Libraries
+Requires:	bzip2-devel
 Requires:	coin-or-Sample
+Requires:	zlib-devel
 Requires:	%{name}%{?_isa} = %{version}-%{release}
 
 %description    devel
@@ -96,6 +98,9 @@ make test
 %doc %{_docdir}/%{name}/html
 
 %changelog
+* Tue Sep 23 2014 David Tardon <dtardon at redhat.com> - 2.9.15-2
+- require all libs that are listed in .pc file
+
 * Sat Aug 30 2014 pcpa <paulo.cesar.pereira.de.andrade at gmail.com> - 2.9.15-1
 - Update to latest upstream release (#1089925#c2).
 


More information about the scm-commits mailing list