SPECS: nspluginwrapper.spec - don't strip on install (rpm does tha...

glen glen at pld-linux.org
Thu Oct 19 23:11:34 CEST 2006


Author: glen                         Date: Thu Oct 19 21:11:34 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't strip on install (rpm does that)
- adapter, todo update

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

---- Diffs:

================================================================
Index: SPECS/nspluginwrapper.spec
diff -u SPECS/nspluginwrapper.spec:1.1 SPECS/nspluginwrapper.spec:1.2
--- SPECS/nspluginwrapper.spec:1.1	Thu Oct 19 22:03:16 2006
+++ SPECS/nspluginwrapper.spec	Thu Oct 19 23:11:29 2006
@@ -1,4 +1,6 @@
 # $Revision$, $Date$
+# TODO
+# - create -plugin and -viewer packages (like upstream)
 Summary:	Open Source compatibility plugin for Netscape 4 (NPAPI) plugins
 Name:		nspluginwrapper
 Version:	0.9.90.1
@@ -9,28 +11,27 @@
 # Source0-md5:	34021feaf1a2ddbf718b20d9d1376c6e
 URL:		http://www.gibix.net/dokuwiki/en:projects:nspluginwrapper
 BuildRequires:	gtk+2-devel
+#Requires:	qemu
 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.
+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 \
+	DONT_STRIP=yes \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
@@ -38,12 +39,13 @@
 
 %files
 %defattr(644,root,root,755)
-#%doc AUTHORS ChangeLog NEWS README TODO
-#%attr(755,root,root) %{_bindir}/*
-#%{_datadir}/%{name}
-#%{_desktopdir}/*.desktop
-#%{_mandir}/man1/*
-#%{_pixmapsdir}/*
+%dir %{_prefix}/lib/nspluginwrapper
+%attr(755,root,root) %{_prefix}/lib/nspluginwrapper/mkruntime
+%attr(755,root,root) %{_prefix}/lib/nspluginwrapper/npviewer
+%dir %{_prefix}/lib/nspluginwrapper/x86_64
+%attr(755,root,root) %{_prefix}/lib/nspluginwrapper/x86_64/npconfig
+%attr(755,root,root) %{_prefix}/lib/nspluginwrapper/x86_64/npviewer.bin
+%attr(755,root,root) %{_prefix}/lib/nspluginwrapper/x86_64/npwrapper.so
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -51,8 +53,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/10/19 21:11:29  glen
+- don't strip on install (rpm does that)
+- adapter, todo update
+
 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.
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/nspluginwrapper.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list