!8 [sync] PR-2: Standardize the spec file.
From: @openeuler-sync-bot Reviewed-by: @DingliZhang Signed-off-by: @DingliZhang
This commit is contained in:
commit
fadf088efd
20
jacorb.spec
20
jacorb.spec
@ -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
|
||||||
@ -34,13 +34,13 @@ cp %{SOURCE3} jacorb-idl-compiler.pom
|
|||||||
find -name '*.class' -exec rm -f '{}' \;
|
find -name '*.class' -exec rm -f '{}' \;
|
||||||
find -name '*.jar' -exec rm -f '{}' \;
|
find -name '*.jar' -exec rm -f '{}' \;
|
||||||
find -name '*.zip' -exec rm -f '{}' \;
|
find -name '*.zip' -exec rm -f '{}' \;
|
||||||
%patch0 -p1
|
%patch 0 -p1
|
||||||
%patch1 -p0
|
%patch 1 -p0
|
||||||
%patch2 -p1
|
%patch 2 -p1
|
||||||
%patch3 -p0
|
%patch 3 -p0
|
||||||
%patch4 -p0
|
%patch 4 -p0
|
||||||
%patch5 -p0
|
%patch 5 -p0
|
||||||
%patch6 -p1
|
%patch 6 -p1
|
||||||
sed -i 's|,notification||' src/org/jacorb/build.xml
|
sed -i 's|,notification||' src/org/jacorb/build.xml
|
||||||
ln -s $(build-classpath antlr) lib/antlr-2.7.2.jar
|
ln -s $(build-classpath antlr) lib/antlr-2.7.2.jar
|
||||||
ln -s $(build-classpath slf4j/api) lib/slf4j-api-1.5.6.jar
|
ln -s $(build-classpath slf4j/api) lib/slf4j-api-1.5.6.jar
|
||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user