|
 |
89b4fd |
%global artifactId javax.el
|
|
 |
89b4fd |
|
|
 |
89b4fd |
Name: glassfish-el
|
|
 |
89b4fd |
Version: 2.2.5
|
|
 |
3a5246 |
Release: 6%{?dist}
|
|
 |
89b4fd |
Summary: J2EE Expression Language Implementation
|
|
 |
89b4fd |
Group: Development/Libraries
|
|
 |
89b4fd |
License: CDDL or GPLv2 with exceptions
|
|
 |
89b4fd |
URL: http://uel.java.net
|
|
 |
89b4fd |
# svn export https://svn.java.net/svn/uel~svn/tags/javax.el-2.2.5/ javax.el-2.2.5
|
|
 |
89b4fd |
# tar cvJf javax.el-2.2.5.tar.xz javax.el-2.2.5/
|
|
 |
89b4fd |
Source0: %{artifactId}-%{version}.tar.xz
|
|
 |
89b4fd |
Source1: generate_tarball.sh
|
|
 |
89b4fd |
BuildArch: noarch
|
|
 |
89b4fd |
|
|
 |
89b4fd |
BuildRequires: jvnet-parent
|
|
 |
89b4fd |
BuildRequires: maven-local
|
|
 |
89b4fd |
BuildRequires: maven
|
|
 |
89b4fd |
BuildRequires: maven-source-plugin
|
|
 |
89b4fd |
BuildRequires: mvn(javax.el:javax.el-api)
|
|
 |
89b4fd |
|
|
 |
89b4fd |
%description
|
|
 |
89b4fd |
This project provides an implementation of the Expression Language (EL).
|
|
 |
89b4fd |
The main goals are:
|
|
 |
89b4fd |
* Improves current implementation: bug fixes and performance improvements
|
|
 |
89b4fd |
* Provides API for use by other tools, such as Netbeans
|
|
 |
89b4fd |
|
|
 |
89b4fd |
%package javadoc
|
|
 |
89b4fd |
Group: Documentation
|
|
 |
89b4fd |
Summary: Javadoc for %{name}
|
|
 |
89b4fd |
|
|
 |
89b4fd |
%description javadoc
|
|
 |
89b4fd |
API documentation for %{name}.
|
|
 |
89b4fd |
|
|
 |
89b4fd |
%prep
|
|
 |
89b4fd |
%setup -q -n %{artifactId}-%{version}
|
|
 |
89b4fd |
|
|
 |
89b4fd |
%mvn_file : %{name}
|
|
 |
89b4fd |
%mvn_alias : "org.eclipse.jetty.orbit:com.sun.el"
|
|
 |
89b4fd |
|
|
 |
89b4fd |
%build
|
|
 |
89b4fd |
%mvn_build
|
|
 |
89b4fd |
|
|
 |
89b4fd |
%install
|
|
 |
89b4fd |
%mvn_install
|
|
 |
89b4fd |
|
|
 |
89b4fd |
%files -f .mfiles
|
|
 |
89b4fd |
|
|
 |
89b4fd |
%files javadoc
|
|
 |
89b4fd |
%{_javadocdir}/%{name}
|
|
 |
89b4fd |
|
|
 |
89b4fd |
%changelog
|
|
 |
3a5246 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.2.5-6
|
|
 |
3a5246 |
- Mass rebuild 2013-12-27
|
|
 |
3a5246 |
|
|
 |
89b4fd |
* Thu Aug 22 2013 Michal Srb <msrb@redhat.com> - 2.2.5-5
|
|
 |
89b4fd |
- Migrate away from mvn-rpmbuild (Resolves: #997471)
|
|
 |
89b4fd |
|
|
 |
89b4fd |
* Fri Aug 02 2013 Michal Srb <msrb@redhat.com> - 2.2.5-4
|
|
 |
89b4fd |
- Add generate_tarball.sh script to SRPM
|
|
 |
89b4fd |
|
|
 |
89b4fd |
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2.5-3
|
|
 |
89b4fd |
- Rebuild to regenerate API documentation
|
|
 |
89b4fd |
- Resolves: CVE-2013-1571
|
|
 |
89b4fd |
|
|
 |
89b4fd |
* Wed Mar 6 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2.5-2
|
|
 |
89b4fd |
- Add depmap for org.eclipse.jetty.orbit
|
|
 |
89b4fd |
- Resolves: rhbz#918514
|
|
 |
89b4fd |
|
|
 |
89b4fd |
* Fri Feb 1 2013 David Xie <david.scriptfan@gmail.com> - 2.2.5-1
|
|
 |
89b4fd |
- Initial version of package
|