jboss-logging: delete unused spaces

Signed-off-by: openeuler-iSula <isula@huawei.com>
This commit is contained in:
openeuler-iSula 2019-12-20 17:05:16 +08:00
parent b65d7181dc
commit 100f6c420c

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