We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594018d commit ea1fe7bCopy full SHA for ea1fe7b
puppet-jens.spec
@@ -24,11 +24,11 @@ based on files containing metadata.
24
%setup -q
25
26
%build
27
-CFLAGS="%{optflags}" %{__python3} setup.py build
+%py3_build
28
29
%install
30
%{__rm} -rf %{buildroot}
31
-%{__python3} setup.py install --skip-build --root %{buildroot}
+%py3_install
32
%{__install} -D -p -m 644 conf/main.conf %{buildroot}/%{_sysconfdir}/jens/main.conf
33
mkdir -m 755 -p %{buildroot}/%{_mandir}/man1
34
%{__install} -D -p -m 644 man/* %{buildroot}/%{_mandir}/man1
0 commit comments