packages: icedtea-web/icedtea-web.spec - removed extra '%prep' which was ad...

jajcus jajcus at pld-linux.org
Wed Mar 21 12:36:14 CET 2012


Author: jajcus                       Date: Wed Mar 21 11:36:14 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- removed extra '%prep' which was added by adapter
- documentation recommends installing the plugin as libjavaplugin.so, let it be so

---- Files affected:
packages/icedtea-web:
   icedtea-web.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/icedtea-web/icedtea-web.spec
diff -u packages/icedtea-web/icedtea-web.spec:1.1 packages/icedtea-web/icedtea-web.spec:1.2
--- packages/icedtea-web/icedtea-web.spec:1.1	Wed Mar 21 12:19:46 2012
+++ packages/icedtea-web/icedtea-web.spec	Wed Mar 21 12:36:09 2012
@@ -18,8 +18,6 @@
 Group:		Applications
 Source0:	http://icedtea.classpath.org/download/source/%{name}-%{version}.tar.gz
 # Source0-md5:	8f50cfb1b65d620a7812b5976f394598
-%prep
-
 %buildrequires_jdk
 BuildRequires:	rpm-javaprov
 BuildRequires:	xulrunner-devel
@@ -93,7 +91,7 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-ln -s %{_libdir}/IcedTeaPlugin.so $RPM_BUILD_ROOT%{_browserpluginsdir}
+ln -s %{_libdir}/IcedTeaPlugin.so $RPM_BUILD_ROOT%{_browserpluginsdir}/libjavaplugin.so
 
 ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 
@@ -122,7 +120,7 @@
 
 %files -n browser-plugin-java-%{name}
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_browserpluginsdir}/IcedTeaPlugin.so
+%attr(755,root,root) %{_browserpluginsdir}/libjavaplugin.so
 
 %if %{with javadoc}
 %files javadoc
@@ -137,6 +135,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2012/03/21 11:36:09  jajcus
+- removed extra '%prep' which was added by adapter
+- documentation recommends installing the plugin as libjavaplugin.so, let it be so
+
 Revision 1.1  2012/03/21 11:19:46  jajcus
 - new package
 
================================================================

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



More information about the pld-cvs-commit mailing list