robert pushed to xforms (epel7). "modular X fixes"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 8 14:24:51 UTC 2015


>From b32d555a2295a4f49c64a77c2f05f32415f8bc49 Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter at fedoraproject.org>
Date: Mon, 19 Dec 2005 19:34:41 +0000
Subject: modular X fixes


diff --git a/xforms.spec b/xforms.spec
index 90c9ea3..b954dab 100644
--- a/xforms.spec
+++ b/xforms.spec
@@ -1,4 +1,3 @@
-# $Id: xforms.spec,v 1.11 2005/10/17 19:26:33 rdieter Exp $
 
 Name:    xforms
 Summary: XForms toolkit library
@@ -14,8 +13,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: libjpeg-devel
 BuildRequires: libGL-devel
-# coming soon
-# BuildRequires: libXpm-devel
+%if "%{?fedora}" > "4"
+BuildRequires: libXpm-devel
+%define x_deps libX11-devel
+%endif
 
 # import/export: png, sgi (optional?)
 Requires: netpbm-progs
@@ -36,6 +37,7 @@ can easily be created and added to the library.
 Summary: Development files for the XForms toolkit library
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: %{?x_deps}%{!?x_deps:XFree86-devel}
 %description devel
 %{summary}.
 
@@ -86,6 +88,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog 
+* Mon Dec 19 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.90-4
+- BR: libXpm-devel
+- -devel: Req: libX11-devel 
+
 * Mon Oct 17 2005 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.90-3
 - BR: libGL-devel
 - #BR: libXpm-devel (coming soon)
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/xforms.git/commit/?h=epel7&id=b32d555a2295a4f49c64a77c2f05f32415f8bc49


More information about the scm-commits mailing list