Author: saq Date: Mon Jun 27 00:02:27 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - adapted for swig >= 1.3.24 - release 3 to drop the swig runtime dependencies
---- Files affected: SPECS: subversion.spec (1.139 -> 1.140) ---- Diffs: ================================================================ Index: SPECS/subversion.spec diff -u SPECS/subversion.spec:1.139 SPECS/subversion.spec:1.140 --- SPECS/subversion.spec:1.139 Tue Jun 14 21:12:32 2005 +++ SPECS/subversion.spec Mon Jun 27 02:02:22 2005 @@ -17,7 +17,7 @@ Summary(pt_BR): Sistema de versionamento concorrente Name: subversion Version: 1.2.0 -Release: 2 +Release: 3 License: Apache/BSD Style Group: Development/Version Control Source0: http://subversion.tigris.org/tarballs/%{name}-%{version}.tar.bz2 @@ -27,6 +27,7 @@ Source3: %{name}-svnserve.init Source4: %{name}-svnserve.sysconfig Patch0: %{name}-home_etc.patch +Patch1: %{name}-SWIGEXPORT.patch URL: http://subversion.tigris.org/ %if %{with net_client_only} %global apache_modules_api 0 @@ -35,14 +36,10 @@ %{?with_apache:BuildRequires: apache-devel >= 2.0.47-0.6} BuildRequires: db-devel >= 4.1.25 BuildRequires: rpmbuild(macros) >= 1.120 -%if %{with python} || %{with perl} -BuildRequires: swig >= 1.3.19 -%endif -%{?with_python:BuildRequires: swig-python >= 1.3.21} %if %{with perl} -BuildRequires: swig-perl >= 1.3.21 BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 +BuildRequires: swig-perl >= 1.3.24 %endif %endif BuildRequires: apr-devel >= 1:1.0.0 @@ -57,6 +54,7 @@ BuildRequires: python >= 2.2 BuildRequires: python-devel >= 2.2 BuildRequires: python-modules >= 2.2 +BuildRequires: swig-python >= 1.3.24 %endif BuildRequires: texinfo BuildRequires: which @@ -269,6 +267,7 @@ %prep %setup -q %patch0 -p0 +%patch1 -p1 rm -rf apr-util{,/xml/expat}/autom4te.cache @@ -515,6 +514,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.140 2005/06/27 00:02:22 saq +- adapted for swig >= 1.3.24 +- release 3 to drop the swig runtime dependencies + Revision 1.139 2005/06/14 19:12:32 zbyniu - BR: gettext-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/subversion.spec?r1=1.139&r2=1.140&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
