SPECS: swig.spec - 1.3.38 - BR octave-devel - added octave bcond
baggins
baggins at pld-linux.org
Wed Feb 25 19:46:26 CET 2009
Author: baggins Date: Wed Feb 25 18:46:26 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 1.3.38
- BR octave-devel
- added octave bcond
---- Files affected:
SPECS:
swig.spec (1.89 -> 1.90)
---- Diffs:
================================================================
Index: SPECS/swig.spec
diff -u SPECS/swig.spec:1.89 SPECS/swig.spec:1.90
--- SPECS/swig.spec:1.89 Sat Jun 28 11:34:44 2008
+++ SPECS/swig.spec Wed Feb 25 19:46:21 2009
@@ -3,6 +3,7 @@
# Conditional build:
%bcond_without guile # disable guile support
%bcond_without ocaml # disable ocaml support
+%bcond_without octave # disable octave support
%bcond_without perl # disable perl support
%bcond_without php # disable php support
%bcond_without ruby # disable ruby support
@@ -12,15 +13,14 @@
Summary(pl.UTF-8): Generator interfejsów do Perla, Tcl-a, Guile'a i Pythona
Summary(pt_BR.UTF-8): Gerador de Interfaces e "Wrappers" Simplificado (SWIG)
Name: swig
-Version: 1.3.36
+Version: 1.3.38
Release: 1
License: distributable
Group: Development/Languages
Source0: http://dl.sourceforge.net/swig/%{name}-%{version}.tar.gz
-# Source0-md5: 8f30aa4130b62404099bbcba1bf429b1
+# Source0-md5: 650c774917be49c526a4f8a3e733c898
Patch0: %{name}-format.patch
Patch1: %{name}-php-freearg.patch
-Patch2: %{name}-php-vdecl.patch
URL: http://www.swig.org/
BuildRequires: autoconf
BuildRequires: automake
@@ -28,6 +28,7 @@
BuildRequires: libstdc++-devel
BuildRequires: libtool
%{?with_ocaml:BuildRequires: ocaml}
+%{?with_octave:BuildRequires: octave-devel}
%{?with_perl:BuildRequires: perl-devel >= 1:5.6.1}
%{?with_php:BuildRequires: php-cli}
%{?with_php:BuildRequires: php-devel >= 4.1.0}
@@ -153,7 +154,6 @@
%setup -q
%patch0 -p1
%patch1 -p1
-%patch2 -p1
%build
%{__libtoolize}
@@ -185,7 +185,7 @@
%{_datadir}/%{name}
%{?with_guile:%exclude %{_datadir}/%{name}/%{version}/guile}
%{?with_perl:%exclude %{_datadir}/%{name}/%{version}/perl5}
-%{?with_php:%exclude %{_datadir}/%{name}/%{version}/php4}
+%{?with_php:%exclude %{_datadir}/%{name}/%{version}/php}
%exclude %{_datadir}/%{name}/%{version}/python
%{?with_ruby:%exclude %{_datadir}/%{name}/%{version}/ruby}
%{?with_tcl:%exclude %{_datadir}/%{name}/%{version}/tcl}
@@ -206,7 +206,7 @@
%if %{with php}
%files php
%defattr(644,root,root,755)
-%{_datadir}/%{name}/%{version}/php4
+%{_datadir}/%{name}/%{version}/php
%endif
%files python
@@ -231,6 +231,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.90 2009/02/25 18:46:21 baggins
+- 1.3.38
+- BR octave-devel
+- added octave bcond
+
Revision 1.89 2008/06/28 09:34:44 arekm
- up to 1.3.36
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/swig.spec?r1=1.89&r2=1.90&f=u
More information about the pld-cvs-commit
mailing list