Bug 1090501

Summary: Review Request: getdns - Implementation of the getdns API
Product: [Fedora] Fedora Reporter: Pavel Šimerda (pavlix) <psimerda>
Component: Package ReviewAssignee: Christopher Meng <i>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: i, package-review, puiterwijk, pwouters
Target Milestone: ---Flags: i: fedora-review?
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-11 22:08:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
changes none

Description Pavel Šimerda (pavlix) 2014-04-23 13:26:41 UTC
Spec URL: http://pavlix.fedorapeople.org//getdns.spec
SRPM URL: http://pavlix.fedorapeople.org//getdns-0.1.1-1.fc21.src.rpm

Description:
getdns is a modern asynchronous DNS API intended to make all types of DNS
information easily available as described by Paul Hoffman. This implementation
is licensed under the New BSD License (BSD-new).

Comment 1 Christopher Meng 2014-04-23 15:24:34 UTC
1. -devel:

Requires: %{name} = %{version}-%{release}

-->

Requires: %{name}%{?_isa} = %{version}-%{release}

Drop Requires: pkgconfig

2. %{_docdir}/getdns/AUTHORS
%{_docdir}/getdns/COPYING
%{_docdir}/getdns/ChangeLog
%{_docdir}/getdns/INSTALL
%{_docdir}/getdns/LICENSE
%{_docdir}/getdns/NEWS
%{_docdir}/getdns/README.md
%{_docdir}/getdns/spec/getdns-0.5.tgz
%{_docdir}/getdns/spec/index.html

1)
Remove 
%{_docdir}/getdns/INSTALL

Please.

2)
You shoud use %doc to mark them as docs. IMO some of them belong to main package, some are in -devel.

%{_docdir}/getdns/AUTHORS
%{_docdir}/getdns/COPYING
%{_docdir}/getdns/ChangeLog
%{_docdir}/getdns/LICENSE
%{_docdir}/getdns/NEWS
%{_docdir}/getdns/README.md

3) manpages use "*" at the end.

4) You forgot to own %{_includedir}/getdns/

5)

Comment 2 Pavel Šimerda (pavlix) 2014-04-24 11:10:56 UTC
Created attachment 889235 [details]
changes

Hi Christopher,

made a couple of changes, will come back later with new spec+srpm. Thanks for taking the review.

Would you consider also looking at the netresolve review, once I address the problems already reported?

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

Pavel

Comment 3 Christopher Meng 2014-04-27 03:49:31 UTC
Please provide me the revised spec and srpm if you want to review your changes.

I always point out the spec issues(may be cosmetic or not) first, then run fedora-review.

I can take these 2 bugs, in return I will ask you for two swap reviews later.

Comment 4 Paul Wouters 2014-05-11 15:31:46 UTC
This looks like a duplicate of #1070510

Comment 5 Patrick Uiterwijk 2014-05-11 22:08:11 UTC

*** This bug has been marked as a duplicate of bug 1070510 ***

Comment 6 Pavel Šimerda (pavlix) 2014-05-12 07:29:07 UTC
(In reply to Paul Wouters from comment #4)
> This looks like a duplicate of #1070510

It's actually the other way round.

Comment 7 Paul Wouters 2014-05-12 14:05:11 UTC
uhm no. 1090501 is 20k bugs later, it was also filed at 2014-04-23 09:26 where 1070510 was filed at 2014-02-26 20:43, two months earlier.

Regardless, I added us both as owner as you can see in the SCM request I did for 
1070510 during the weekend

Comment 8 Pavel Šimerda (pavlix) 2014-05-12 16:02:11 UTC
(In reply to Paul Wouters from comment #7)
> uhm no. 1090501 is 20k bugs later,

My mistake. I looked at the date and probably looked at some comment instead of a summary. Thanks for explanation and sorry for creating the duplicate. I probably just did a google search instead of searching bugzilla directly.

> it was also filed at 2014-04-23 09:26
> where 1070510 was filed at 2014-02-26 20:43, two months earlier.
> 
> Regardless, I added us both as owner as you can see in the SCM request I did
> for 1070510 during the weekend

I see. Feeling honored, thanks!