Author: qboosh Date: Fri Sep 17 06:47:56 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.0.0 (main program is GPL v3+ now, libs are still free for any purpose) - removed obsolete ruby1.9 patch
---- Files affected: packages/swig: swig.spec (1.97 -> 1.98) , swig-ruby1.9.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/swig/swig.spec diff -u packages/swig/swig.spec:1.97 packages/swig/swig.spec:1.98 --- packages/swig/swig.spec:1.97 Tue Mar 2 17:01:20 2010 +++ packages/swig/swig.spec Fri Sep 17 08:47:51 2010 @@ -13,17 +13,16 @@ 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.40 -Release: 3 -License: distributable +Version: 2.0.0 +Release: 1 +License: GPL v3+ (utility), free (library) Group: Development/Languages -Source0: http://dl.sourceforge.net/swig/%{name}-%{version}.tar.gz -# Source0-md5: 2df766c9e03e02811b1ab4bba1c7b9cc +Source0: http://downloads.sourceforge.net/swig/%{name}-%{version}.tar.gz +# Source0-md5: 36ee2d9974be46a9f0a36460af928eb9 Patch0: %{name}-php-freearg.patch -Patch1: %{name}-ruby1.9.patch URL: http://www.swig.org/ -BuildRequires: autoconf -BuildRequires: automake +BuildRequires: autoconf >= 2.58 +BuildRequires: automake >= 1:1.7.2 %{?with_guile:BuildRequires: guile-devel} BuildRequires: libstdc++-devel BuildRequires: libtool @@ -82,6 +81,7 @@ %package guile Summary: SWIG library: guile Summary(pl.UTF-8): Biblioteka SWIG: guile +License: free Group: Libraries Requires: %{name} = %{version}-%{release} @@ -94,6 +94,7 @@ %package perl Summary: SWIG library: Perl Summary(pl.UTF-8): Biblioteka SWIG: Perl +License: free Group: Libraries Requires: %{name} = %{version}-%{release} @@ -106,6 +107,7 @@ %package php Summary: SWIG library: php Summary(pl.UTF-8): Biblioteka SWIG: php +License: free Group: Libraries Requires: %{name} = %{version}-%{release} @@ -118,6 +120,7 @@ %package python Summary: SWIG library: python Summary(pl.UTF-8): Biblioteka SWIG: python +License: free Group: Libraries Requires: %{name} = %{version}-%{release} @@ -130,6 +133,7 @@ %package ruby Summary: SWIG library: ruby Summary(pl.UTF-8): Biblioteka SWIG: ruby +License: free Group: Libraries Requires: %{name} = %{version}-%{release} %{?ruby_mod_ver_requires_eq} @@ -143,6 +147,7 @@ %package tcl Summary: SWIG library: tcl Summary(pl.UTF-8): Biblioteka SWIG: tcl +License: free Group: Libraries Requires: %{name} = %{version}-%{release} @@ -155,7 +160,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %build %{__libtoolize} @@ -182,7 +186,7 @@ %files %defattr(644,root,root,755) -%doc Doc CHANGES CHANGES.current NEW README ANNOUNCE TODO LICENSE +%doc ANNOUNCE CHANGES CHANGES.current COPYRIGHT LICENSE LICENSE-UNIVERSITIES README RELEASENOTES TODO Doc %attr(755,root,root) %{_bindir}/ccache-swig %attr(755,root,root) %{_bindir}/swig %{_datadir}/%{name} @@ -235,6 +239,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.98 2010/09/17 06:47:51 qboosh +- updated to 2.0.0 (main program is GPL v3+ now, libs are still free for any purpose) +- removed obsolete ruby1.9 patch + Revision 1.97 2010/03/02 16:01:20 baggins - rel 3 - added fixes for ruby 1.9 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/swig/swig.spec?r1=1.97&r2=1.98&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
