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

2011-04-10 Thread bugzilla
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

Fabian Affolter  changed:

   What|Removed |Added

 CC||fab...@bernewireless.net

--- Comment #1 from Fabian Affolter  2011-04-11 
02:45:11 EDT ---
Just some quick comments on your spec file:

- You are mixing macro and variable style
 
https://fedoraproject.org/wiki/Packaging:Guidelines#Using_.25.7Bbuildroot.7D_and_.25.7Boptflags.7D_vs_.24RPM_BUILD_ROOT_and_.24RPM_OPT_FLAGS
- There is stuff for zsh. Wouldn't it be a good idea to put this in a
subpackage?
- There is an empty %doc line. The html docs can go there.
- There is a missing BR for the locale files
  https://fedoraproject.org/wiki/Packaging:Guidelines#Handling_Locale_Files

-- 
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.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


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

2011-04-11 Thread bugzilla
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 #2 from Praveen Kumar  2011-04-11 
03:22:12 EDT ---
Thanks for suggestions, Here is updated spec and srpm urls

Spec URL:
http://kumarpraveen.fedorapeople.org/torrent-search/torrent-search.spec
SRPM URL:
http://kumarpraveen.fedorapeople.org/torrent-search/torrent-search-0.9.2-2.fc14.src.rpm

-- 
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.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


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

2011-04-11 Thread bugzilla
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 #3 from Fabian Affolter  2011-04-11 
17:36:19 EDT ---
Koji build failed:

http://koji.fedoraproject.org/koji/taskinfo?taskID=2994517

See also rpmlint output:

[fab@laptop023 SRPMS]$ rpmlint torrent-search-0.9.2-2.fc14.src.rpm 
torrent-search.src:47: W: libdir-macro-in-noarch-package (main package)
%{_libdir}/bonobo/servers/TorrentSearch_Applet.server
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

-- 
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.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


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

2011-04-11 Thread bugzilla
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 #4 from Fabian Affolter  2011-04-11 
17:48:23 EDT ---
(In reply to comment #1)
> - There is stuff for zsh. Wouldn't it be a good idea to put this in a
> subpackage?

Put the zsh stuff in zsh subpackage of torrent-search. 

- torrent-search is a gui application but rpmbuild is not picking up. The
website claims that GTK is needed for the gui.
- Consider to remove the shebangs of the files in the %prep section instead of
chmod in the %install section.

-- 
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.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


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

2011-04-11 Thread bugzilla
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 #5 from Praveen Kumar  2011-04-11 
23:06:41 EDT ---
(In reply to comment #4)
> (In reply to comment #1)
> > - There is stuff for zsh. Wouldn't it be a good idea to put this in a
> > subpackage?
> 
> Put the zsh stuff in zsh subpackage of torrent-search. 
Done
> - torrent-search is a gui application but rpmbuild is not picking up. The
> website claims that GTK is needed for the gui.
Done
> - 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?

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

-- 
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.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


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

2011-04-12 Thread bugzilla
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  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.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


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

2011-04-13 Thread bugzilla
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 #7 from Praveen Kumar  2011-04-13 
04:57:41 EDT ---
(In reply to comment #6)
> (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.
Reported to upstream waiting for reply.

-- 
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.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


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

2011-05-04 Thread bugzilla
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

Michal Nowak  changed:

   What|Removed |Added

 CC||mno...@redhat.com

--- Comment #8 from Michal Nowak  2011-05-04 09:45:45 EDT ---
Seeing "Bonobo" and "GNOME Applet" here makes me ask: How does torrent-search
behaves in Fedora 15 with GNOME Shell?

-- 
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.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


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

2011-05-08 Thread bugzilla
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 #9 from Michal Nowak  2011-05-08 12:06:09 EDT ---
torrent-search_0.9.2.3 is out, update the spec file, please.

-- 
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.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


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

2011-05-08 Thread bugzilla
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 #10 from Michal Nowak  2011-05-08 12:26:11 EDT 
---
Also noted I don't see icon in Menu->Internet->Torrent Search, seems like a
problem with desktop file.

-- 
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.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


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

2011-05-09 Thread bugzilla
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 #11 from Praveen Kumar  2011-05-09 
23:08:24 EDT ---
Thanks for reminding, I will do it with-in 2-3 days.

-- 
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.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


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

2011-05-15 Thread bugzilla
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 #12 from Praveen Kumar  2011-05-15 
06:10:33 EDT ---
Updated Spec and SRPM here
SPEC : http://kumarpraveen.fedorapeople.org/torrent-search/torrent-search.spec
SRPM :
http://kumarpraveen.fedorapeople.org/torrent-search/torrent-search-0.9.2.3-3.fc15.src.rpm
 


Koji Output : http://koji.fedoraproject.org/koji/taskinfo?taskID=3071949

-- 
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.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


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

2011-05-16 Thread bugzilla
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 #13 from Michael Schwendt  2011-05-16 07:48:59 
EDT ---
Please read:
https://fedoraproject.org/wiki/Packaging:UnownedDirectories#Common_Mistakes

[
https://fedoraproject.org/wiki/Packaging:Guidelines#File_and_Directory_Ownership
]

-- 
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.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


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

2011-05-16 Thread bugzilla
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 #14 from Praveen Kumar  2011-05-16 
12:52:17 EDT ---
(In reply to comment #13)
> Please read:
> https://fedoraproject.org/wiki/Packaging:UnownedDirectories#Common_Mistakes
> 
> [
> https://fedoraproject.org/wiki/Packaging:Guidelines#File_and_Directory_Ownership
> ]

Thanks for suggestion.

SPEC : http://kumarpraveen.fedorapeople.org/torrent-search/torrent-search.spec
SRPM :
http://kumarpraveen.fedorapeople.org/torrent-search/torrent-search-0.9.2.3-4.fc15.src.rpm

Koji Build : http://koji.fedoraproject.org/koji/taskinfo?taskID=3074312

-- 
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.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review


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

2012-03-05 Thread bugzilla
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 #15 from Fabian Affolter  2012-03-05 
15:59:17 EST ---
The latest release is 0.11.2.

-- 
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.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

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

2012-03-09 Thread bugzilla
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 #16 from Praveen Kumar  2012-03-10 
01:37:56 EST ---
Updated
SPEC : http://kumarpraveen.fedorapeople.org/torrent-search/torrent-search.spec
SRPM :
http://kumarpraveen.fedorapeople.org/torrent-search/torrent-search-0.11.2-1.fc16.src.rpm

Koji Build :http://koji.fedoraproject.org/koji/taskinfo?taskID=3876783

I no longer use torrent-search so if someone want to take over it, please go
ahead.

-- 
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.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

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

2012-03-11 Thread bugzilla
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

Praveen Kumar  changed:

   What|Removed |Added

   Flag||fedora-review?

-- 
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.
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review