rpms/nucleo/FC-4 nucleo.spec,1.3,1.4

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Sun Jun 4 04:38:12 UTC 2006


Author: xulchris

Update of /cvs/extras/rpms/nucleo/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7894/FC-4

Modified Files:
	nucleo.spec 
Log Message:
Make compatible with FC-4


Index: nucleo.spec
===================================================================
RCS file: /cvs/extras/rpms/nucleo/FC-4/nucleo.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nucleo.spec	4 Jun 2006 03:14:19 -0000	1.3
+++ nucleo.spec	4 Jun 2006 04:38:11 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           nucleo
 Version:        0.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Toolkit for exploring new uses of video
 Group:          Development/Tools
 License:        LGPL
@@ -8,10 +8,17 @@
 Source0:        http://insitu.lri.fr/~chapuis/software/metisse/%{name}-%{version}.tar.gz
 Patch0:         %{name}-%{version}-gcc.patch
 Patch1:         %{name}-%{version}-64bit.patch
-BuildRequires:  libGL-devel libGLU-devel libXt-devel libX11-devel
+BuildRequires:  libGL-devel libGLU-devel
 BuildRequires:  libjpeg-devel libpng-devel libexif-devel freetype-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+%if "%fedora" > "4"
+BuildRequires:  libXt-devel
+%else
+BuildRequires:  xorg-x11-devel
+%endif
+
+
 %description
 Nucleo is a toolkit for exploring new uses of video and new human-computer
 interaction techniques.
@@ -65,6 +72,9 @@
 %exclude %{_libdir}/*.la
 
 %changelog
+* Sat Jun 03 2006 Christohper Stone <chris.stone at gmail.com> 0.5-5
+- Make spec file compatible with FC4
+
 * Sat Jun 03 2006 Christopher Stone <chris.stone at gmail.com> 0.5-4
 - Add libX11 and libXt to BuildRequires
 




More information about the fedora-extras-commits mailing list