Add javax.inject provides and directory
This commit is contained in:
parent
3ec6454607
commit
9a2f998215
@ -1,6 +1,6 @@
|
||||
Name: atinject
|
||||
Version: 1
|
||||
Release: 12.20100611svn86%{?dist}
|
||||
Release: 13.20100611svn86%{?dist}
|
||||
Summary: Dependency injection specification for Java (JSR-330)
|
||||
License: ASL 2.0
|
||||
URL: http://code.google.com/p/atinject/
|
||||
@ -19,6 +19,8 @@ BuildRequires: java-devel
|
||||
BuildRequires: junit
|
||||
Requires: java
|
||||
|
||||
Provides: javax.inject
|
||||
|
||||
%description
|
||||
This package specifies a means for obtaining objects in such a way as
|
||||
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/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
|
||||
%doc LICENSE
|
||||
%{_javadir}/javax.inject
|
||||
|
||||
%files tck -f .mfiles-tck
|
||||
|
||||
@ -86,6 +92,9 @@ cp -pr build/tck/javadoc/* %{buildroot}%{_javadocdir}/%{name}/tck
|
||||
%doc %{_javadocdir}/%{name}
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user