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



--- Comment #1 from Antonio Trande <[email protected]> ---
- Use
https://github.com/falkTX/%{name}/archive/%{commit}/%{name}-%{shortcommit0}.tar.gz
(https://docs.fedoraproject.org/en-US/packaging-guidelines/SourceURL/#_git_hosting_services)

-

%setup -qn %{name}-%{commit0}
%patch0 -p1
%patch1 -p1
%patch2 -p1

becomes

%autosetup -p 1 -n %{name}-%{commit0}

- 
export CXXFLAGS="%{optflags}"
export CFLAGS="%{optflags}"

can be replaced by %{set_build_flags}

- %make_install DESTDIR=%{buildroot} PREFIX=%{_prefix} --> %make_install
PREFIX=%{_prefix}

- 

%{_bindir}/*
%{_datadir}/applications/*
%{_datadir}/cadence/*
%{_datadir}/icons/*


List all files, please.

-- 
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]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to