http://bugzilla.rpmfusion.org/show_bug.cgi?id=1901
Richard <hobbes1069(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hobbes1069(a)gmail.com
--- Comment #2 from Richard <hobbes1069(a)gmail.com> 2011-09-02 18:40:41 ---
The spec file looks pretty good overall. A couple of things I would change.
1. You don't need "%defattr(..." in %files anymore.
2. I would use this trick to get all the documentation into one directory:
In %install:
mkdir _tmpdoc
mv %{buildroot}%{_datadir}/doc/%{name}/* _tmpdoc/
rm -rf %{buildroot}%{_datadir}/doc
In %files:
%doc AUTHORS COPYING ChangeLog README _tmpdoc/*
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.