SPECS: java-portletapi10.spec - P: java(portlet) = %%{apiver} - note: P: po...
pawelz
pawelz at pld-linux.org
Fri Apr 10 13:42:46 CEST 2009
Author: pawelz Date: Fri Apr 10 11:42:46 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- P: java(portlet) = %%{apiver}
- note: P: portletapi will be removed in next release
- rel 2
---- Files affected:
SPECS:
java-portletapi10.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/java-portletapi10.spec
diff -u SPECS/java-portletapi10.spec:1.4 SPECS/java-portletapi10.spec:1.5
--- SPECS/java-portletapi10.spec:1.4 Sun Mar 15 20:35:21 2009
+++ SPECS/java-portletapi10.spec Fri Apr 10 13:42:41 2009
@@ -21,7 +21,8 @@
%{?with_java_sun:BuildRequires: java-sun}
%{!?with_java_sun:BuildRequires: java-gcj-compat-devel}
Requires: jpackage-utils
-Provides: portletapi = 1.0
+Provides: portletapi = %{apiver}
+Provides: java(portlet) = %{apiver}
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -58,8 +59,11 @@
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_javadir}
-install api/target/portlet-api-%{apiver}.jar $RPM_BUILD_ROOT%{_javadir}/portletapi10-%{apiver}.jar
-ln -s portletapi10-%{apiver}.jar $RPM_BUILD_ROOT%{_javadir}/portletapi10.jar
+install api/target/portlet-api-%{apiver}.jar $RPM_BUILD_ROOT%{_javadir}/portletapi10-%{version}.jar
+ln -s portletapi10-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/portletapi10.jar
+
+# P: java(portlet) = 1.0
+ln -s portletapi10-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/portlet-api-%{apiver}.jar
# javadoc
%if %{with javadoc}
@@ -91,6 +95,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2009/04/10 11:42:41 pawelz
+- P: java(portlet) = %%{apiver}
+- note: P: portletapi will be removed in next release
+- rel 2
+
Revision 1.4 2009/03/15 19:35:21 pawelz
- P: portletapi = 1.0
- rel 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/java-portletapi10.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list