Author: qboosh Date: Wed May 28 20:55:02 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.9.11 - removed obsolete srfi-35-fixes patch - libffi 3.0.x is needed now
---- Files affected: SPECS: g-wrap.spec (1.59 -> 1.60) ---- Diffs: ================================================================ Index: SPECS/g-wrap.spec diff -u SPECS/g-wrap.spec:1.59 SPECS/g-wrap.spec:1.60 --- SPECS/g-wrap.spec:1.59 Thu Jan 24 02:36:31 2008 +++ SPECS/g-wrap.spec Wed May 28 22:54:57 2008 @@ -3,21 +3,20 @@ Summary(pl.UTF-8): Narzędzie do eksportowania bibliotek C do interpreterów Scheme Summary(pt_BR.UTF-8): Um utilitário para geração automática de código para exportar bibliotecas C para guile scheme e rscheme Name: g-wrap -Version: 1.9.9 -Release: 2 +Version: 1.9.11 +Release: 1 Epoch: 2 License: LGPL v2.1+ Group: Libraries Source0: http://download.savannah.gnu.org/releases/g-wrap/%{name}-%{version}.tar.gz -# Source0-md5: 9014d7ed8d395ff335a6a4bf5778ed4e +# Source0-md5: f6f54c2a2ce3d8257ccaf19f923cbe45 Patch0: %{name}-info.patch -Patch1: %{name}-srfi-35-fixes.patch URL: http://www.nongnu.org/g-wrap/ BuildRequires: autoconf >= 2.50 BuildRequires: automake >= 1.5 BuildRequires: glib2-devel >= 2.0 BuildRequires: guile-devel >= 5:1.8.3 -BuildRequires: libffi-devel +BuildRequires: libffi-devel >= 7:3.0 BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: texinfo @@ -46,6 +45,7 @@ Group: Development/Libraries Requires: %{name} = %{epoch}:%{version}-%{release} Requires: guile-devel >= 5:1.8 +Requires: libffi-devel >= 7:3.0 %description devel headers for developing programs using g-wrap. @@ -75,7 +75,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p0 %build %{__libtoolize} @@ -102,17 +101,19 @@ %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%post devel -p /sbin/postshell +%post devel -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} -%postun devel -p /sbin/postshell +%postun devel -p /sbin/postshell -/usr/sbin/fix-info-dir -c %{_infodir} %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README THANKS TODO %attr(755,root,root) %{_libdir}/libgwrap-core-runtime.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgwrap-core-runtime.so.2 %attr(755,root,root) %{_libdir}/libgwrap-guile-runtime.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgwrap-guile-runtime.so.2 %dir %{_libdir}/g-wrap %dir %{_libdir}/g-wrap/modules %attr(755,root,root) %{_libdir}/g-wrap/modules/libgw-guile-gw-glib.so* @@ -144,6 +145,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.60 2008-05-28 20:54:57 qboosh +- updated to 1.9.11 +- removed obsolete srfi-35-fixes patch +- libffi 3.0.x is needed now + Revision 1.59 2008-01-24 01:36:31 glen - invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/g-wrap.spec?r1=1.59&r2=1.60&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
