package init
This commit is contained in:
parent
786f451fa7
commit
960c3769e8
@ -1,6 +1,6 @@
|
||||
Name: maven-osgi
|
||||
Version: 0.2.0
|
||||
Release: 2
|
||||
Release: 1
|
||||
Epoch: 1
|
||||
Summary: Library for Maven-OSGi integration
|
||||
License: ASL 2.0
|
||||
@ -20,11 +20,9 @@ Provides: maven-shared-osgi = %{epoch}:%{version}-%{release}
|
||||
Library for Maven-OSGi integration.
|
||||
This is a replacement package for maven-shared-osgi
|
||||
|
||||
%package help
|
||||
%package javadoc
|
||||
Summary: API documentation for %{name}
|
||||
Provides: %{name}-javadoc = %{version}-%{release}
|
||||
Obsoletes: %{name}-javadoc < %{version}-%{release}
|
||||
%description help
|
||||
%description javadoc
|
||||
API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
@ -44,13 +42,9 @@ sed -i 's/import aQute\.lib\.osgi/import aQute.bnd.osgi/g' src/main/java/org/apa
|
||||
%doc LICENSE
|
||||
%dir %{_javadir}/%{name}
|
||||
|
||||
%files help -f .mfiles-javadoc
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Aug 24 2020 chengzihan <chengzihan2@huawei.com> - 0.2.0-2
|
||||
- Fix packaging problem
|
||||
- Move javadoc to help
|
||||
|
||||
* Fri Jul 31 2020 yanan li <liyanan032@huawei.com> - 0.2.0-1
|
||||
* Mon Aug 24 2020 chengzihan <chengzihan2@huawei.com> - 0.2.0-1
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user