diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2018-07-15 22:58:00 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2018-07-15 22:58:00 +0800 |
commit | 532c49ee223dcd363a2a961b949a97e7181218d2 (patch) | |
tree | 2f196230a017d05ac38f1dd03edd0fb143a8ac82 /guix | |
parent | 33ee23ebc5807e4448b220a1bb35f175a74cf76c (diff) | |
download | copr-rpm-spec-532c49ee223dcd363a2a961b949a97e7181218d2.tar copr-rpm-spec-532c49ee223dcd363a2a961b949a97e7181218d2.tar.gz copr-rpm-spec-532c49ee223dcd363a2a961b949a97e7181218d2.tar.bz2 copr-rpm-spec-532c49ee223dcd363a2a961b949a97e7181218d2.tar.lz copr-rpm-spec-532c49ee223dcd363a2a961b949a97e7181218d2.tar.xz copr-rpm-spec-532c49ee223dcd363a2a961b949a97e7181218d2.tar.zst copr-rpm-spec-532c49ee223dcd363a2a961b949a97e7181218d2.zip |
guix: guile-bytestructures 0.1-0.1.20171209 -> 1.0.3
Diffstat (limited to 'guix')
-rw-r--r-- | guix/guile-bytestructures/guile-bytestructures.spec | 22 |
1 files changed, 12 insertions, 10 deletions
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 <lantw44@gmail.com> - 1.0.3-1 +- Update to 1.0.3 + * Sat Dec 09 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.1-0.1.20171209git7ed31b1 - Initial packaging |