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