2012-03-26 18:03:37 +00:00
|
|
|
%global namedreltag .SP4
|
|
|
|
%global namedversion %{version}%{?namedreltag}
|
|
|
|
|
|
|
|
Name: cdi-api
|
|
|
|
Version: 1.0
|
2013-03-02 18:55:32 +00:00
|
|
|
Release: 9%{namedreltag}%{?dist}
|
2012-03-26 18:03:37 +00:00
|
|
|
Summary: CDI API
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: http://seamframework.org/Weld
|
|
|
|
|
|
|
|
# svn export http://anonsvn.jboss.org/repos/weld/cdi-api/tags/1.0-SP4/ cdi-api-1.0.SP4
|
|
|
|
# tar cafJ cdi-api-1.0.SP4.tar.xz cdi-api-1.0.SP4
|
2012-12-04 10:50:23 +00:00
|
|
|
Source0: cdi-api-%{namedversion}.tar.xz
|
2012-03-26 18:03:37 +00:00
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
BuildRequires: jpackage-utils
|
|
|
|
BuildRequires: java-devel
|
2013-02-06 18:38:56 +00:00
|
|
|
BuildRequires: maven-local
|
2012-03-26 18:03:37 +00:00
|
|
|
BuildRequires: maven-compiler-plugin
|
|
|
|
BuildRequires: maven-install-plugin
|
|
|
|
BuildRequires: maven-jar-plugin
|
|
|
|
BuildRequires: maven-javadoc-plugin
|
|
|
|
BuildRequires: maven-surefire-provider-testng
|
2012-12-04 11:19:41 +00:00
|
|
|
BuildRequires: maven-enforcer-plugin
|
2012-03-26 18:03:37 +00:00
|
|
|
BuildRequires: testng
|
|
|
|
BuildRequires: jboss-el-2.2-api
|
|
|
|
BuildRequires: jboss-interceptors-1.1-api
|
|
|
|
BuildRequires: jboss-ejb-3.1-api
|
2012-12-04 10:50:23 +00:00
|
|
|
BuildRequires: geronimo-annotation
|
2013-03-02 18:55:32 +00:00
|
|
|
BuildRequires: geronimo-parent-poms
|
2012-12-04 10:50:23 +00:00
|
|
|
BuildRequires: weld-parent
|
2012-03-26 18:03:37 +00:00
|
|
|
|
|
|
|
Requires: jpackage-utils
|
|
|
|
Requires: java
|
|
|
|
Requires: jboss-el-2.2-api
|
|
|
|
Requires: jboss-interceptors-1.1-api
|
|
|
|
Requires: jboss-ejb-3.1-api
|
2012-12-04 10:50:23 +00:00
|
|
|
Requires: geronimo-annotation
|
2012-03-26 18:03:37 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
APIs for JSR-299: Contexts and Dependency Injection for Java EE
|
|
|
|
|
|
|
|
%package javadoc
|
|
|
|
Summary: Javadocs for %{name}
|
|
|
|
Group: Documentation
|
|
|
|
Requires: jpackage-utils
|
|
|
|
|
|
|
|
%description javadoc
|
|
|
|
This package contains the API documentation for %{name}.
|
|
|
|
|
|
|
|
%prep
|
2012-12-04 10:50:23 +00:00
|
|
|
%setup -q -n cdi-api-%{namedversion}
|
2012-03-26 18:03:37 +00:00
|
|
|
|
|
|
|
%build
|
2012-12-04 10:50:23 +00:00
|
|
|
mvn-rpmbuild package javadoc:aggregate
|
2012-03-26 18:03:37 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
install -d -m 755 %{buildroot}%{_javadir}
|
|
|
|
install -d -m 755 %{buildroot}%{_mavenpomdir}
|
|
|
|
install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
|
|
|
|
|
|
|
|
# JAR
|
|
|
|
install -pm 644 target/cdi-api-%{version}-SP4.jar %{buildroot}%{_javadir}/%{name}.jar
|
|
|
|
|
|
|
|
# POM
|
|
|
|
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
|
|
|
|
|
|
|
|
# DEPMAP
|
2012-12-04 10:50:23 +00:00
|
|
|
%add_maven_depmap
|
2012-03-26 18:03:37 +00:00
|
|
|
|
|
|
|
# APIDOCS
|
|
|
|
cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%{_mavenpomdir}/*
|
|
|
|
%{_mavendepmapfragdir}/*
|
|
|
|
%{_javadir}/*
|
|
|
|
|
|
|
|
%files javadoc
|
|
|
|
%{_javadocdir}/%{name}
|
|
|
|
|
|
|
|
%changelog
|
2013-03-02 18:55:32 +00:00
|
|
|
* Sat Mar 02 2013 Mat Booth <fedora@matbooth.co.uk> - 1.0-9.SP4
|
|
|
|
- Add missing BR, fixes FTBFS rhbz #913916
|
|
|
|
|
2013-02-13 18:19:12 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-8.SP4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-02-06 18:38:56 +00:00
|
|
|
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.0-7.SP4
|
|
|
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
|
- Replace maven BuildRequires with maven-local
|
|
|
|
|
2012-12-04 11:19:41 +00:00
|
|
|
* Tue Dec 04 2012 Marek Goldmann <mgoldman@redhat.com> - 1.0-6.SP4
|
|
|
|
- Added missing BR
|
|
|
|
|
2012-12-04 10:50:23 +00:00
|
|
|
* Tue Dec 04 2012 Marek Goldmann <mgoldman@redhat.com> - 1.0-5.SP4
|
|
|
|
- Added missing BR/R
|
|
|
|
- Simplified the spec file
|
|
|
|
- Removed unnecessary patch
|
|
|
|
|
2012-07-18 18:43:04 +00:00
|
|
|
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-4.SP4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-26 18:03:37 +00:00
|
|
|
* Sun Mar 25 2012 Asaf Shakarchi <asaf@redhat.com> 1.0-3.SP4
|
|
|
|
- Fixed changelog versions.
|
|
|
|
|
|
|
|
* Wed Mar 16 2012 Asaf Shakarchi <asaf@redhat.com> 1.0-2.SP4
|
|
|
|
- Added required dependencies, modified patches and cleaned spec.
|
|
|
|
|
|
|
|
* Mon Feb 20 2012 Marek Goldmann <mgoldman@redhat.com> 1.0-1.SP4
|
|
|
|
- Initial packaging
|
|
|
|
|