[Bug 504476] Review Request: rubygem-newgem - Bundle Ruby libraries into a RubyGem

2010-01-02 Thread bugzilla
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=504476





--- Comment #11 from Matthew Kent mk...@magoazul.com  2010-01-02 03:25:36 EDT 
---
(In reply to comment #7)
 SPEC: http://v3.sk/~lkundrak/gdc-ruby-stack/SPECS/rubygem-newgem.spec
 SRPM:
 http://v3.sk/~lkundrak/gdc-ruby-stack/SRPMS/rubygem-newgem-1.5.2-1.fc11.src.rpm
 
 Matthew: Feel free to help. I'd be glad and thankful if you could 
 (co-)maintain
 this once it's in.  

Sure thing. I'm now requiring this for another package I'm working on so I'll
post my update. I tried to record my modifications in the changelog. Hopefully
they all make sense.

Only other improvement I'd like to make is to break the ri/rdoc content, tests
and Rakefile into a separate -doc package giving the main one a smaller
footprint. Any issue with that?

(In reply to comment #8)
 1] rpmlint complaining
 rubygem-newgem.noarch: W: incoherent-version-in-changelog 1.4.1-3
 ['1.5.2-1.fc12', '1.5.2-1']
 rubygem-newgem.noarch: E: non-executable-script
 /usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/rubygems_generators/executable/templates/bin/app.rb.erb
 0644 /usr/bin/env
 rubygem-newgem.noarch: W: hidden-file-or-dir
 /usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/test/fixtures/home/.rubyforge
 rubygem-newgem.noarch: W: hidden-file-or-dir
 /usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/test/fixtures/home/.rubyforge
 rubygem-newgem.noarch: E: zero-length
 /usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/website/version.js
 rubygem-newgem.noarch: E: zero-length
 /usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/newgem_theme_generators/plain_theme/USAGE
 rubygem-newgem.noarch: E: zero-length
 /usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/app_generators/newgem_simple/templates/lib/templates.rb
 rubygem-newgem.noarch: W: wrong-file-end-of-line-encoding
 /usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/test/test_helper.rb
 rubygem-newgem.noarch: E: zero-length
 /usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/newgem_theme_generators/long_box_theme/USAGE
 rubygem-newgem.noarch: E: non-executable-script
 /usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/app_generators/newgem/templates/script/console.erb
 0644 /usr/bin/env
 rubygem-newgem.noarch: E: zero-length
 /usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/rubygems_generators/executable/USAGE
 rubygem-newgem.noarch: E: non-executable-script
 /usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/newgem_generators/install_website/templates/script/txt2html
 0644 /usr/bin/env
 2 packages and 0 specfiles checked; 8 errors, 4 warnings.
 
 *license ok
 *naming ok
 *spec file legible
 *build ok
 
 please fix rpmlint messages

I've fixed the one regarding the crlf issue but the others are harder to quash
as they are all templates/placeholder files used by newgem to create new
projects. Is there a nicer way to have rpmlint ignore these? For now I've added
a note in the spec file.

 SPEC file here and in src.rpm seems different

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 504476] Review Request: rubygem-newgem - Bundle Ruby libraries into a RubyGem

2010-01-02 Thread bugzilla
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=504476





--- Comment #12 from Matthew Kent mk...@magoazul.com  2010-01-02 03:29:00 EDT 
---
Spec URL: http://magoazul.com/wip/SPECS/rubygem-newgem.spec
SRPM URL: http://magoazul.com/wip/SRPMS/rubygem-newgem-1.5.2-2.fc13.src.rpm

* Fri Jan 01 2010 Matthew Kent mk...@magoazul.com - 1.5.2-2
- Drop versioning on requirements as this is a new package.
- Drop unused ruby_sitelib macro.
- Add a rubyabi macro.
- RPM_BUILD_ROOT - buildroot - use one style of macros.
- Fix bin/env ruby searching in bin/newgem.
- Remove duplicate hoe dependency.
- Add check phase.
- Fix another crlf (#504476).
- Add note about rpmlint complaints (#504476).

mk...@fedora-devel-chef:~/rpmbuild/SPECS$ rpmlint rubygem-newgem.spec
/var/tmp/old_results/rubygem-newgem-1.5.2-2.fc13.*
rubygem-newgem.noarch: E: non-executable-script
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/rubygems_generators/executable/templates/bin/app.rb.erb
0644 /usr/bin/env
rubygem-newgem.noarch: W: hidden-file-or-dir
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/test/fixtures/home/.rubyforge
rubygem-newgem.noarch: W: hidden-file-or-dir
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/test/fixtures/home/.rubyforge
rubygem-newgem.noarch: E: zero-length
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/website/version.js
rubygem-newgem.noarch: E: zero-length
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/newgem_theme_generators/plain_theme/USAGE
rubygem-newgem.noarch: E: zero-length
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/app_generators/newgem_simple/templates/lib/templates.rb
rubygem-newgem.noarch: E: zero-length
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/newgem_theme_generators/long_box_theme/USAGE
rubygem-newgem.noarch: E: non-executable-script
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/app_generators/newgem/templates/script/console.erb
0644 /usr/bin/env
rubygem-newgem.noarch: E: zero-length
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/rubygems_generators/executable/USAGE
rubygem-newgem.noarch: E: non-executable-script
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/newgem_generators/install_website/templates/script/txt2html
0644 /usr/bin/env

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 504476] Review Request: rubygem-newgem - Bundle Ruby libraries into a RubyGem

2010-01-02 Thread bugzilla
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=504476


Matthew Kent mk...@magoazul.com changed:

   What|Removed |Added

 Blocks||551817




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 504476] Review Request: rubygem-newgem - Bundle Ruby libraries into a RubyGem

2009-12-27 Thread bugzilla
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=504476


Jan Klepek jan.kle...@hp.com changed:

   What|Removed |Added

   Flag||needinfo?(lkund...@v3.sk)




--- Comment #9 from Jan Klepek jan.kle...@hp.com  2009-12-27 05:57:13 EDT ---
Lubomir or Matthew, ping?

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 504476] Review Request: rubygem-newgem - Bundle Ruby libraries into a RubyGem

2009-12-27 Thread bugzilla
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=504476





--- Comment #10 from Mamoru Tasaka mtas...@ioa.s.u-tokyo.ac.jp  2009-12-27 
07:06:10 EDT ---
(I have not tried to check this gem by myself, however please
 be careful when attempting to delete hidden files or zero-size
 files. I have already seen some cases (including gem based rpms)
 in which deleting such files made the package non-workable.

 Also it is recommended to execute $ rake test in %check as this
 gem file contains test/ directory)

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 504476] Review Request: rubygem-newgem - Bundle Ruby libraries into a RubyGem

2009-11-11 Thread bugzilla
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=504476





--- Comment #8 from Jan Klepek jan.kle...@hp.com  2009-11-12 01:29:01 EDT ---
1] rpmlint complaining
rubygem-newgem.noarch: W: incoherent-version-in-changelog 1.4.1-3
['1.5.2-1.fc12', '1.5.2-1']
rubygem-newgem.noarch: E: non-executable-script
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/rubygems_generators/executable/templates/bin/app.rb.erb
0644 /usr/bin/env
rubygem-newgem.noarch: W: hidden-file-or-dir
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/test/fixtures/home/.rubyforge
rubygem-newgem.noarch: W: hidden-file-or-dir
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/test/fixtures/home/.rubyforge
rubygem-newgem.noarch: E: zero-length
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/website/version.js
rubygem-newgem.noarch: E: zero-length
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/newgem_theme_generators/plain_theme/USAGE
rubygem-newgem.noarch: E: zero-length
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/app_generators/newgem_simple/templates/lib/templates.rb
rubygem-newgem.noarch: W: wrong-file-end-of-line-encoding
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/test/test_helper.rb
rubygem-newgem.noarch: E: zero-length
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/newgem_theme_generators/long_box_theme/USAGE
rubygem-newgem.noarch: E: non-executable-script
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/app_generators/newgem/templates/script/console.erb
0644 /usr/bin/env
rubygem-newgem.noarch: E: zero-length
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/rubygems_generators/executable/USAGE
rubygem-newgem.noarch: E: non-executable-script
/usr/lib/ruby/gems/1.8/gems/newgem-1.5.2/newgem_generators/install_website/templates/script/txt2html
0644 /usr/bin/env
2 packages and 0 specfiles checked; 8 errors, 4 warnings.

*license ok
*naming ok
*spec file legible
*build ok

please fix rpmlint messages
SPEC file here and in src.rpm seems different

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 504476] Review Request: rubygem-newgem - Bundle Ruby libraries into a RubyGem

2009-11-11 Thread bugzilla
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=504476


Bug 504476 depends on bug 504479, which changed state.

Bug 504479 Summary: Review Request: rubygem-cucumber - Tool to execute 
plain-text documents as functional tests
https://bugzilla.redhat.com/show_bug.cgi?id=504479

   What|Old Value   |New Value

 Status|ASSIGNED|CLOSED
 Resolution||RAWHIDE



-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 504476] Review Request: rubygem-newgem - Bundle Ruby libraries into a RubyGem

2009-10-12 Thread bugzilla
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=504476


Jan Klepek jan.kle...@hp.com changed:

   What|Removed |Added

   Flag||needinfo?(lkund...@v3.sk)




--- Comment #6 from Jan Klepek jan.kle...@hp.com  2009-10-12 05:02:13 EDT ---
Any progress?

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 504476] Review Request: rubygem-newgem - Bundle Ruby libraries into a RubyGem

2009-10-12 Thread bugzilla
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=504476


Lubomir Rintel lkund...@v3.sk changed:

   What|Removed |Added

   Flag|needinfo?(lkund...@v3.sk)   |




--- Comment #7 from Lubomir Rintel lkund...@v3.sk  2009-10-12 05:18:28 EDT ---
SPEC: http://v3.sk/~lkundrak/gdc-ruby-stack/SPECS/rubygem-newgem.spec
SRPM:
http://v3.sk/~lkundrak/gdc-ruby-stack/SRPMS/rubygem-newgem-1.5.2-1.fc11.src.rpm

Matthew: Feel free to help. I'd be glad and thankful if you could (co-)maintain
this once it's in.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 504476] Review Request: rubygem-newgem - Bundle Ruby libraries into a RubyGem

2009-09-29 Thread bugzilla
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=504476


Matthew Kent mk...@magoazul.com changed:

   What|Removed |Added

 CC||mk...@magoazul.com




--- Comment #5 from Matthew Kent mk...@magoazul.com  2009-09-29 03:06:11 EDT 
---
Hi, I'm working on ruby packages that could benefit from this, willing to help.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 504476] Review Request: rubygem-newgem - Bundle Ruby libraries into a RubyGem

2009-08-09 Thread bugzilla
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=504476


Jan Klepek jan.kle...@hp.com changed:

   What|Removed |Added

   Flag||fedora-review?




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 504476] Review Request: rubygem-newgem - Bundle Ruby libraries into a RubyGem

2009-08-05 Thread bugzilla
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=504476





--- Comment #4 from Jan Klepek jan.kle...@hp.com  2009-08-05 09:12:48 EDT ---
Lubomir, could you please package latest version (1.5.1) if it is possible?

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 504476] Review Request: rubygem-newgem - Bundle Ruby libraries into a RubyGem

2009-07-20 Thread bugzilla
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=504476


Jan Klepek jan.kle...@hp.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||jan.kle...@hp.com
 AssignedTo|nob...@fedoraproject.org|jan.kle...@hp.com




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 504476] Review Request: rubygem-newgem - Bundle Ruby libraries into a RubyGem

2009-07-13 Thread bugzilla
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=504476


Bug 504476 depends on bug 504470, which changed state.

Bug 504470 Summary: Review Request: rubygem-syntax - Ruby library for 
performing simple syntax highlighting
https://bugzilla.redhat.com/show_bug.cgi?id=504470

   What|Old Value   |New Value

 Status|ASSIGNED|CLOSED
 Resolution||NEXTRELEASE



-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 504476] Review Request: rubygem-newgem - Bundle Ruby libraries into a RubyGem

2009-07-10 Thread bugzilla
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=504476


Bug 504476 depends on bug 504473, which changed state.

Bug 504473 Summary: Review Request: rubygem-rubigen - A framework to allow Ruby 
applications to generate file/folder stubs
https://bugzilla.redhat.com/show_bug.cgi?id=504473

   What|Old Value   |New Value

 Resolution||NEXTRELEASE
 Status|ASSIGNED|CLOSED



-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 504476] Review Request: rubygem-newgem - Bundle Ruby libraries into a RubyGem

2009-06-27 Thread bugzilla
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=504476





--- Comment #3 from Lubomir Rintel lkund...@v3.sk  2009-06-27 02:30:13 EDT ---
SPEC: http://v3.sk/~lkundrak/gdc-ruby-stack/SPECS/rubygem-newgem.spec
SRPM:
http://v3.sk/~lkundrak/gdc-ruby-stack/SRPMS/rubygem-newgem-1.4.1-3.fc11.src.rpm

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 504476] Review Request: rubygem-newgem - Bundle Ruby libraries into a RubyGem

2009-06-27 Thread bugzilla
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=504476


Mamoru Tasaka mtas...@ioa.s.u-tokyo.ac.jp changed:

   What|Removed |Added

 Depends on||504473, 504470, 504479




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 504476] Review Request: rubygem-newgem - Bundle Ruby libraries into a RubyGem

2009-06-08 Thread bugzilla
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=504476





--- Comment #2 from Lubomir Rintel lkund...@v3.sk  2009-06-08 07:44:49 EDT ---
Attempted to incorporate comments from here:
https://bugzilla.redhat.com/show_bug.cgi?id=504469#c1

SPEC: http://v3.sk/~lkundrak/gdc-ruby-stack/SPECS/rubygem-newgem.spec
SRPM:
http://v3.sk/~lkundrak/gdc-ruby-stack/SRPMS/rubygem-newgem-1.4.1-2.fc11.src.rpm

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 504476] Review Request: rubygem-newgem - Bundle Ruby libraries into a RubyGem

2009-06-07 Thread bugzilla
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=504476





--- Comment #1 from Lubomir Rintel lkund...@v3.sk  2009-06-07 08:00:43 EDT ---
rubygem-newgem.noarch: E: non-executable-script
/usr/lib/ruby/gems/1.8/gems/newgem-1.4.1/app_generators/newgem/templates/script/console.erb
0644
rubygem-newgem.noarch: E: non-executable-script
/usr/lib/ruby/gems/1.8/gems/newgem-1.4.1/rubygems_generators/executable/templates/bin/app.rb.erb
0644
rubygem-newgem.noarch: E: non-executable-script
/usr/lib/ruby/gems/1.8/gems/newgem-1.4.1/newgem_generators/install_website/templates/script/txt2html
0644

Template of a script -- has a shebang but should not be executable.

rubygem-newgem.noarch: E: zero-length
/usr/lib/ruby/gems/1.8/gems/newgem-1.4.1/website/version.js
rubygem-newgem.noarch: E: zero-length
/usr/lib/ruby/gems/1.8/gems/newgem-1.4.1/app_generators/newgem_simple/templates/lib/templates.rb
rubygem-newgem.noarch: W: wrong-file-end-of-line-encoding
/usr/lib/ruby/gems/1.8/gems/newgem-1.4.1/website/version.txt

I can't see how these could cause problem and prefer not to deviate from
upstream, but will get rid of them if reviewer wishes so.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review