rpms/xaos/F-9 xaos.spec,1.8,1.9

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Wed Aug 20 21:37:04 UTC 2008


Author: gemi

Update of /cvs/pkgs/rpms/xaos/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30512

Modified Files:
	xaos.spec 
Log Message:
enabled GTK driver


Index: xaos.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xaos/F-9/xaos.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xaos.spec	20 Aug 2008 21:05:39 -0000	1.8
+++ xaos.spec	20 Aug 2008 21:36:34 -0000	1.9
@@ -1,10 +1,10 @@
 Name:           xaos
 Version:        3.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A fast, portable real-time interactive fractal zoomer
 
 Group:          Applications/Multimedia
-License:        GPL
+License:        GPLv2+
 URL:            http://xaos.sourceforge.net
 Source0:        http://surfnet.dl.sourceforge.net/sourceforge/xaos/XaoS-%{version}.tar.gz
 Source1:	xaos.png
@@ -15,6 +15,7 @@
 BuildRequires:	aalib-devel
 BuildRequires:  gpm-devel
 BuildRequires:  gsl-devel
+BuildRequires:  gtk2-devel
 BuildRequires:	ncurses-devel
 BuildRequires:	libXt-devel
 BuildRequires:	libX11-devel
@@ -45,7 +46,7 @@
 sed -i 's| -s | |' Makefile.in
 
 %build
-%configure --with-gsl=yes --with-png=yes
+%configure --with-gsl=yes --with-png=yes --with-gtk-driver=yes --with-aa-driver=yes
 make %{?_smp_mflags}
 
 
@@ -68,7 +69,7 @@
 [Desktop Entry]
 Name=XaoS
 Comment=Interactive fractal zoomer
-Exec=xaos
+Exec=xaos -driver "GTK+ Driver"
 Icon=xaos
 Terminal=false
 Type=Application
@@ -87,7 +88,7 @@
 rm -fr $RPM_BUILD_ROOT%{_datadir}/XaoS/doc
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
-find $RPM_BUILD_ROOT%{_prefix} -print0 -exec chmod u+rw '{}' ';'
+find $RPM_BUILD_ROOT%{_prefix} -exec chmod u+rw '{}' ';'
 
 %find_lang %{name}
 
@@ -120,6 +121,9 @@
 
 
 %changelog
+* Wed Aug 20 2008 Gerard Milmeister <gemi at bluewin.ch> - 3.4-2
+- enabled GTK driver
+
 * Wed Aug 20 2008 Gerard Milmeister <gemi at bluewin.ch> - 3.4-1
 - new release 3.4
 




More information about the fedora-extras-commits mailing list