Remove javax.enterprise.inject directory and provides
This commit is contained in:
parent
340f16f1d4
commit
ff9f653d64
11
cdi-api.spec
11
cdi-api.spec
@ -5,7 +5,7 @@
|
||||
|
||||
Name: cdi-api
|
||||
Version: 1.2
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: CDI API
|
||||
License: ASL 2.0
|
||||
URL: http://seamframework.org/Weld
|
||||
@ -28,8 +28,6 @@ BuildRequires: asciidoc
|
||||
BuildRequires: /usr/bin/pygmentize
|
||||
%endif
|
||||
|
||||
Provides: javax.enterprise.inject
|
||||
|
||||
%description
|
||||
APIs for JSR-299: Contexts and Dependency Injection for Java EE
|
||||
|
||||
@ -70,11 +68,7 @@ asciidoc -n -b html5 -a toc2 -a toclevels=3 -a pygments -f html5.conf -o license
|
||||
cd api
|
||||
%mvn_install
|
||||
|
||||
build-jar-repository %{buildroot}%{_javadir}/javax.enterprise.inject/ \
|
||||
jboss-interceptors-1.2-api glassfish-el-api javax.inject
|
||||
|
||||
%files -f api/.mfiles
|
||||
%{_javadir}/javax.enterprise.inject/
|
||||
%doc spec/src/main/doc/cdi-spec.%{adoc}
|
||||
%license spec/src/main/doc/license-asl2.%{adoc}
|
||||
%license spec/src/main/doc/license-jcp.%{adoc}
|
||||
@ -84,6 +78,9 @@ build-jar-repository %{buildroot}%{_javadir}/javax.enterprise.inject/ \
|
||||
%license spec/src/main/doc/license-jcp.%{adoc}
|
||||
|
||||
%changelog
|
||||
* Wed Apr 18 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2-8
|
||||
- Remove javax.enterprise.inject directory and provides
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user