Blame SPECS/glassfish-el-api.spec

1f856c
%global artifactId javax.el-api
1f856c
1f856c
Name:           glassfish-el-api
1f856c
Version:        2.2.4
1f856c
Release:        5%{?dist}
1f856c
Summary:        Expression Language API 2.2.4
1f856c
1f856c
Group:          Development/Libraries
1f856c
# Part of implementation files contain ASL 2.0 copyright
1f856c
License:        CDDL and ASL 2.0
1f856c
URL:            http://uel.java.net
1f856c
# svn export https://svn.java.net/svn/uel~svn/tags/javax.el-api-2.2.4 javax.el-api-2.2.4
1f856c
# tar cvJf javax.el-api-2.2.4.tar.xz javax.el-api-2.2.4/
1f856c
Source0:        %{artifactId}-%{version}.tar.xz
1f856c
Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
1f856c
Source2:        generate_tarball.sh
1f856c
BuildArch:      noarch
1f856c
1f856c
BuildRequires:  java-devel >= 1:1.6.0
1f856c
BuildRequires:  jpackage-utils
1f856c
BuildRequires:  jvnet-parent
1f856c
BuildRequires:  maven-local
1f856c
BuildRequires:  maven
1f856c
BuildRequires:  maven-source-plugin
1f856c
1f856c
%description
1f856c
This project provides an implementation of the Expression Language (EL). 
1f856c
The main goals are:
1f856c
 * Improves current implementation: bug fixes and performance improvements
1f856c
 * Provides API for use by other tools, such as Netbeans
1f856c
1f856c
%package javadoc
1f856c
Group:          Documentation
1f856c
Summary:        Javadoc for %{name}
1f856c
1f856c
%description javadoc
1f856c
API documentation for %{name}.
1f856c
1f856c
%prep
1f856c
%setup -q -n %{artifactId}-%{version}
1f856c
cp -p %{SOURCE1} .
1f856c
1f856c
%mvn_file : %{name}
1f856c
1f856c
%build
1f856c
%mvn_build
1f856c
1f856c
%install
1f856c
%mvn_install
1f856c
1f856c
%files -f .mfiles
1f856c
%doc LICENSE-2.0.txt
1f856c
1f856c
%files javadoc -f .mfiles-javadoc
1f856c
%doc LICENSE-2.0.txt
1f856c
1f856c
%changelog
1f856c
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.2.4-5
1f856c
- Mass rebuild 2013-12-27
1f856c
1f856c
* Fri Aug 23 2013 Michal Srb <msrb@redhat.com> - 2.2.4-4
1f856c
- Migrate away from mvn-rpmbuild (Resolves: #997498)
1f856c
1f856c
* Fri Aug 02 2013 Michal Srb <msrb@redhat.com> - 2.2.4-3
1f856c
- Add generate_tarball.sh script to SRPM
1f856c
1f856c
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.2.4-2
1f856c
- Rebuild to regenerate API documentation
1f856c
- Resolves: CVE-2013-1571
1f856c
1f856c
* Thu Jan 31 2013 David Xie <david.scriptfan@gmail.com> - 2.2.4-1
1f856c
- Initial version of package