]> git.pld-linux.org Git - packages/g-wrap.git/commitdiff
- re-updated to 1.2.1
authorfilon <filon@sokrates.mimuw.edu.pl>
Tue, 21 May 2002 05:17:55 +0000 (05:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
 (tested with guile 1.4.1 and gnucash 1.6.6, it works, and it is stale branch)
- added ac_am_cflags patch for work with gcc31 and passing our cflags
- added g-wrap.m4 to files for devel pkg

Changed files:
    g-wrap.spec -> 1.27

g-wrap.spec

index 1d6a0f3bcc08bbcaad4d4cb20e4d1f8acfacdedf..9df16f95fca52dd5ab512ffe501e0c5aafebce37 100644 (file)
@@ -2,13 +2,14 @@ Summary:      A utility for automatically generating glue code to export C libraries
 Summary(pl):   Narzêdzie do eksportowania bibliotek C do interpreterów Scheme
 Summary(pt_BR):        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.1.10
+Version:       1.2.1
 Release:       1
 Epoch:         2
 License:       GPL
 Group:         Libraries
 Source0:       http://www.gnucash.org/pub/g-wrap/source/%{name}-%{version}.tar.gz
 Patch0:                %{name}-info.patch
+Patch1:                %{name}-ac_am_cflags.patch
 BuildRequires: guile-devel >= 1.4
 BuildRequires: texinfo
 BuildRequires: slib
@@ -64,9 +65,15 @@ Bibliotecas est
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
-%configure2_13
+libtoolize -c -f
+aclocal
+autoconf
+automake -a -c -f
+%configure
+
 %{__make}
 
 %install
@@ -106,6 +113,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_datadir}/guile/g-wrapped/lib*.so
 %{_includedir}/*.h
 %{_infodir}/*info*gz
+%{_aclocaldir}/*.m4
 
 %files static
 %defattr(644,root,root,755)
This page took 0.048973 seconds and 4 git commands to generate.