--- swig.spec.orig 2004-06-11 00:24:50 +0300 +++ swig.spec 2004-06-11 01:36:21 +0300 @@ -1,6 +1,8 @@ +%def_with swigpy + Name: swig Version: 1.3.21 -Release: alt3 +Release: alt3.1 Summary: Simplified Wrapper and Interface Generator (SWIG) License: Open Source @@ -23,6 +25,15 @@ and special directives and produces interfaces to Perl, Python, and Tcl. It allows scripting languages to use C/C++ code with minimal effort. +%if_with swigpy +%package -n libswigpy +Summary: +++ Add libswigpy summary +++ +Group: System/Libraries + +%description -n libswigpy ++++ Add libswigpy description +++ +%endif + %prep %setup -q -n SWIG-%version %patch0 -p1 @@ -57,7 +68,15 @@ %_includedir/*.h #_libdir/lib*.so* +%if_with swigpy +%files -n libswigpy +%_libdir/libswigpy.* +%endif + %changelog +* Fri Jun 11 2004 Sviatoslav Sviridov 1.3.21-alt3.1 +- restored runtime library libswigpy + * Fri Jun 04 2004 Gleb Stiblo 1.3.21-alt3 - removed runtime libraries - swig and swing-devel merged