]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
- BR: setup.rb
authorpawelz <pawelz@pld-linux.org>
Thu, 24 Jun 2010 11:41:31 +0000 (11:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Don't use macros in Name. It confuses stbr.

Changed files:
    ruby.spec -> 1.10

ruby.spec

index 50a3ab0889ba80544309dc01945b076374421c47..6b94199dbcd608a0934332f8585360778c1dfe2d 100644 (file)
--- a/ruby.spec
+++ b/ruby.spec
@@ -3,7 +3,7 @@
 #
 %define pkgname MODULE_NAME
 Summary:       -
-Name:          ruby-%{pkgname}
+Name:          ruby-MODULE_NAME
 Version:       -
 Release:       0.1
 License:       - (enter GPL/GPL v2/GPL v3+/LGPL/MIT/Ruby License/other license name here)
@@ -15,6 +15,7 @@ URL:          http://rubyforge.org/projects/.../
 BuildRequires: rpmbuild(macros) >= 1.484
 BuildRequires: ruby >= 1:1.8.6
 BuildRequires: ruby-modules
+BuildRequires: setup.rb
 %{?ruby_mod_ver_requires_eq}
 #BuildArch:    noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.023447 seconds and 4 git commands to generate.