!2 jboss-logging: delete format error

Merge pull request !2 from openeuler-iSula/ght_jboss
This commit is contained in:
openeuler-ci-bot 2019-12-24 15:56:30 +08:00 committed by Gitee
commit 1a28ff6795

View File

@ -27,25 +27,25 @@ This package contains the API documentation for jboss-logging.
%pom_xpath_set pom:properties/pom:version.org.apache.log4j 12
sed -i "s|map = MDC.getCopyOfContextMap();|map = (Map) MDC.getCopyOfContextMap();|" \
src/main/java/org/jboss/logging/Slf4jLoggerProvider.java
src/main/java/org/jboss/logging/Slf4jLoggerProvider.java
%pom_remove_plugin :maven-source-plugin
%pom_remove_plugin :maven-source-plugin
cp -p src/main/resources/META-INF/LICENSE.txt .
sed -i 's/\r//' LICENSE.txt
cp -p src/main/resources/META-INF/LICENSE.txt .
sed -i 's/\r//' LICENSE.txt
%build
%mvn_build -f
%build
%mvn_build -f
%install
%mvn_install
%install
%mvn_install
%files -f .mfiles
%license LICENSE.txt
%files -f .mfiles
%license LICENSE.txt
%files javadoc -f .mfiles-javadoc
%license LICENSE.txt
%files javadoc -f .mfiles-javadoc
%license LICENSE.txt
%changelog
* Thu Dec 13 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.3.0-5
- Package init
%changelog
* Thu Dec 13 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.3.0-5
- Package init