Automatic import for version 2.0.8-1

This commit is contained in:
Rosa 2012-10-09 04:30:10 +00:00
parent f13a16fe0e
commit 2bf2056503
2 changed files with 10 additions and 11 deletions

View file

@ -1,2 +1,2 @@
sources:
"swig-2.0.4.tar.gz": ace563563a8f6f367ba82236e5bea240adea0d94
"swig-2.0.8.tar.gz": 763305da320163903c69c1cdfbf9a942117d9ace

View file

@ -1,5 +1,3 @@
%define _provides_exceptions perl(Test::\\(More\\|Builder\\))
%define with_guile 0
%{?_with_ruby: %{expand: %%global with_ruby 1}}
@ -10,8 +8,8 @@
%{?_with_mono: %{expand: %%global with_mono 1}}
Name: swig
Version: 2.0.4
Release: 4
Version: 2.0.8
Release: 1
Epoch: 1
Summary: Simplified Wrapper and Interface Generator (SWIG)
License: BSD-like
@ -40,8 +38,7 @@ BuildRequires: php-devel
BuildRequires: python-devel
BuildRequires: ruby-devel
BuildRequires: tcl-devel
BuildRequires: autoconf automake libtool
Obsoletes: swig-devel
Obsoletes: swig-devel < %{EVRD}
%description
SWIG takes an interface description file written in a combination of C/C++
@ -52,7 +49,7 @@ It allows scripting languages to use C/C++ code with minimal effort.
%package doc
Summary: Documentation and examples for %{name}
Group: Development/C
Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: %{name} = %{EVRD}
%description doc
SWIG takes an interface description file written in a combination of C/C++
@ -64,15 +61,13 @@ documentation.
%prep
%setup -q
%patch0 -p1 -b .pylib
#patch0 -p1 -b .pylib
%build
./autogen.sh
%configure2_5x
%make
%install
%__rm -rf %{buildroot}
%makeinstall_std
%files
@ -87,6 +82,10 @@ documentation.
%changelog
* Thu Sep 27 2012 Dmitry Mikhirev <dmikhirev@mandriva.org> 1:2.0.8-1
+ Revision: 817738
- update to 2.0.8
* Wed Feb 08 2012 Oden Eriksson <oeriksson@mandriva.com> 1:2.0.4-4
+ Revision: 771783
- rebuilt against libpcre.so.1 (second try)