diff options
author | jbj <devnull@localhost> | 1999-03-27 21:40:56 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-03-27 21:40:56 +0000 |
commit | 6147ae79959477cec35cb6ed6211c0c1b53ac710 (patch) | |
tree | 754ae3adfc65ef7a04cf8a9df863190b6d3a1cfe /macros.in | |
parent | 017f7f9bb5b9441b4041442bbc6d3b381a9ea36b (diff) | |
download | librpm-tizen-6147ae79959477cec35cb6ed6211c0c1b53ac710.tar.gz librpm-tizen-6147ae79959477cec35cb6ed6211c0c1b53ac710.tar.bz2 librpm-tizen-6147ae79959477cec35cb6ed6211c0c1b53ac710.zip |
%vendor contains Red Hat
%_vendor contains redhat
CVS patchset: 2921
CVS date: 1999/03/27 21:40:56
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# $Id: macros.in,v 1.17 1999/03/21 18:43:26 jbj Exp $ +# $Id: macros.in,v 1.18 1999/03/27 21:40:56 jbj Exp $ #============================================================================== # Macro naming conventions (preliminary): # @@ -88,6 +88,7 @@ #%_pgp_path #%_provides #%_timecheck +#%vendor #============================================================================== # ---- per-platform macros. @@ -95,9 +96,9 @@ # will be used if the per-platform macro file does not exist.. # %_arch @RPMCANONARCH@ -%vendor @RPMCANONVENDOR@ +%_vendor @RPMCANONVENDOR@ %_os @RPMCANONOS@ -%_target_platform %{_target_cpu}-%{vendor}-%{_target_os} +%_target_platform %{_target_cpu}-%{_vendor}-%{_target_os} # # XXX use the rpmrc instantiated macro for now #%optflags -O2 |