Add javax.inject provides and directory
This commit is contained in:
parent
3ec6454607
commit
9a2f998215
@ -1,6 +1,6 @@
|
|||||||
Name: atinject
|
Name: atinject
|
||||||
Version: 1
|
Version: 1
|
||||||
Release: 12.20100611svn86%{?dist}
|
Release: 13.20100611svn86%{?dist}
|
||||||
Summary: Dependency injection specification for Java (JSR-330)
|
Summary: Dependency injection specification for Java (JSR-330)
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://code.google.com/p/atinject/
|
URL: http://code.google.com/p/atinject/
|
||||||
@ -19,6 +19,8 @@ BuildRequires: java-devel
|
|||||||
BuildRequires: junit
|
BuildRequires: junit
|
||||||
Requires: java
|
Requires: java
|
||||||
|
|
||||||
|
Provides: javax.inject
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package specifies a means for obtaining objects in such a way as
|
This package specifies a means for obtaining objects in such a way as
|
||||||
to maximize reusability, testability and maintainability compared to
|
to maximize reusability, testability and maintainability compared to
|
||||||
@ -75,9 +77,13 @@ install -d -m 755 %{buildroot}%{_javadocdir}/%{name}/tck
|
|||||||
cp -pr build/javadoc/* %{buildroot}%{_javadocdir}/%{name}
|
cp -pr build/javadoc/* %{buildroot}%{_javadocdir}/%{name}
|
||||||
cp -pr build/tck/javadoc/* %{buildroot}%{_javadocdir}/%{name}/tck
|
cp -pr build/tck/javadoc/* %{buildroot}%{_javadocdir}/%{name}/tck
|
||||||
|
|
||||||
|
# J2EE API symlinks
|
||||||
|
install -d -m 755 %{buildroot}%{_javadir}/javax.inject/
|
||||||
|
ln -sf ../%{name}.jar %{buildroot}%{_javadir}/javax.inject/
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
%{_javadir}/javax.inject
|
||||||
|
|
||||||
%files tck -f .mfiles-tck
|
%files tck -f .mfiles-tck
|
||||||
|
|
||||||
@ -86,6 +92,9 @@ cp -pr build/tck/javadoc/* %{buildroot}%{_javadocdir}/%{name}/tck
|
|||||||
%doc %{_javadocdir}/%{name}
|
%doc %{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 12 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1-13.20100611svn86
|
||||||
|
- Add javax.inject provides and directory
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1-12.20100611svn86
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1-12.20100611svn86
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user