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


Todd Zullinger <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #1 from Todd Zullinger <[email protected]>  2009-10-13 23:37:03 EDT ---
> %__make install PREFIX="%{buildroot}/usr" MANDIR="%{buildroot}/usr/share/man"

This line should use macros for /usr and /usr/share/man, e.g.:

%__make install PREFIX="%{buildroot}%{_bindir}" MANDIR="%{buildroot}%{_mandir}"

> %files
> %defattr(-,root,root)
> #%doc AUTHORS LICENSE LICENSE.OpenSSL README znc.conf

This commented line ...

> %doc BUGS CHANGELOG COPYING FILES README TODO VERSION
> %{_bindir}/sks
> %{_bindir}/sks_build.sh
> %{_bindir}/sks_add_mail
> %{_mandir}/man8/sks.8.gz
> #%{_mandir}/man1/*
> #%{_libdir}/znc/
> #%{_datadir}/znc/

And these three commented lines should be removed.

-- 
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.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to