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=761063 Terje Røsten <terjeros@xxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |terjeros@xxxxxxxxxxxx --- Comment #3 from Terje Røsten <terjeros@xxxxxxxxxxxx> 2011-12-07 12:38:49 EST --- # Remove, not needed at all %define name cover_grabber %define version 0.0.2 %define unmangled_version 0.0.2 %define release 1 # You are upstream too? Source0: http://69.164.204.114/%{name}-%{unmangled_version}.tar.gz # Remove Prefix: %{_prefix} # Remove Vendor: Jayson Vaughn <vaughn.jayson@xxxxxxxxx> # Remove URL: http://github.com/thedonvaughn/cover_grabber Requires: python-mutagen # Does the tool only work for mp3, not flac et al? %description Cover Grabber will recursively traverse a specified directory of mp3s and download album cover art from LastFM. For instance: $ covergrabber "/home/user/Music" %prep %setup -q %{name}-%{unmangled_version} %build python setup.py build %install # Don't use --record # Please read this: http://fedoraproject.org/wiki/Packaging:Python python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES %clean rm -rf $RPM_BUILD_ROOT # use hand built files list. %files -f INSTALLED_FILES # change to %defattr(-,root,root,-) %defattr(-,root,root) Please create a FAS account and do a koji scratch build, post link to build here. -- 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. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review