|
 |
aff222 |
%{?scl:%scl_package glassfish-el}
|
|
 |
aff222 |
%{!?scl:%global pkg_name %{name}}
|
|
 |
aff222 |
%{?java_common_find_provides_and_requires}
|
|
 |
aff222 |
|
|
 |
aff222 |
%global artifactId javax.el
|
|
 |
aff222 |
|
|
 |
aff222 |
Name: %{?scl_prefix}glassfish-el
|
|
 |
aff222 |
Version: 3.0.0
|
|
 |
aff222 |
Release: 6%{?dist}
|
|
 |
aff222 |
Summary: J2EE Expression Language Implementation
|
|
 |
aff222 |
License: CDDL or GPLv2 with exceptions
|
|
 |
aff222 |
URL: http://uel.java.net
|
|
 |
aff222 |
# ./generate_tarball.sh
|
|
 |
aff222 |
Source0: %{pkg_name}-%{version}.tar.gz
|
|
 |
aff222 |
Source1: generate_tarball.sh
|
|
 |
aff222 |
BuildArch: noarch
|
|
 |
aff222 |
|
|
 |
aff222 |
BuildRequires: %{?scl_prefix_java_common}maven-local
|
|
 |
aff222 |
BuildRequires: %{?scl_prefix_java_common}mvn(junit:junit)
|
|
 |
aff222 |
BuildRequires: %{?scl_prefix_java_common}mvn(javax.el:javax.el-api)
|
|
 |
aff222 |
BuildRequires: %{?scl_prefix_maven}mvn(net.java:jvnet-parent:pom:)
|
|
 |
aff222 |
BuildRequires: %{?scl_prefix_maven}mvn(org.apache.felix:maven-bundle-plugin)
|
|
 |
aff222 |
BuildRequires: %{?scl_prefix_maven}mvn(org.apache.maven.plugins:maven-release-plugin)
|
|
 |
aff222 |
BuildRequires: %{?scl_prefix_maven}mvn(org.apache.maven.plugins:maven-source-plugin)
|
|
 |
aff222 |
BuildRequires: %{?scl_prefix_maven}mvn(org.apache.maven.surefire:surefire-junit47)
|
|
 |
aff222 |
BuildRequires: %{?scl_prefix_maven}mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
|
 |
aff222 |
|
|
 |
aff222 |
%{?scl:Requires: %scl_runtime}
|
|
 |
aff222 |
|
|
 |
aff222 |
%description
|
|
 |
aff222 |
This project provides an implementation of the Expression Language (EL).
|
|
 |
aff222 |
The main goals are:
|
|
 |
aff222 |
* Improves current implementation: bug fixes and performance improvements
|
|
 |
aff222 |
* Provides API for use by other tools, such as Netbeans
|
|
 |
aff222 |
|
|
 |
aff222 |
%package javadoc
|
|
 |
aff222 |
Summary: Javadoc for %{name}
|
|
 |
aff222 |
|
|
 |
aff222 |
%description javadoc
|
|
 |
aff222 |
API documentation for %{name}.
|
|
 |
aff222 |
|
|
 |
aff222 |
%prep
|
|
 |
aff222 |
%setup -q -n %{pkg_name}-%{version}
|
|
 |
aff222 |
|
|
 |
aff222 |
scl enable %{scl_maven} %{scl} - <<"EOF"
|
|
 |
aff222 |
%mvn_compat_version *:* %{version}
|
|
 |
aff222 |
%mvn_file :%{artifactId} %{pkg_name}
|
|
 |
aff222 |
%mvn_alias :%{artifactId} "org.eclipse.jetty.orbit:com.sun.el" "org.glassfish.web:javax.el"
|
|
 |
aff222 |
|
|
 |
aff222 |
# missing (unneeded) dep org.glassfish:legal
|
|
 |
aff222 |
%pom_remove_plugin :maven-remote-resources-plugin
|
|
 |
aff222 |
EOF
|
|
 |
aff222 |
|
|
 |
aff222 |
%build
|
|
 |
aff222 |
scl enable %{scl_maven} %{scl} - <<"EOF"
|
|
 |
aff222 |
%mvn_build
|
|
 |
aff222 |
EOF
|
|
 |
aff222 |
|
|
 |
aff222 |
%install
|
|
 |
aff222 |
scl enable %{scl_maven} %{scl} - <<"EOF"
|
|
 |
aff222 |
%mvn_install
|
|
 |
aff222 |
EOF
|
|
 |
aff222 |
|
|
 |
aff222 |
%files -f .mfiles
|
|
 |
aff222 |
%doc LICENSE.txt
|
|
 |
aff222 |
|
|
 |
aff222 |
%files javadoc -f .mfiles-javadoc
|
|
 |
aff222 |
%doc LICENSE.txt
|
|
 |
aff222 |
|
|
 |
aff222 |
%changelog
|
|
 |
aff222 |
* Wed Apr 01 2015 Mat Booth <mat.booth@redhat.com> - 3.0.0-6
|
|
 |
aff222 |
- Resolves: rhbz#1208232 - rebuild to fix erroneous dep on maven30 collection
|
|
 |
aff222 |
|
|
 |
aff222 |
* Mon Jan 12 2015 Mat Booth <mat.booth@redhat.com> - 3.0.0-5
|
|
 |
aff222 |
- Related: rhbz#1175105 - rebuilt
|
|
 |
aff222 |
|
|
 |
aff222 |
* Fri Jan 09 2015 Mat Booth <mat.booth@redhat.com> - 3.0.0-4.1
|
|
 |
aff222 |
- Related: rhbz#1175105 - Import into DTS 3.1
|
|
 |
aff222 |
|
|
 |
aff222 |
* Mon Aug 4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.0-4
|
|
 |
aff222 |
- Fix build-requires on jvnet-parent
|
|
 |
aff222 |
|
|
 |
aff222 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-3
|
|
 |
aff222 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
 |
aff222 |
|
|
 |
aff222 |
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.0-2
|
|
 |
aff222 |
- Use Requires: java-headless rebuild (#1067528)
|
|
 |
aff222 |
|
|
 |
aff222 |
* Mon Dec 09 2013 Michal Srb <msrb@redhat.com> - 3.0.0-1
|
|
 |
aff222 |
- Update to upstream version 3.0.0
|
|
 |
aff222 |
|
|
 |
aff222 |
* Mon Aug 12 2013 Alexander Kurtakov <akurtako@redhat.com> 2.2.5-5
|
|
 |
aff222 |
- Move xmvn customizations to prep.
|
|
 |
aff222 |
|
|
 |
aff222 |
* Wed Aug 07 2013 gil cattaneo <puntogil@libero.it> 2.2.5-4
|
|
 |
aff222 |
- switch to XMvn, fix for rhbz#992384
|
|
 |
aff222 |
- install license file
|
|
 |
aff222 |
|
|
 |
aff222 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.5-3
|
|
 |
aff222 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
 |
aff222 |
|
|
 |
aff222 |
* Wed Mar 6 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2.5-2
|
|
 |
aff222 |
- Add depmap for org.eclipse.jetty.orbit
|
|
 |
aff222 |
- Resolves: rhbz#918514
|
|
 |
aff222 |
|
|
 |
aff222 |
* Fri Feb 1 2013 David Xie <david.scriptfan@gmail.com> - 2.2.5-1
|
|
 |
aff222 |
- Initial version of package
|