[Bug 694950] Review Request: torrent-search - A torrent searching graphical application

bugzilla at redhat.com bugzilla at redhat.com
Tue Apr 12 20:29:27 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #6 from Fabian Affolter <fabian at bernewireless.net> 2011-04-12 16:29:27 EDT ---
(In reply to comment #5)
> (In reply to comment #4)
> > - Consider to remove the shebangs of the files in the %prep section instead of
> > chmod in the %install section.
> Here do you mean only python files which are in install section?

Well, as far as I can see those python files are not called directly. So the
shebang is not needed. The other files have some wired permission.
What I tried to say was that file modification should be done in the %prep
section. 

Please report the permission issue upstream.

> Can you please tell me if the package is noarch then what macro should i use
> instead of %{_libdir} ?

Something like (untested)...

%if "%{_lib}" == "lib64"
mv %{buildroot}%{_prefix}/lib/bonobo/servers/TorrentSearch_Applet.server \
   %{buildroot}%{_libdir}/bonobo/servers/TorrentSearch_Applet.server
%endif

...could to the work, but I'm not sure if that's permitted.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list