]> git.pld-linux.org Git - packages/gcl.git/commitdiff
- "-" can't be in macro name... :-/ RA-branch STABLE gcl-2_4_4-2
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 6 Sep 2003 15:53:00 +0000 (15:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcl.spec -> 1.30

gcl.spec

index 1777302d9cb17518651bfb7a69bcdcfca2f32052..667557a115393645f43635129b01084cd0aa81b1 100644 (file)
--- a/gcl.spec
+++ b/gcl.spec
@@ -17,8 +17,8 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRequires: gmp-devel
 BuildRequires: sed
-%define                _tk-line        8.3
-BuildRequires: tk-devel >= %{_tk-line}.4-5
+%define        _tkline 8.3
+BuildRequires: tk-devel >= %{_tkline}.4-5
 BuildRequires: xemacs
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 ExclusiveArch: %{ix86} sparc
@@ -101,7 +101,7 @@ exec %{_libdir}/gcl/unixport/saved_gcl \
        -dir {_libdir}/gcl/unixport/ \
        -libdir %{_libdir}/gcl/ \
        -eval '(setq si::*allow-gzipped-file* t)' \
-       -eval '(setq si::*tk-library* "%{_libdir}/tk%{_tk-line}")' \
+       -eval '(setq si::*tk-library* "%{_libdir}/tk%{_tkline}")' \
        "$@"
 EOF
 
This page took 0.103796 seconds and 4 git commands to generate.