]> git.pld-linux.org Git - packages/guile-rpc.git/commitdiff
- rebuild with guile 2.2 master auto/th/guile-rpc-0.4-2
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 30 Mar 2019 08:02:24 +0000 (09:02 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 30 Mar 2019 08:02:24 +0000 (09:02 +0100)
- rel 2

guile-rpc.spec

index bd7368b036eeacbbb23a7cc2942a47d30c7fe892..4db0b3576bd746ad0bfbebd2a0b2cbece910191c 100644 (file)
@@ -2,18 +2,22 @@ Summary:      Guile-RPC - Scheme implementation of XDR and ONC RPC
 Summary(pl.UTF-8):     Guile-RPC - implementacja XDR i ONC RPC w Scheme
 Name:          guile-rpc
 Version:       0.4
-Release:       1
+Release:       2
 License:       LGPL v3+
 Group:         Libraries
 Source0:       http://ftp.gnu.org/gnu/guile-rpc/%{name}-%{version}.tar.gz
 # Source0-md5: 457b6ad093d921fe5fedd25694518527
 Patch0:                %{name}-info.patch
 URL:           http://www.gnu.org/software/guile-rpc/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: guile-devel >= 5:2.0
 BuildRequires: texinfo
 Requires:      guile >= 5:2.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _noautostrip    .*.go
+
 %description
 GNU Guile-RPC provides a pure Scheme implementation of XDR and ONC RPC
 (respectively RFC 4506 and RFC 1831) for GNU Guile 2.0 or later.
@@ -28,6 +32,9 @@ i nowszych.
 %patch0 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 
 %{__make}
@@ -53,6 +60,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/grpc-compile
 %attr(755,root,root) %{_bindir}/grpc-nfs-export
 %attr(755,root,root) %{_bindir}/grpc-rpcinfo
-%{_datadir}/guile/site/2.0/rpc
+%{_datadir}/guile/site/2.2/rpc
 %{_datadir}/guile-rpc
 %{_infodir}/guile-rpc.info*
This page took 0.122458 seconds and 4 git commands to generate.