package init
This commit is contained in:
parent
e8e3ef3567
commit
98c669d9a5
@ -22,9 +22,11 @@ to encode or decode JSON text.
|
|||||||
* No dependency on external libraries
|
* No dependency on external libraries
|
||||||
* Both of the source code and the binary are JDK1.2 compatible
|
* Both of the source code and the binary are JDK1.2 compatible
|
||||||
|
|
||||||
%package javadoc
|
%package help
|
||||||
Summary: API documentation for %{name}
|
Summary: API documentation for %{name}
|
||||||
%description javadoc
|
Provides: %{name}-javadoc = %{version}-%{release}
|
||||||
|
Obsoletes: %{name}-javadoc < %{version}-%{release}
|
||||||
|
%description help
|
||||||
This package contains %{summary}.
|
This package contains %{summary}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -43,9 +45,9 @@ find . -type f -exec %{__sed} -i 's/\r//' {} \;
|
|||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%doc AUTHORS.txt ChangeLog.txt LICENSE.txt README.txt
|
%doc AUTHORS.txt ChangeLog.txt LICENSE.txt README.txt
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files help -f .mfiles-javadoc
|
||||||
%doc LICENSE.txt
|
%doc LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 3 2020 yanan li <liyanan032@huawei.com> - 1.1.1-1
|
* Mon Aug 24 2020 liyanan <liyanan32@huawei.com> - 1.1.1-1
|
||||||
- Package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user