so someone can take care of this?

On Sun, Jun 17, 2012 at 3:11 AM, Domenico Chierico <
[email protected]> wrote:

> +1
> On Jun 16, 2012 9:45 PM, "Joegen Baclor" <[email protected]> wrote:
>
>> This has always been the case for 4.4.  I always need to modify
>> sipXproxy/src/cdr/Rakefile to be able to compile 4.4 in Fedora 16. My
>> Rakefile spec variable looks like this with the authors added.  I added
>> s.authors = 'ezuce'.  So its not 4.4 the latest 4.4 branch but the
>> version of rake that is complaining.   BTW, I've compiled RPMS for
>> centos 5 and 6 using this exact Rakefile and there is no problem.  I
>> think we should simply put an author field in there.
>>
>> spec = Gem::Specification.new do |s|
>>   s.authors = 'ezuce'
>>   s.platform = Gem::Platform::RUBY
>>   s.summary = "sipxcallresolver provides CDR generation from logged
>> call state events"
>>   s.name = 'sipxcallresolver'
>>   s.version = CALLRESOLVER_VERSION
>>   s.requirements << 'none'
>>   s.require_path = 'lib'
>>   s.files = FileList["{lib,test,system-test}/**/*"].to_a
>>   s.test_files = FileList[TEST_FILES].to_a
>>   s.description = <<EOF
>>
>>
>> On 06/16/2012 05:32 PM, Douglas Hubler wrote:
>> > On Fri, Jun 15, 2012 at 11:54 AM, Domenico Chierico
>> > <[email protected]>  wrote:
>> >> In last build test on 4.4 branch, I've found that ruby give me an
>> >> error during rake execution, because no such author is defined into
>> >> gem's creation. What is the better way to fix it ?
>> > if you feel it was from a recent check-in, check git log to narrow
>> > down where the issue was.  Otherwise, check the makefiles/rakefiles
>> > for "gem spec" that will list meta data like that.
>> > _______________________________________________
>> > sipx-dev mailing list
>> > [email protected]
>> > List Archive: http://list.sipfoundry.org/archive/sipx-dev/
>> >
>>
>> _______________________________________________
>> sipx-dev mailing list
>> [email protected]
>> List Archive: http://list.sipfoundry.org/archive/sipx-dev/
>>
>
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/

Reply via email to