Standardize the spec file.

(cherry picked from commit 5bc8b59359c779701201d30421208e285ca6e5ca)
This commit is contained in:
xuguangmin 2024-11-07 16:12:53 +08:00 committed by openeuler-sync-bot
parent 807bb0a7a6
commit 268b4fe2b1

View File

@ -1,6 +1,6 @@
Name: jacorb Name: jacorb
Version: 2.3.1 Version: 2.3.1
Release: 1 Release: 2
Summary: The Java implementation of the OMG's CORBA standard Summary: The Java implementation of the OMG's CORBA standard
License: LGPLv2 License: LGPLv2
URL: http://www.jacorb.org/index.html URL: http://www.jacorb.org/index.html
@ -62,12 +62,14 @@ ant all doc
%mvn_install -J doc/api %mvn_install -J doc/api
%files -f .mfiles %files -f .mfiles
%dir %{_javadir}/%{name}
%doc doc/LICENSE %doc doc/LICENSE
%files javadoc -f .mfiles-javadoc %files javadoc -f .mfiles-javadoc
%doc doc/LICENSE %doc doc/LICENSE
%changelog %changelog
* Thu Nov 07 2024 xuguangmin <xuguangmin@kylinos.cn> - 2.3.1-2
- Standardize the spec file.
* Wed Sep 2 2020 Ge Wang <wangge20@huawei.com> - 2.3.1-1 * Wed Sep 2 2020 Ge Wang <wangge20@huawei.com> - 2.3.1-1
- Package init - Package init