Rebuild to regenerate OSGi metadata
This commit is contained in:
parent
dae01227ea
commit
2a10fa4859
1 changed files with 9 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Name: apache-%{short_name}
|
||||
Version: 1.6
|
||||
Release: 18%{?dist}
|
||||
Release: 19%{?dist}
|
||||
Summary: Apache Commons Pool Package
|
||||
License: ASL 2.0
|
||||
URL: http://commons.apache.org/%{base_name}/
|
||||
|
|
@ -30,21 +30,25 @@ This package contains the API documentation for %{name}.
|
|||
%setup -q -n %{short_name}-%{version}-src
|
||||
|
||||
%mvn_alias : org.apache.commons:%{short_name}
|
||||
%mvn_file : %{name} %{short_name}
|
||||
%mvn_file : %{short_name} %{name}
|
||||
|
||||
%build
|
||||
%mvn_build -f
|
||||
%mvn_build -f -- -Dcommons.osgi.symbolicName=org.apache.commons.pool
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc README.txt LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
|
||||
%doc README.txt RELEASE-NOTES.txt
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE.txt NOTICE.txt
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Thu Feb 07 2019 Mat Booth <mat.booth@redhat.com> - 1.6-19
|
||||
- Rebuild to regenerate OSGi metadata
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue