Comment # 19 on bug 2444 from
(In reply to Stuart Gathman from comment #18)
> Update to 0.91 and update github URL:
> 
> SPEC: https://gathman.org/linux/SPECS/mp3fs.spec
> SRPM: https://gathman.org/linux/f23/src/mp3fs-0.91-2.fc23.src.rpm
> 
> $ rpmlint mp3fs-0.91-2* ~/rpm/SPECS/mp3fs.spec
> 2 packages and 1 specfiles checked; 0 errors, 0 warnings.

1: Use the license macro

%license COPYING COPYING.DOC

2: change the build make command from

make LDFLAGS=-lm

to

%{make_build} LDFLAGS=-lm

3: Is this really needed

Requires: fuse

surely autorequires picks this up.


You are receiving this mail because: