rpms/mhgui/devel mhgui.spec,1.4,1.5

Chauvet (kwizart) fedora-extras-commits at redhat.com
Thu Jan 3 02:09:59 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/mhgui/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3038

Modified Files:
	mhgui.spec 
Log Message:
Fix dependency



Index: mhgui.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mhgui/devel/mhgui.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mhgui.spec	3 Jan 2008 01:42:46 -0000	1.4
+++ mhgui.spec	3 Jan 2008 02:09:18 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           mhgui
 Version:        0.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A simple GUI library for MakeHuman
 
 Group:          System Environment/Libraries
@@ -13,7 +13,7 @@
 BuildRequires:  animorph-devel >= 0.3
 BuildRequires:  freeglut-devel
 BuildRequires:  libpng-devel
-BuildRequires:  libICE-devel
+BuildRequires:  libXmu-devel
       
 
 %description
@@ -44,7 +44,7 @@
 
 
 %build
-%configure --disable-static
+%configure --disable-static --with-x
 
 # clean unused-direct-shlib-dependencies
 sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
@@ -82,6 +82,9 @@
 
 
 %changelog
+* Thu Jan  3 2008 kwizart < kwizart at gmail.com > - 0.2-4
+- Fix missing dependency 
+
 * Thu Jan  3 2008 kwizart < kwizart at gmail.com > - 0.2-3
 - Add missing dependency
 




More information about the fedora-extras-commits mailing list