]> git.pld-linux.org Git - packages/swig.git/commitdiff
- up to 1.3.24
authoraredridel <aredridel@pld-linux.org>
Mon, 30 May 2005 01:27:01 +0000 (01:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- runtime libs are deprecated
- NFY (runtime dependencies are probably missing)

Changed files:
    swig.spec -> 1.64

swig.spec

index ee1e13a661cb2569cf546fa09243924626dbc116..29385dcd858efe657d3f921eb8ada60a7a49f606 100644 (file)
--- a/swig.spec
+++ b/swig.spec
@@ -11,12 +11,12 @@ Summary:    Interface generator for Perl, Tcl, Guile and Python
 Summary(pl):   Generator interfejsów do Perla, Tcl-a, Guile'a i Pythona
 Summary(pt_BR):        Gerador de Interfaces e "Wrappers" Simplificado (SWIG)
 Name:          swig
-Version:       1.3.21
-Release:       5
+Version:       1.3.24
+Release:       1
 License:       distributable
 Group:         Development/Languages
 Source0:       http://dl.sourceforge.net/swig/%{name}-%{version}.tar.gz
-# Source0-md5: 88ff5b99be3eafebb8a6e20f4f986c04
+# Source0-md5: c5fc655dbbb6fe0cfab2211747dadbe0
 Patch0:                %{name}-format.patch
 Patch1:                %{name}-php.patch
 Patch2:                %{name}-php-tsrm.patch
@@ -76,72 +76,6 @@ com uma interface de descri
 e diretivas especiais. Permite que linguagens tipo script usem C/C++
 com um mínimo de esforço.
 
-%package guile
-Summary:       SWIG library: guile
-Summary(pl):   Biblioteka SWIG: guile
-Group:         Libraries
-
-%description guile
-SWIG library: guile.
-
-%description guile -l pl
-Biblioteka SWIG: guile.
-
-%package perl
-Summary:       SWIG library: Perl
-Summary(pl):   Biblioteka SWIG: Perl
-Group:         Libraries
-
-%description perl
-SWIG library: perl.
-
-%description perl -l pl
-Biblioteka SWIG: perl.
-
-%package php
-Summary:       SWIG library: php
-Summary(pl):   Biblioteka SWIG: php
-Group:         Libraries
-
-%description php
-SWIG library: php.
-
-%description php -l pl
-Biblioteka SWIG: php.
-
-%package python
-Summary:       SWIG library: python
-Summary(pl):   Biblioteka SWIG: python
-Group:         Libraries
-
-%description python
-SWIG library: python.
-
-%description python -l pl
-Biblioteka SWIG: python.
-
-%package ruby
-Summary:       SWIG library: ruby
-Summary(pl):   Biblioteka SWIG: ruby
-Group:         Libraries
-
-%description ruby
-SWIG library: ruby.
-
-%description ruby -l pl
-Biblioteka SWIG: ruby.
-
-%package tcl
-Summary:       SWIG library: tcl
-Summary(pl):   Biblioteka SWIG: tcl
-Group:         Libraries
-
-%description tcl
-SWIG library: tcl.
-
-%description tcl -l pl
-Biblioteka SWIG: tcl.
-
 %prep
 %setup -q -n SWIG-%{version}
 %patch0 -p1
@@ -156,17 +90,18 @@ Biblioteka SWIG: tcl.
 %build
 %{__libtoolize}
 %{__aclocal} -I Tools/config
+%{__automake}
 %{__autoconf}
 %configure
 
-%{__make} source runtime \
+%{__make} \
        OPT="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_mandir}/man1,%{_examplesdir}/%{name}-%{version}}
 
-%{__make} install install-runtime \
+%{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        M4_INSTALL_DIR=$RPM_BUILD_ROOT%{_aclocaldir}
 
@@ -178,74 +113,9 @@ rm -rf $RPM_BUILD_ROOT
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
-%post  guile -p /sbin/ldconfig
-%postun        guile -p /sbin/ldconfig
-
-%post  perl -p /sbin/ldconfig
-%postun        perl -p /sbin/ldconfig
-
-%post  php -p /sbin/ldconfig
-%postun        php -p /sbin/ldconfig
-
-%post  python -p /sbin/ldconfig
-%postun        python -p /sbin/ldconfig
-
-%post  ruby -p /sbin/ldconfig
-%postun        ruby -p /sbin/ldconfig
-
-%post  tcl -p /sbin/ldconfig
-%postun        tcl -p /sbin/ldconfig
-
 %files
 %defattr(644,root,root,755)
 %doc Doc CHANGES NEW README ANNOUNCE TODO LICENSE
-%{_libdir}/%{name}*
 %attr(755,root,root) %{_bindir}/swig
-%{_aclocaldir}/swig.m4
 %{_examplesdir}/%{name}-%{version}
-
-%if %{with guile}
-%files guile
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libswigguile*.so.*.*.*
-%attr(755,root,root) %{_libdir}/libswigguile*.so
-%{_libdir}/libswigguile*.la
-%endif
-
-%if %{with perl}
-%files perl
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libswigpl.so.*.*.*
-%attr(755,root,root) %{_libdir}/libswigpl.so
-%{_libdir}/libswigpl.la
-%endif
-
-%if %{with php}
-%files php
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libswigphp4.so.*.*.*
-%attr(755,root,root) %{_libdir}/libswigphp4.so
-%{_libdir}/libswigphp4.la
-%endif
-
-%files python
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libswigpy.so.*.*.*
-%attr(755,root,root) %{_libdir}/libswigpy.so
-%{_libdir}/libswigpy.la
-
-%if %{with ruby}
-%files ruby
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libswigrb.so.*.*.*
-%attr(755,root,root) %{_libdir}/libswigrb.so
-%{_libdir}/libswigrb.la
-%endif
-
-%if %{with tcl}
-%files tcl
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libswigtcl*.so.*.*.*
-%attr(755,root,root) %{_libdir}/libswigtcl*.so
-%{_libdir}/libswigtcl*.la
-%endif
+%{_datadir}/%{name}
This page took 0.065784 seconds and 4 git commands to generate.