rpms/swfdec-mozilla/devel swfdec-mozilla.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Sun Nov 18 19:04:31 UTC 2007


Author: bpepple

Update of /cvs/pkgs/rpms/swfdec-mozilla/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16822/devel

Modified Files:
	.cvsignore sources 
Added Files:
	swfdec-mozilla.spec 
Log Message:
Initial import.



--- NEW FILE swfdec-mozilla.spec ---
Name:		swfdec-mozilla
Version:	0.5.4
Release:	2%{?dist}
Summary:	Mozilla/Gecko player Flash plugin using swfdec
 
Group:		Applications/Internet
License:	LGPLv2+
URL:		http://swfdec.freedesktop.org/

Source0:	http://swfdec.freedesktop.org/download/%{name}/0.5/%{name}-%{version}.tar.gz

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	alsa-lib-devel
BuildRequires:	gtk2-devel
BuildRequires:	swfdec-gtk-devel >= %{version}

Requires:	%{_libdir}/mozilla/plugins


%description
swfdec is a library for rendering Adobe Flash animations. Currently it handles
most Flash 3, 4 and many Flash 7 videos. This is the viewer plugin for Firefox
and other Gecko-based browsers such as Epiphany and Galeon. 


%prep
%setup -q


%build
%configure --disable-static --with-plugin-dir=%{_libdir}/mozilla/plugins
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'


%clean
rm -rf $RPM_BUILD_ROOT


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


%changelog
* Sat Nov 17 2007 Brian Pepple <bpepple at fedoraproject.org> - 0.5.4-2
- Update license tag.
- Drop BR on firefox-devel.

* Thu Nov 15 2007 Brian Pepple <bpepple at fedoraproject.org> - 0.5.4-1
- Update to 0.5.4.

* Fri Oct 12 2007  Peter Gordon <peter at thecodergeek.com> - 0.5.3-1
- Update to new upstream release (0.5.3)

* Wed Oct 10 2007  Peter Gordon <peter at thecodergeek.com> - 0.5.2-1
- Update to new upstream release (0.5.2)

* Wed Aug 15 2007  Peter Gordon <peter at thecodergeek.com> - 0.5.1-1
- Update to new upstream release (0.5.1)

* Thu Jul  5 2007 kwizart <kwizart at gmail.com> - 0.4.5-2
- Fix directory ownership
- Add missing BR ( swfdec-gtk-devel )

* Thu Jul  5 2007 kwizart <kwizart at gmail.com> - 0.4.5-1
- Update to 0.4.5
- Use --with-plugin-dir

* Sat Mar 31 2007 Peter Gordon <peter at thecodergeek.com> - 0.4.3-3
- Remove %%post and %%postun ldconfig calls (not necessary for this package).
- Remove empty ChangeLog from %%doc. 

* Sun Mar 25 2007 Peter Gordon <peter at thecodergeek.com> - 0.4.3-2
- Fix firefox dependency versioning.

* Sat Mar 24 2007 Peter Gordon <peter at thecodergeek.com> - 0.4.3-1
- Initial packaging for Fedora/Livna


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/swfdec-mozilla/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Nov 2007 18:59:48 -0000	1.1
+++ .cvsignore	18 Nov 2007 19:03:58 -0000	1.2
@@ -0,0 +1 @@
+swfdec-mozilla-0.5.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/swfdec-mozilla/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Nov 2007 18:59:48 -0000	1.1
+++ sources	18 Nov 2007 19:03:58 -0000	1.2
@@ -0,0 +1 @@
+07fd3b851df6c70eb7f25944aa4990e3  swfdec-mozilla-0.5.4.tar.gz




More information about the fedora-extras-commits mailing list