https://bugzilla.redhat.com/show_bug.cgi?id=1367033



--- Comment #14 from Igor Gnatenko <[email protected]> ---
* missing BuildRequires: gcc

> Source0:        https://github.com/Yelp/dumb-init/archive/v%{version}.tar.gz
Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz

> help2man --no-discard-stderr --include debian/help2man --no-info --name 
> '%{summary}' ./%{name} | gzip -9 > %{name}.1.gz
help2man --no-discard-stderr --include debian/help2man --no-info --name
'%{summary}' ./%{name} > %{name}.1

> mkdir -p "${RPM_BUILD_ROOT}/%{_bindir}" "${RPM_BUILD_ROOT}/%{_mandir}/man1/"
> install -pm 755 %{name} "${RPM_BUILD_ROOT}/%{_bindir}/"
> install -pm 644 %{name}.1.gz "${RPM_BUILD_ROOT}/%{_mandir}/man1/"
install -Dpm0755 %{name} %{buildroot}%{_bindir}/%{name}
install -Dpm0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1

> %{_mandir}/man1/%{name}.1.gz
%doc %{_mandir}/man/%{name}.1*

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to