diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-11-10 11:20:36 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-11-10 11:20:36 +0000 |
commit | 273f7d76012349eb789b45cfb883c6f0a93e3e04 (patch) | |
tree | 5c02585124f28fb288fbd81d47b7640a14bcc836 /rpm-mandriva-setup.spec | |
parent | ab9210a91d7e20400b9d22a782bc4fdc726d6db9 (diff) | |
download | rpm-setup-273f7d76012349eb789b45cfb883c6f0a93e3e04.tar rpm-setup-273f7d76012349eb789b45cfb883c6f0a93e3e04.tar.gz rpm-setup-273f7d76012349eb789b45cfb883c6f0a93e3e04.tar.bz2 rpm-setup-273f7d76012349eb789b45cfb883c6f0a93e3e04.tar.xz rpm-setup-273f7d76012349eb789b45cfb883c6f0a93e3e04.zip |
let's assume --without emacsspecmode implies have_emacsmodespec 0
Diffstat (limited to 'rpm-mandriva-setup.spec')
-rw-r--r-- | rpm-mandriva-setup.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm-mandriva-setup.spec b/rpm-mandriva-setup.spec index c1ac175..1927a1d 100644 --- a/rpm-mandriva-setup.spec +++ b/rpm-mandriva-setup.spec @@ -10,7 +10,7 @@ %endif %{?_with_emacsspecmode: %define have_emacsmodespec 1} -%{?_without_emacsspecmode: %define have_emacsmodespec 1} +%{?_without_emacsspecmode: %define have_emacsmodespec 0} Summary: The Mandriva rpm configuration and scripts Name: %{name} |