http://bugzilla.rpmfusion.org/show_bug.cgi?id=19
David Timms <dtimms(a)iinet.net.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtimms(a)iinet.net.au
--- Comment #4 from David Timms <dtimms(a)iinet.net.au> 2008-02-29 15:41:58 ---
Neil: cursory look at
https://nbecker.dyndns.org/RPM/blcr.spec
1.
%install
rm -rf $RPM_BUILD_ROOT
noticed missing / inconsistent braces.
2. chrpath -d ${RPM_BUILD_ROOT}/%{_bindir}/cr_checkpoint
mixed ${X} and %{_Y} should be changed to use one consistent method throughout:
3. No static library builds - without those options the spec would become a lot
simpler. {does that apply to this type of package ?}
4. ExclusiveArch: i386 i486 i586 i686 athlon x86_64 ppc64
Leave comment for using exclude arch, ie why ?
I am yet to try building it.
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.