template-specs: ruby.spec - BR: setup.rb - Don't use macros in Name. It con...

pawelz pawelz at pld-linux.org
Thu Jun 24 13:41:36 CEST 2010


Author: pawelz                       Date: Thu Jun 24 11:41:36 2010 GMT
Module: template-specs                Tag: HEAD
---- Log message:
- BR: setup.rb
- Don't use macros in Name. It confuses stbr.

---- Files affected:
template-specs:
   ruby.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: template-specs/ruby.spec
diff -u template-specs/ruby.spec:1.9 template-specs/ruby.spec:1.10
--- template-specs/ruby.spec:1.9	Thu Apr  8 14:19:32 2010
+++ template-specs/ruby.spec	Thu Jun 24 13:41:31 2010
@@ -4,7 +4,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)
@@ -16,6 +16,7 @@
 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)
@@ -104,6 +105,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2010/06/24 11:41:31  pawelz
+- BR: setup.rb
+- Don't use macros in Name. It confuses stbr.
+
 Revision 1.9  2010/04/08 12:19:32  baggins
 - cosmetics
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/template-specs/ruby.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list