Browse Source

g-wrap-1.9.15-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12209 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 4 years ago
parent
commit
4c9f0ac0d1
1 changed files with 12 additions and 12 deletions
  1. 12 12
      g/g-wrap/g-wrap-vl.spec

+ 12 - 12
g/g-wrap/g-wrap-vl.spec

@@ -1,18 +1,12 @@
-%define ver 1.9.14
-%define rel 3%{?_dist_release}
-
 Summary: A tool for creating Scheme interfaces to C libraries.
 Summary(ja): C ライブラリへの Scheme 言語インタフェースを作成するツール
 Name: g-wrap
-Version: %{ver}
-Release: %{rel}
+Version: 1.9.15
+Release: 1%{?_dist_release}
 Group: Development/Libraries
 License: GPL
-URL: http://www.gnucash.org/
-Source: ftp://ftp.gnucash.org/pub/g-wrap/%{name}-%{version}.tar.gz
-
-# upstream patch
-Patch0: g-wrap-1.9.14-guile-2.0.patch
+URL: https://www.nongnu.org/g-wrap/
+Source: http://savannah.nongnu.org/download/g-wrap/%{name}-%{version}.tar.gz
 
 Requires: guile
 BuildRequires: guile-devel, libffi-devel
@@ -79,9 +73,9 @@ g-wrap のC と Scheme 間の変換機能を必要とするプログラムをコ
 
 %prep
 %setup -q
-%patch0 -p1 -b .guile2
 
 %build
+CFLAGS="%{optflags} -Wno-deprecated-declarations" \
 %configure --disable-static
 
 #remove Rpath
@@ -124,7 +118,8 @@ fi
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING.LIB ChangeLog INSTALL NEWS README THANKS
+%license COPYING.LIB
+%doc AUTHORS ChangeLog INSTALL NEWS README THANKS
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/modules
 %{_libdir}/%{name}/modules/*.so.*
@@ -146,6 +141,11 @@ fi
 
 
 %changelog
+* Wed Sep 11 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.15-1
+- new upstream release.
+- built with guile-2.2.6.
+- dropped Patch0.
+
 * Sun Jan 25 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.14-3
 - rebuild with guile-2.0.11
 - add Patch0 (g-wrap-1.9.14-guile-2.0.patch)