[Bug 433925] Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol

2008-06-01 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol


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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution||NEXTRELEASE




-- 
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, or are watching someone who is.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 433925] Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol

2008-05-31 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol


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


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Flag||fedora-cvs?




--- Additional Comments From [EMAIL PROTECTED]  2008-05-31 02:32 EST ---
New Package CVS Request
===
Package Name: libyahoo2
Short Description: Library for the Yahoo! Messenger Protocol
Owners: rayvd
Branches: F-8 F-9 EL-4 EL-5
InitialCC:
Cvsextras Commits: yes

-- 
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, or are watching someone who is.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 433925] Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol

2008-05-31 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol


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


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Flag|fedora-cvs? |fedora-cvs+




--- Additional Comments From [EMAIL PROTECTED]  2008-05-31 19:16 EST ---
cvs done.

-- 
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, or are watching someone who is.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 433925] Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol

2008-05-24 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol


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





--- Additional Comments From [EMAIL PROTECTED]  2008-05-24 14:45 EST ---
Ping.

-- 
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, or are watching someone who is.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 433925] Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol

2008-05-14 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol


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


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Flag|fedora-review?  |fedora-review+




--- Additional Comments From [EMAIL PROTECTED]  2008-05-14 05:43 EST ---
Last minute fix - please add missing BuildRequiires: gtk2-devel

REVIEW

MUST Items:

+ rpmlint is silent.
+ The package is named according to the Package Naming Guidelines.
+ The spec file name matches the base package %{name}, in the format 
%{name}.spec.
+ The package meets the Packaging Guidelines.
+ The package is licensed with a Fedora approved license and meet the Licensing
Guidelines.
+ The License field in the package spec file matches the actual license.
+ File, containing the text of the license(s) for the package is included in 
%doc.
+ The spec file is written in American English.
+ The spec file for the package is legible.


- The sources used to build the package must match the upstream source.

[EMAIL PROTECTED] SOURCES]$ md5sum libyahoo2-0.7.6.tar.bz2*
9cb9a037506196bc370ba8d48698c4d8  libyahoo2-0.7.6.tar.bz2
3679c2e6a03a57c6f06414ca82b386eb  libyahoo2-0.7.6.tar.bz2.from_srpm

Please, use only upstreamed source from SF.

+ The package is successfully compiled and built into binary rpms on at least
one supported architecture.
+ All build dependencies (except of gtk2-devel, see above) are listed in
BuildRequires.
+ Package calls ldconfig in %post and %postun.
+ A package owns all directories that it creates. Personally, I'd like to
explicitly add as %dir in files-section for devel-package this line:

dir %{_includedir}/%{name}

and change this one 

%{_includedir}/%{name}/*

to that

%{_includedir}/*

but this only my personal favour, not a blocker.

+ A package does not contain any duplicate files in the %files listing.
+ Permissions on files are be set properly.
+ A package has a %clean section, which contains rm -rf %{buildroot} (or
$RPM_BUILD_ROOT).
+ A package consistently uses macros, as described in the macros section of
Packaging Guidelines.
+ The package contains code, or permissable content.
+ Everything, a package includes as %doc, does not affect the runtime of the
application. 
+ Header files are in a -devel package.
+ This packages containing pkgconfig(.pc) files and it 'Requires: pkgconfig' 
+ A package contains library files with a suffix (e.g. libfoo.so.1.1), and
library files that end in .so (without suffix) are in a -devel package.
+ Devel package requires the base package using a fully versioned dependency:
Requires: %{name} = %{version}-%{release} 
+ Package is NOT contains any .la libtool archives.
+ Package does not own files or directories already owned by other packages.
+ At the beginning of %install, the package runs rm -rf %{buildroot} (or
$RPM_BUILD_ROOT). See Prepping BuildRoot For %install for details.
+ All filenames in rpm packages are valid UTF-8.

SHOULD Items:

+ The pkgconfig(.pc) file is placed in a -devel pkg.

OK, please add missing BuildRequire, use exact tarball from SF.net, and this
package is


= APPROVED =


Don't forget to raise fedora-cvs flag to '?' then you'll be ready.

-- 
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, or are watching someone who is.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 433925] Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol

2008-05-13 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol


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





--- Additional Comments From [EMAIL PROTECTED]  2008-05-13 20:06 EST ---
Updated SRPM:

http://www.bludgeon.org/~rayvd/rpms/libyahoo2/libyahoo2-0.7.6-3.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, or are watching someone who is.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 433925] Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol

2008-05-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol


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





--- Additional Comments From [EMAIL PROTECTED]  2008-05-05 07:00 EST ---
Remarks :

* You should remove *.a and *.la files from devel.
* UTF-8 conversion is wrong (located in rpmlint logs). Proper string will be:

   iconv -f iso8859-1 -t UTF8 AUTHORS  AUTHORS.utf8  %{__mv} AUTHORS.utf8 
AUTHORS
   iconv -f iso8859-1 -t UTF8 NEWS  NEWS.utf8  %{__mv} NEWS.utf8 NEWS


Other things are looks OK.

So fix these remaining issues and I'll review it.

-- 
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, or are watching someone who is.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 433925] Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol

2008-04-29 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol


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





--- Additional Comments From [EMAIL PROTECTED]  2008-04-29 11:57 EST ---
(In reply to comment #8)

 *Full path to source tarball still missing. You must specify full path to
 source's tarball, not only %{name}-%{version}.tar.bz2. For SF-hosted projects 
 we
 have special requirements for %Source field - take a look at this page (at the
 bottom):

Argh, meant to fix that last time. :-)  Updated SRPM here:

http://www.bludgeon.org/~rayvd/rpms/libyahoo2/libyahoo2-0.7.6-2.src.rpm

SPEC URL is the same.  Appreciate the catch on that.

-- 
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, or are watching someone who is.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 433925] Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol

2008-04-28 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol


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





--- Additional Comments From [EMAIL PROTECTED]  2008-04-28 02:11 EST ---
Upstream (me in this case) released 0.7.6.  I've updated my SRPM and spec file:

http://www.bludgeon.org/~rayvd/rpms/libyahoo2/libyahoo2.spec
http://www.bludgeon.org/~rayvd/rpms/libyahoo2/libyahoo2-0.7.6-1.src.rpm

iconv issue I was experiencing above no longer occurs.

-- 
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, or are watching someone who is.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 433925] Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol

2008-04-28 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol


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





--- Additional Comments From [EMAIL PROTECTED]  2008-04-28 03:19 EST ---
Good news. There is only one issue left:

*Full path to source tarball still missing. You must specify full path to
source's tarball, not only %{name}-%{version}.tar.bz2. For SF-hosted projects we
have special requirements for %Source field - take a look at this page (at the
bottom):

http://fedoraproject.org/wiki/Packaging/SourceURL

Please fix it and I'll review asap.

-- 
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, or are watching someone who is.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 433925] Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol

2008-04-06 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol


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





--- Additional Comments From [EMAIL PROTECTED]  2008-04-06 12:26 EST ---
Thanks Peter -- I'll hopefully make the suggested adjustments sometime today.  I
haven't looked at Miranda IM before, but I'm open to including anything
interesting.  Do they base off of 0.7.5 as well?

I've actually gotten commit access to upstream and am encouraging them to do a
0.7.6 release as a result of the April 2nd protocol bump.  libyahoo 0.7.5 is
useless for connecting without this fix which I'm happy to include as a patch,
but would prefer to use upstream's sources if possible of course.  Maybe I'll
just use SVN source here.

-- 
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, or are watching someone who is.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 433925] Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol

2008-04-06 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol


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





--- Additional Comments From [EMAIL PROTECTED]  2008-04-06 12:59 EST ---
One strange issue I am trying to clear up -- this also explains why I was doing:

iconv -c -t UTF8 AUTHORS  AUTHORS.utf8 || :

For some reason, iconv returns false on the above command (without the || :). 
Initially I assumed this was because the file was already in UTF8 format, but
it's not -- rpmlint complains if I don't convert it.

rpmbuild stops however with a non-zero return code from any function.

--verbose wasn't helpful either, so I'll probably do a gdb on the process, but
may just return to forcing a successful return code so that rpmbuild continues
and rpmlint won't complain about the non-UTF8 file.

Give it a try if you like -- just run iconv on the AUTHORS file by hand and echo
$? afterwards.



-- 
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, or are watching someone who is.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 433925] Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol

2008-04-05 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol


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





--- Additional Comments From [EMAIL PROTECTED]  2008-04-05 03:45 EST ---
BTW well-known instant messenger, Miranda-IM, includes internal version of
libyahoo2. Are there any interesting patches which could be incorporated into
source shipped with this package?

-- 
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, or are watching someone who is.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 433925] Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol

2008-04-03 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol


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





--- Additional Comments From [EMAIL PROTECTED]  2008-04-03 13:56 EST ---
FYI, new spec and SRPM as a result of April 2 protocol bump by Yahoo:

http://www.bludgeon.org/~rayvd/rpms/libyahoo2/libyahoo2.spec
http://www.bludgeon.org/~rayvd/rpms/libyahoo2/libyahoo2-0.7.5-5.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, or are watching someone who is.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 433925] Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol

2008-04-03 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol


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





--- Additional Comments From [EMAIL PROTECTED]  2008-04-03 14:26 EST ---
Sorry for the delay, Ray.

Some remarks before review.

* You must specify full path to source's tarball, not only
%{name}-%{version}.tar.bz2. For SF-hosted projects we have special requirements
for %Source field - take a look at this page (at the bottom):

http://fedoraproject.org/wiki/Packaging/SourceURL

* You should change your BuildRoot to something like 

BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

* Change these two lines:

iconv -c -t UTF8 AUTHORS  AUTHORS.utf8 || :
iconv -c -t UTF8 NEWS  NEWS.utf8
%{__mv} AUTHORS.utf8 AUTHORS
%{__mv} NEWS.utf8 NEWS

I recommend you to use something like:

iconv -c -t UTF8 AUTHORS  AUTHORS.utf8  %{__mv} AUTHORS.utf8 AUTHORS

because if iconv fails you won't destroy all contents of your original file. Not
a very probable scenario but still...

* Create a backups of patched files by using key -b. For example:

%patch0 -p1 -b .fh
%patch1 -p1 -b .protocol

Other things looks sane.



-- 
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, or are watching someone who is.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 433925] Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol

2008-03-24 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: libyahoo2 - Library for the Yahoo! Messenger Protocol


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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]|[EMAIL PROTECTED]
   Flag||fedora-review?




--- Additional Comments From [EMAIL PROTECTED]  2008-03-24 16:25 EST ---
I'll review it.

-- 
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, or are watching someone who is.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review