2022-02-25 19:05:32 +00:00
committed by Git OBS Bridge
parent c6910ad4e9
commit 29fc327090
3 changed files with 33 additions and 2 deletions

View File

@@ -152,6 +152,9 @@ cp -p %{SOURCE1} APACHE-LICENSE
sed -i -e "s|ant<|org.apache.ant<|g" integration/pom.xml
sed -i -e "s|\${reload4j.version}|1\.2\.19|g" \
log4j-over-slf4j/src/main/resources/META-INF/MANIFEST.MF
%{_bindir}/find -name "*.css" -o -name "*.js" -o -name "*.txt" | \
%{_bindir}/xargs -t perl -pi -e 's/\r$//g'