03:40 Hi, Can someone help me with this issue I'm having. I ran rpmlint against my SPEC file and Source RPM, and am not sure what it means. 03:40 dehydra.spec:32: W: configure-without-libdir-spec 03:41 BoChao: are you using %{configure} 03:42 airlied: nope, in my %build section I used ./configure 03:42 change it to %{configure} 03:42 -!- Urs_ShPo [~REDACTED@yona.ursus.net] has quit [Client Quit] 03:42 what if I have to use options? 03:43 add them after it 03:43 ok i'll give it a try 03:43 -!- scfe [~scfe@2001:6f8:1c8d::20] has joined #fedora-devel 03:44 I'm getting an error after doing that 03:44 option --build not recognized 03:44 Usage: ./configure ... 03:44 oh so its not a real configure? 03:44 like an autoconf one 03:45 sorry here is the output http://pastebin.com/m63d5dce8 03:45 it works with ./configure 03:48 oh wierd I think you cna ignore the rpmlint 03:48 thats not autoconf 03:48 so unless it has some place to pass the libdir 03:48 does it install anything in /usr/lib? 03:49 yes it does 03:49 want to check out my spec file? 03:49 yeah pastebin it 03:50 http://pastebin.com/m52b646a1 03:50 well aprt from the CXX export the other bits look like it should work okay 03:51 since you use _libdir 03:51 the CXX thing is a temp :P 03:51 so you can just put a comment in saying its no autoconf and rpmlint is wrong 03:51 ok, that would go into the changlog part? 03:52 just put it beside the configure line 03:52 so a review will see it 03:53 ok, so basically that error refers to configure 03:54 airlied: should i be worried about this warning: dehydra.spec:7: W: non-standard-group Applications/Programming 03:56 BoChao: might use Development/Debuggers 03:56 ok, thanks for the help 03:56 much appreciated