white-space section separators
Version: 9.4.1209-5
This commit is contained in:
parent
5b7e5e07b5
commit
e9eb8f2554
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user