spec: s/source2/source1/

Version: 9.4.1212-1
This commit is contained in:
Pavel Raiskup 2016-11-03 17:27:08 +01:00
parent 8ba1af9f1c
commit 0e6813e083

View File

@ -56,7 +56,7 @@ Source0: https://github.com/pgjdbc/pgjdbc/archive/REL%version.tar.gz
# Upstream moved parent pom.xml into separate project (even though there is only
# one dependant project on it?). Let's try to not complicate packaging by
# having separate spec file for it, too.
Source2: https://github.com/pgjdbc/pgjdbc-parent-poms/archive/REL%parent_ver.tar.gz
Source1: https://github.com/pgjdbc/pgjdbc-parent-poms/archive/REL%parent_ver.tar.gz
BuildArch: noarch
BuildRequires: java-devel >= 1.8
@ -99,7 +99,7 @@ This package contains the API Documentation for %{name}.
%prep
%setup -c -q -a 2 -n pgjdbc-REL%version
%setup -c -q -a 1 -n pgjdbc-REL%version
mv pgjdbc-REL%version/* .
mv pgjdbc-parent-poms-REL%parent_ver pgjdbc-parent-poms