rpms/gnash/OLPC-2 gnash.spec,1.5,1.6

John (J5) Palmieri (johnp) fedora-extras-commits at redhat.com
Mon Jun 18 20:03:48 UTC 2007


Author: johnp

Update of /cvs/extras/rpms/gnash/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6334

Modified Files:
	gnash.spec 
Log Message:
- Update to 0.8.0
- remove kde build
- build for OLPC



Index: gnash.spec
===================================================================
RCS file: /cvs/extras/rpms/gnash/OLPC-2/gnash.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnash.spec	9 May 2007 19:16:32 -0000	1.5
+++ gnash.spec	18 Jun 2007 20:03:07 -0000	1.6
@@ -1,13 +1,12 @@
 Name:           gnash
-Version:        0.7.2
-Release:        2%{?dist}
+Version:        0.8.0
+Release:        1%{?dist}
 Summary:        GNU flash movie player
 
 Group:          Applications/Multimedia
 License:        GPL
 URL:            http://www.gnu.org/software/gnash/
 Source0:        http://ftp.gnu.org/gnu/gnash/%{version}/%{name}-%{version}.tar.bz2
-Patch0:         gnash-CVE-2007-2500.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libxml2-devel libpng-devel libjpeg-devel libogg-devel
@@ -18,9 +17,6 @@
 # modular Xorg 
 #BuildRequires:  libGLU-devel libGL-devel
 BuildRequires:  SDL-devel 
-BuildRequires:  kdelibs-devel
-BuildRequires:  gtkglext-devel
-BuildRequires:  docbook2X
 BuildRequires:  gstreamer-devel >= 0.10
 BuildRequires:  scrollkeeper
 
@@ -48,24 +44,16 @@
 %description plugin
 The gnash flash movie player plugin for firefox or mozilla.
 
-%package klash
-Summary:   Konqueror flash movie player plugin
-Requires:  %{name} = %{version}-%{release}
-Group:     Applications/Multimedia
-
-%description klash
-The gnash flash movie player plugin for Konqueror.
-
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-[ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
 %configure --disable-static --with-plugindir=%{_libdir}/mozilla/plugins \
-  --enable-ghelp --enable-docbook --enable-sound=GST \
+  --enable-sound=GST --enable-renderer=agg \
   --disable-dependency-tracking --disable-rpath \
-  --with-qtdir=$QTDIR
+  --enable-extensions --disable-klash \
+  --enable-media=GST
+
 make %{?_smp_mflags}
 
 
@@ -119,15 +107,12 @@
 %defattr(-,root,root,-)
 %{_libdir}/mozilla/plugins/libgnashplugin.so
 
-%files klash
-%defattr(-,root,root,-)
-%{_bindir}/klash
-%{_libdir}/kde3/libklashpart.*
-%{_datadir}/apps/klash/
-%{_datadir}/config/klashrc
-%{_datadir}/services/klash_part.desktop
-
 %changelog
+* Fri Jun 18 2007 John (J5) Palmieri <johnp at redhat.com> - 0.8.0-1
+- Update to 0.8.0
+- remove kde build
+- build for OLPC
+
 * Wed May  9 2007 Patrice Dumas <pertusus at free.fr> 0.7.2-2
 - fix CVE-2007-2500 (fix 239213)
 




More information about the fedora-extras-commits mailing list