aboutsummaryrefslogtreecommitdiffstats
path: root/guix
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2018-07-15 22:58:34 +0800
committerTing-Wei Lan <lantw44@gmail.com>2018-07-15 22:58:34 +0800
commitec9cd915fe4f7bea654b654c411f7c633373d712 (patch)
tree566f2b70e90624cfc84851b23f3351d7d4ca9370 /guix
parent532c49ee223dcd363a2a961b949a97e7181218d2 (diff)
downloadcopr-rpm-spec-ec9cd915fe4f7bea654b654c411f7c633373d712.tar
copr-rpm-spec-ec9cd915fe4f7bea654b654c411f7c633373d712.tar.gz
copr-rpm-spec-ec9cd915fe4f7bea654b654c411f7c633373d712.tar.bz2
copr-rpm-spec-ec9cd915fe4f7bea654b654c411f7c633373d712.tar.lz
copr-rpm-spec-ec9cd915fe4f7bea654b654c411f7c633373d712.tar.xz
copr-rpm-spec-ec9cd915fe4f7bea654b654c411f7c633373d712.tar.zst
copr-rpm-spec-ec9cd915fe4f7bea654b654c411f7c633373d712.zip
guix: guile-git 0.1-0.1.20171106 -> 0.1.0
Diffstat (limited to 'guix')
-rw-r--r--guix/guile-git/guile-git.spec18
1 files changed, 7 insertions, 11 deletions
diff --git a/guix/guile-git/guile-git.spec b/guix/guile-git/guile-git.spec
index 39bbed8..aa47f79 100644
--- a/guix/guile-git/guile-git.spec
+++ b/guix/guile-git/guile-git.spec
@@ -1,14 +1,11 @@
-%global commit 951a32c56cc4d80f8836e3c7394783e69c1fcbad
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
-
Name: guile-git
-Version: 0.1
-Release: 0.1.20171106git%{shortcommit}%{?dist}
+Version: 0.1.0
+Release: 1%{?dist}
Summary: Guile bindings of libgit2
License: GPLv3+
URL: https://gitlab.com/guile-git/guile-git
-Source0: https://gitlab.com/guile-git/guile-git/repository/%{commit}/archive.tar.bz2#/%{name}-%{commit}.tar.bz2
+Source0: https://gitlab.com/guile-git/guile-git/uploads/e8c218ac7ae77b745c44d1ffbe34f1dd/guile-git-%{version}.tar.gz
%global debug_package %{nil}
%global guile_source_dir %{_datadir}/guile/site/2.0
@@ -26,20 +23,16 @@ repositories of the Git version control system.
%prep
-%autosetup -n %{name}-%{commit}-%{commit} -p1
+%autosetup -n %{name}-%{version} -p1
%build
-./bootstrap
%configure
%make_build
%check
-# segfault on i686
-%ifnarch %{ix86}
%{__make} %{?_smp_mflags} check
-%endif
%install
@@ -74,5 +67,8 @@ fi
%changelog
+* Sat Jul 07 2018 Ting-Wei Lan <lantw44@gmail.com> - 0.1.0-1
+- Update to 0.1.0
+
* Sat Dec 09 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.1-0.1.20171106git951a32c
- Initial packaging