SPECS: nspluginwrapper.spec (NEW) - initial - allow to run plugins...

blues blues at pld-linux.org
Thu Oct 19 22:03:21 CEST 2006


Author: blues                        Date: Thu Oct 19 20:03:21 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial - allow to run plugins built for another architecture
  (i.e. flash). Needs some discussion about packaging and browser-plugins
  deps.

---- Files affected:
SPECS:
   nspluginwrapper.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/nspluginwrapper.spec
diff -u /dev/null SPECS/nspluginwrapper.spec:1.1
--- /dev/null	Thu Oct 19 22:03:21 2006
+++ SPECS/nspluginwrapper.spec	Thu Oct 19 22:03:16 2006
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary:	Open Source compatibility plugin for Netscape 4 (NPAPI) plugins
+Name:		nspluginwrapper
+Version:	0.9.90.1
+Release:	0.1
+License:	GPL v2
+Group:		Applications/Multimedia
+Source0:	http://www.gibix.net/projects/nspluginwrapper/files/%{name}-%{version}.tar.bz2
+# Source0-md5:	34021feaf1a2ddbf718b20d9d1376c6e
+URL:		http://www.gibix.net/dokuwiki/en:projects:nspluginwrapper
+BuildRequires:	gtk+2-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_plugindir	%{_libdir}/browser-plugins
+
+# list of supported browsers, in free form text
+%define		browsers	mozilla, mozilla-firefox, netscape, seamonkey
+
+%description
+nspluginwrapper is an Open Source compatibility plugin for Netscape 4 (NPAPI) plugins. That is, it enables you to use plugins on platforms they were not built for. For example, you can use the Adobe Flash plugin with x86-64 compiled Mozilla browsers.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+#%doc AUTHORS ChangeLog NEWS README TODO
+#%attr(755,root,root) %{_bindir}/*
+#%{_datadir}/%{name}
+#%{_desktopdir}/*.desktop
+#%{_mandir}/man1/*
+#%{_pixmapsdir}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/10/19 20:03:16  blues
+- initial - allow to run plugins built for another architecture
+  (i.e. flash). Needs some discussion about packaging and browser-plugins
+  deps.
+
================================================================


More information about the pld-cvs-commit mailing list