Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 37fbe89c571c83822ef490121728b2f6 > files > 2

swfdec-mozilla-0.4.2-1mdv2007.1.src.rpm

%define version 0.4.2
%define rel 1

Name:		swfdec-mozilla
Version:	%version
Release:	%mkrel %rel 
Summary:	Mozilla compatible plugin for Flash rendering
Group:		Networking/WWW
License:	LGPL
URL:		http://swfdec.freedesktop.org/
Source:		http://swfdec.freedesktop.org/download/%name/%major/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-root
BuildRequires: swfdec-devel >= 0.4.0
BuildRequires: libalsa-devel gtk2-devel
BuildRequires: mozilla-firefox-devel
%description
This is a Mozilla compatible plugin for rendering of Flash animations
based on the swfdec library. It should work as well in other browsers.

%prep
%setup -q 

%build
perl -pi -e 's/MOZILLA_DIR=mozilla-firefox/MOZILLA_DIR=mozilla/' ./configure.ac 
autoconf
export CFLAGS="%optflags -DMOZ_X11"
# some hack to make it compile, see with mrl after 2007.1 is out to see what would be the correct correction
# (misc)
export MOZILLA_CFLAGS="$(pkg-config --cflags firefox-plugin) $(pkg-config  --cflags firefox-plugin | awk '{print $1}' | sed 's|/[^/]*$||')" 
%configure2_5x --enable-shared 
%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall 
rm -f $RPM_BUILD_ROOT/%{_libdir}/mozilla/plugins/libswfdecmozilla.a
rm -f $RPM_BUILD_ROOT/%{_libdir}/mozilla/plugins/libswfdecmozilla.la

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING
%{_libdir}/mozilla/plugins/libswfdecmozilla.so*



%changelog
* Fri Mar 16 2007 Michael Scherer <misc@mandriva.org> 0.4.2-1mdv2007.1
+ Revision: 144726
- fix build with newer firefox, with a quick hack
- upgrade to 0.4.2

* Tue Jan 16 2007 Michael Scherer <misc@mandriva.org> 0.4.1-1mdv2007.1
+ Revision: 109383
- new version 0.4.1

* Mon Jan 08 2007 Michael Scherer <misc@mandriva.org> 0.4.0-1mdv2007.1
+ Revision: 106108
- import swfdec-mozilla 0.4.0
- Create swfdec-mozilla