- Build requires tcl-devel (bug #134788).
This commit is contained in:
parent
9159806f29
commit
c9f2647681
@ -4,7 +4,7 @@
|
|||||||
Summary: Connects C/C++/Objective C to some high-level programming languages.
|
Summary: Connects C/C++/Objective C to some high-level programming languages.
|
||||||
Name: swig
|
Name: swig
|
||||||
Version: 1.3.21
|
Version: 1.3.21
|
||||||
Release: 5
|
Release: 6
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://swig.sourceforge.net/
|
URL: http://swig.sourceforge.net/
|
||||||
@ -15,7 +15,7 @@ Patch3: swig-1.3.21-ldflags.patch
|
|||||||
BuildRoot: %{_tmppath}/swig-root
|
BuildRoot: %{_tmppath}/swig-root
|
||||||
BuildPrereq: perl, python-devel
|
BuildPrereq: perl, python-devel
|
||||||
%if %{tcl}
|
%if %{tcl}
|
||||||
BuildPrereq: tcl
|
BuildPrereq: tcl-devel
|
||||||
%endif
|
%endif
|
||||||
%if %{guile}
|
%if %{guile}
|
||||||
BuildPrereq: guile-devel
|
BuildPrereq: guile-devel
|
||||||
@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/aclocal/swig.m4
|
%{_datadir}/aclocal/swig.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 11 2004 Tim Waugh <twaugh@redhat.com> 1.3.21-6
|
||||||
|
- Build requires tcl-devel (bug #134788).
|
||||||
|
|
||||||
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.3.21-5
|
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.3.21-5
|
||||||
- don't output -L$libdir in -ldflags
|
- don't output -L$libdir in -ldflags
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user