[Bug 631763] Review Request: zif - Simple wrapper for rpm

bugzilla at redhat.com bugzilla at redhat.com
Fri Oct 1 12:53:03 UTC 2010


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=631763

--- Comment #2 from Michal Schmidt <mschmidt at redhat.com> 2010-10-01 08:53:02 EDT ---
> %define alphatag                .20100908git
This macro is not used anywhere. Also, %global is preferred to %define these
days.

> %package devel
[...]
> Requires: sqlite-devel

%{?_isa} would be nice here.
http://www.rpm.org/wiki/PackagerDocs/ArchDependencies

> %package devel
[...]
> Requires: %{name} = %{version}-%{release}
[...]
> %files
> %defattr(-,root,root,-)
> %doc README AUTHORS NEWS COPYING
> [...]
> %files devel
> %defattr(-,root,root,-)
> %doc README AUTHORS NEWS COPYING

No need to duplicate these files here, because -devel Requires the main
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.



More information about the package-review mailing list