From 532c49ee223dcd363a2a961b949a97e7181218d2 Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Sun, 15 Jul 2018 22:58:00 +0800 Subject: guix: guile-bytestructures 0.1-0.1.20171209 -> 1.0.3 --- .../guile-bytestructures/guile-bytestructures.spec | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'guix') diff --git a/guix/guile-bytestructures/guile-bytestructures.spec b/guix/guile-bytestructures/guile-bytestructures.spec index 7da31ab..19849bb 100644 --- a/guix/guile-bytestructures/guile-bytestructures.spec +++ b/guix/guile-bytestructures/guile-bytestructures.spec @@ -1,15 +1,11 @@ -%global commit 7ed31b1e93a4bf8960f1d4aedbea84f4f594af6d -%global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global project scheme-bytestructures - Name: guile-bytestructures -Version: 0.1 -Release: 0.1.20171209git%{shortcommit}%{?dist} +Version: 1.0.3 +Release: 1%{?dist} Summary: Structured access library to bytevector contents for Guile License: GPLv3+ URL: https://github.com/TaylanUB/scheme-bytestructures -Source0: https://github.com/TaylanUB/scheme-bytestructures/archive/%{commit}/%{project}-%{commit}.tar.gz +Source0: https://github.com/TaylanUB/scheme-bytestructures/releases/download/v%{version}/bytestructures-%{version}.tar.gz %global debug_package %{nil} %global guile_source_dir %{_datadir}/guile/site/2.0 @@ -27,11 +23,10 @@ first-class status. %prep -%autosetup -n %{project}-%{commit} -p1 +%autosetup -n bytestructures-%{version} -p1 %build -autoreconf -fi %configure %make_build @@ -42,9 +37,10 @@ autoreconf -fi %files %license COPYING -%doc README.md TODO.org +%doc README.md %dir %{guile_source_dir}/bytestructures %dir %{guile_ccache_dir}/bytestructures +%{guile_source_dir}/bytestructures/body/*.scm %{guile_source_dir}/bytestructures/guile.scm %{guile_ccache_dir}/bytestructures/guile.go %dir %{guile_source_dir}/bytestructures/guile @@ -55,8 +51,14 @@ autoreconf -fi %dir %{guile_ccache_dir}/bytestructures/r6 %{guile_source_dir}/bytestructures/r6/bytevectors.scm %{guile_ccache_dir}/bytestructures/r6/bytevectors.go +%exclude %{guile_source_dir}/bytestructures/body +%exclude %{guile_source_dir}/bytestructures/r7 +%exclude %{guile_source_dir}/run-tests.*.scm %changelog +* Sat Jul 07 2018 Ting-Wei Lan - 1.0.3-1 +- Update to 1.0.3 + * Sat Dec 09 2017 Ting-Wei Lan - 0.1-0.1.20171209git7ed31b1 - Initial packaging -- cgit v1.2.3