Browse Source

fix source location

main
Nicolas Massé 5 years ago
parent
commit
3549d5ead7
  1. 2
      rpmbuild/SPECS/gitea.spec
  2. 2
      rpmbuild/SPECS/prometheus.spec
  3. 2
      rpmbuild/SPECS/traefik.spec

2
rpmbuild/SPECS/gitea.spec

@ -26,7 +26,7 @@ architectures.
%prep %prep
%setup -q -c -T %setup -q -c -T
xz -dc %{S:0} > gitea xz -dc %{S:0} > gitea
cp %{S:0} %{name}.service cp %{S:1} %{name}.service
%build %build

2
rpmbuild/SPECS/prometheus.spec

@ -23,7 +23,7 @@ trigger alerts when specified conditions are observed.
%prep %prep
%setup -q -n %{name}-%{version}.linux-amd64 %setup -q -n %{name}-%{version}.linux-amd64
cp %{S:0} %{name}.service cp %{S:1} %{name}.service
%build %build
rm NOTICE rm NOTICE

2
rpmbuild/SPECS/traefik.spec

@ -25,7 +25,7 @@ onfiguration step you need.
%prep %prep
%setup -q -c %setup -q -c
cp %{S:0} %{name}.service cp %{S:1} %{name}.service
%build %build

Loading…
Cancel
Save