diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-07 13:17:06 -0800 |
---|---|---|
committer | Michael Leibowitz <michael.leibowitz@intel.com> | 2013-08-15 15:11:33 -0700 |
commit | 887a613de01be562b094fb9ede6f4a49bc893a62 (patch) | |
tree | 3a5da324c82195a6e7a06e5bb48136f52a3486b6 | |
parent | 47353d4dd9a5e3f36ae3dbf516392c2bbfa6e522 (diff) | |
download | ruby-887a613de01be562b094fb9ede6f4a49bc893a62.tar.gz ruby-887a613de01be562b094fb9ede6f4a49bc893a62.tar.bz2 ruby-887a613de01be562b094fb9ede6f4a49bc893a62.zip |
fixed macro file name
-rw-r--r-- | packaging/ruby.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/ruby.spec b/packaging/ruby.spec index 281b1f7..84ceee2 100644 --- a/packaging/ruby.spec +++ b/packaging/ruby.spec @@ -36,7 +36,7 @@ Provides: ruby(abi) = %{rb_ver} # Url: http://www.ruby-lang.org/ Source: ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-%{pkg_version}-%{patch_level}.tar.bz2 -Source6: ruby19.macros +Source6: ruby.macros Source7: gem_install_wrapper.sh # Summary: An Interpreted Object-Oriented Scripting Language |