rpms/gnash/devel .cvsignore, 1.2, 1.3 gnash.spec, 1.3, 1.4 sources, 1.2, 1.3

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Tue Nov 21 16:31:55 UTC 2006


Author: pertusus

Update of /cvs/extras/rpms/gnash/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21192

Modified Files:
	.cvsignore gnash.spec sources 
Log Message:
* Sat Nov  6 2006 Patrice Dumas <pertusus at free.fr> 0.7.2-1
- update for 0.7.2 release.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gnash/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 Aug 2006 08:39:02 -0000	1.2
+++ .cvsignore	21 Nov 2006 16:31:25 -0000	1.3
@@ -1 +1 @@
-gnash-0.7.1.tar.bz2
+gnash-0.7.2.tar.bz2


Index: gnash.spec
===================================================================
RCS file: /cvs/extras/rpms/gnash/devel/gnash.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnash.spec	4 Oct 2006 22:21:54 -0000	1.3
+++ gnash.spec	21 Nov 2006 16:31:25 -0000	1.4
@@ -1,24 +1,27 @@
 Name:           gnash
-Version:        0.7.1
-Release:        9%{?dist}
+Version:        0.7.2
+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
-Source1:        gnash-README.fedora
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libxml2-devel libjpeg-devel libogg-devel libXmu-devel
-BuildRequires:  SDL_mixer-devel
+BuildRequires:  libxml2-devel libpng-devel libjpeg-devel libogg-devel
+BuildRequires:  boost-devel curl-devel 
+# the opengl devel packages are required by gtkglext-devel
+# monolithic Xorg
+#BuildRequires:  xorg-x11-devel
+# modular Xorg 
+#BuildRequires:  libGLU-devel libGL-devel
+BuildRequires:  SDL-devel 
 BuildRequires:  kdelibs-devel
 BuildRequires:  gtkglext-devel
-## GStreamer isn't used yet, but will be in the near future.
-#BuildRequires:  gstreamer-devel
 BuildRequires:  docbook2X
+BuildRequires:  gstreamer-devel >= 0.10
 BuildRequires:  scrollkeeper
-BuildRequires:  automake, libtool
 
 Requires(post): scrollkeeper
 Requires(postun): scrollkeeper
@@ -26,23 +29,16 @@
 Requires(postun): /sbin/ldconfig
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
-Patch1:         gnash-configure-pkgconfig.patch
-Patch2:		gnash-continue_on_info_install_error.patch
-Patch3:         gnash-plugin-tempfile-dir.patch
 
 %description
 Gnash is a GNU Flash movie player based on GameSWF,
 and supports many SWF v7 features.
 
-Note that Gnash does not work yet for newer flash sites, is known to
-crash and can even trigger bugs that crash the graphical system.
-
-
 %package plugin
-Summary:   Flash movie player plugin for Mozilla Browser
+Summary:   Web-client flash movie player plugin 
 Requires:  %{name} = %{version}-%{release}
 # this doesn't prevent wrong dependencies, in case a package
-# provides %{_libdir}/mozilla/plugins (like kdebase for konqueror)
+# provides %%{_libdir}/mozilla/plugins (like kdebase for konqueror)
 # and another unrelated webbrowser is installed, like w3m-el.
 # Moreover konqueror could provide webclient some day
 Requires:  %{_libdir}/mozilla/plugins webclient
@@ -51,10 +47,6 @@
 %description plugin
 The gnash flash movie player plugin for firefox or mozilla.
 
-Note that Gnash does not work yet for newer flash sites, is known to
-crash and can even trigger bugs that crash the graphical system.
-
-
 %package klash
 Summary:   Konqueror flash movie player plugin
 Requires:  %{name} = %{version}-%{release}
@@ -63,35 +55,32 @@
 %description klash
 The gnash flash movie player plugin for Konqueror.
 
-Note that Gnash does not work yet for newer flash sites, is known to
-crash and can even trigger bugs that crash the graphical system.
-
-
 %prep
 %setup -q
-cp -p %{SOURCE1} README.fedora
-%patch1 -p1 -b .1
-%patch2 -p0 -b .2
-%patch3 -p0 -b .3
-autoreconf
-
 
 %build
 [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh
 %configure --disable-static --with-plugindir=%{_libdir}/mozilla/plugins \
-  --enable-ghelp --enable-docbook --enable-klash --disable-rpath \
-  --disable-dependency-tracking --with-qtdir=$QTDIR
+  --enable-ghelp --enable-docbook --enable-sound=GST \
+  --disable-dependency-tracking --disable-rpath \
+  --with-qtdir=$QTDIR
 make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT/%{_libdir}/*.{la,so}
+rm $RPM_BUILD_ROOT/%{_libdir}/*.la
+rm \
+ $RPM_BUILD_ROOT/%{_libdir}/libgnashamf.so \
+ $RPM_BUILD_ROOT/%{_libdir}/libgnashbackend.so \
+ $RPM_BUILD_ROOT/%{_libdir}/libgnashbase.so \
+ $RPM_BUILD_ROOT/%{_libdir}/libgnashgeo.so \
+ $RPM_BUILD_ROOT/%{_libdir}/libgnashgui.so \
+ $RPM_BUILD_ROOT/%{_libdir}/libgnashserver.so
 rm -rf $RPM_BUILD_ROOT/%{_localstatedir}/scrollkeeper
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -101,18 +90,15 @@
 scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
 /sbin/install-info --entry="* Gnash: (gnash). GNU Flash Player" %{_infodir}/%{name}.info %{_infodir}/dir || :
 
-
 %preun
 if [ $1 = 0 ]; then
     /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
 fi
 
-
 %postun
 /sbin/ldconfig
 scrollkeeper-update -q || :
 
-
 %files
 %defattr(-,root,root,-)
 %doc README AUTHORS COPYING NEWS 
@@ -121,19 +107,16 @@
 %{_bindir}/gnash
 %{_bindir}/gparser
 %{_bindir}/gprocessor
+%{_libdir}/libgnash*-*.so
 %{_mandir}/man1/gnash*
 %{_infodir}/gnash*
 %{_datadir}/gnash/
 %{_datadir}/omf/gnash/
-%{_libdir}/libgnash*.so.*
-
 
 %files plugin
 %defattr(-,root,root,-)
-%doc README.fedora
 %{_libdir}/mozilla/plugins/libgnashplugin.so
 
-
 %files klash
 %defattr(-,root,root,-)
 %{_bindir}/klash
@@ -142,13 +125,15 @@
 %{_datadir}/config/klashrc
 %{_datadir}/services/klash_part.desktop
 
-
 %changelog
+* Sat Nov  6 2006 Patrice Dumas <pertusus at free.fr> 0.7.2-1
+- update for 0.7.2 release.
+
 * Thu Oct 05 2006 Christian Iseli <Christian.Iseli at licr.org> 0.7.1-9
  - rebuilt for unwind info generation, broken in gcc-4.1.1-21
 
 * Sun Sep 24 2006 Patrice Dumas <pertusus at free.fr> 0.7.1-8
-- plugin requires %{_libdir}/mozilla/plugins. Fix (incompletly and 
+- plugin requires %%{_libdir}/mozilla/plugins. Fix (incompletly and 
   temporarily, but there is no better solution yet) #207613
 
 * Sun Aug 27 2006 Patrice Dumas <pertusus at free.fr> - 0.7.1-7


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gnash/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Aug 2006 08:39:02 -0000	1.2
+++ sources	21 Nov 2006 16:31:25 -0000	1.3
@@ -1 +1 @@
-d860981aeaac0fc941a28abc3c24223c  gnash-0.7.1.tar.bz2
+ccef0f45be01a4c2992b46c2363a514f  gnash-0.7.2.tar.bz2




More information about the fedora-extras-commits mailing list