]> git.pld-linux.org Git - packages/g-wrap.git/commitdiff
- updated to 1.9.13 auto/th/g-wrap-1_9_13-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Nov 2010 10:48:25 +0000 (10:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete pc patch

Changed files:
    g-wrap-pc.patch -> 1.3
    g-wrap.spec -> 1.63

g-wrap-pc.patch [deleted file]
g-wrap.spec

diff --git a/g-wrap-pc.patch b/g-wrap-pc.patch
deleted file mode 100644 (file)
index 031ae15..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- g-wrap-1.9.11/guile/g-wrap-2.0-guile.pc.in.orig    2007-08-14 15:21:29.000000000 +0200
-+++ g-wrap-1.9.11/guile/g-wrap-2.0-guile.pc.in 2008-05-28 23:43:28.632623606 +0200
-@@ -11,5 +11,6 @@
- Name: G-Wrap
- Description: A Guile wrapper generator
- Version: @VERSION@
--Libs: -L${libdir} -lgwrap-guile-runtime -lgwrap-core-runtime @GUILE_LDFLAGS@ @LIBFFI_LIBS_INSTALLED@
--Cflags: @STD_CFLAGS@ -I${includedir} @GUILE_CFLAGS@ @LIBFFI_CFLAGS_INSTALLED@
-+Requires: libffi
-+Libs: -L${libdir} -lgwrap-guile-runtime -lgwrap-core-runtime @GUILE_LDFLAGS@
-+Cflags: @STD_CFLAGS@ -I${includedir} @GUILE_CFLAGS@
index 6c84852b153c9e8ad9a9512814e34f56a4c0e14d..b84d1ffa36cedc1eb12af15967b10a6dfad1466e 100644 (file)
@@ -2,15 +2,14 @@ Summary:      A utility for automatically generating glue code to export C libraries
 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.11
-Release:       2
+Version:       1.9.13
+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: f6f54c2a2ce3d8257ccaf19f923cbe45
+# Source0-md5: 5952a389fd00f123dfb86d269a1d6d67
 Patch0:                %{name}-info.patch
-Patch1:                %{name}-pc.patch
 URL:           http://www.nongnu.org/g-wrap/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1.5
@@ -75,7 +74,6 @@ Bibliotecas estáticas para desenvolvimento com a biblioteca g-wrap.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -94,7 +92,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/g-wrap/modules/libgw-*.{a,la}
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/g-wrap/modules/libgw-*.{a,la}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -121,7 +119,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/g-wrap/modules/libgw-guile-standard.so*
 %{_datadir}/guile/site/g-wrap
 %{_datadir}/guile/site/g-wrap.scm
-%{_infodir}/g-wrap.info*
 
 %files devel
 %defattr(644,root,root,755)
@@ -134,6 +131,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/g-wrap-wct.h
 %{_pkgconfigdir}/g-wrap-2.0-guile.pc
 %{_aclocaldir}/g-wrap.m4
+%{_mandir}/man1/g-wrap-config.1*
+%{_infodir}/g-wrap.info*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.060478 seconds and 4 git commands to generate.