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

Terje Røsten <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Terje Røsten <[email protected]> ---
a)
Requires:       perl-Regexp-Common
Requires:       perl-Algorithm-Diff
# Stop trying to find the optional Win32::File dep.
AutoReq:        no

Please redo this, see

https://fedoraproject.org/wiki/Packaging:Perl#Filtering_Requires_and_Provides
https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering#Perl

b)
mkdir -p %{buildroot}/%{_bindir}
cp %{SOURCE0} %{buildroot}/%{_bindir}/%{name}
chmod +x %{buildroot}/%{_bindir}/%{name}

can be done in one line:

install -D -m 0755 %{SOURCE0} %{buildroot}/%{_bindir}/%{name}

c)

Any license file available?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to