white-space section separators

Version: 9.4.1209-5
This commit is contained in:
Pavel Raiskup 2016-07-23 06:46:08 +02:00
parent 5b7e5e07b5
commit e9eb8f2554

View File

@ -107,7 +107,6 @@ mv pgjdbc-parent-poms-REL%parent_ver pgjdbc-parent-poms
# remove any binary libs
find -name "*.jar" -or -name "*.class" | xargs rm -f
%pom_disable_module ubenchmark
# Build parent POMs in the same Maven call.
@ -166,20 +165,25 @@ opts="-f"
%mvn_build $opts -- %pgjdbc_mvn_options
%install
%mvn_install
%files -f .mfiles
%license LICENSE
%doc README.md
%files parent-poms -f .mfiles-parent-poms
%license LICENSE
%doc pgjdbc-parent-poms/CHANGELOG.md pgjdbc-parent-poms/README.md
%files javadoc -f .mfiles-javadoc
%license LICENSE
%changelog
* Thu Jul 21 2016 gil cattaneo <puntogil@libero.it> 9.4.1209-5
- fix postgresql-jdbc.jar symlink using javapackages macros