Skip to content

Commit

Permalink
INSTALL: add a comment on the "Requires(hint):" line of the .spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
squentin committed Mar 22, 2010
1 parent f7141b9 commit 364686b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ RPM based distro
You can build a rpm from the .tar.gz :
rpmbuild -tb gmusicbrowser-VERSION.tar.gz

note that some version of rpm do not support the "Requires(hint):" line in the .spec file, and treat it as a strict "Requires:" :(
So you can just remove the line "Requires(hint):" from the spec file, and build the rpm again.
(You can move some of the "Requires(hint):" to the "Requires:")

DEB based distro
================
untar gmusicbrowser-VERSION.tar.gz :
Expand Down

0 comments on commit 364686b

Please sign in to comment.