Lines Matching refs:name
47 ('distribution-name=', None,
48 "name of the (Linux) distribution to which this "
49 "RPM applies (*not* the name of the module distribution!)"),
67 "name of icon file"),
197 if os.name != 'posix':
199 "distributions on platform %s" % os.name)
334 nvr_string = "%{name}-%{version}-%{release}"
397 '%define name ' + self.distribution.get_name(),
428 'Name: %{name}',
436 spec_file.append('Source0: %{name}-%{unmangled_version}.tar.bz2')
438 spec_file.append('Source0: %{name}-%{unmangled_version}.tar.gz')
443 'BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot',
516 ('prep', 'prep_script', "%setup -n %{name}-%{unmangled_version}"),