Update to latest commit, remove python 2
This commit is contained in:
parent
3c732f0cca
commit
59aa0ee310
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ ledger-2.6.3.tar.gz
|
||||
/ledger-3.1.tar.gz
|
||||
/ledger-3.1.1.tar.gz
|
||||
/ledger-49b07a1.tar.gz
|
||||
/ledger-2ca3d69.tar.gz
|
||||
|
15
ledger.spec
15
ledger.spec
@ -1,18 +1,17 @@
|
||||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||
|
||||
%global commit 49b07a1c19489547b859d61fbc5c240aff224dda
|
||||
%global commit 2ca3d6992ffb4a3546a0451808bd9bd2969c82ff
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: ledger
|
||||
Version: 3.1.3
|
||||
Release: 1.20191025git49b07a1%{?dist}
|
||||
Release: 1.20191030git2ca3d69%{?dist}
|
||||
Summary: A powerful command-line double-entry accounting system
|
||||
License: BSD
|
||||
URL: http://ledger-cli.org/
|
||||
Source0: https://github.com/ledger/ledger/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
||||
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: boost-python2-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
@ -100,9 +99,10 @@ for i in demo.ledger drewr3.dat drewr.dat sample.dat wow.dat; do
|
||||
install -p -m0644 test/input/${i} %{buildroot}%{_pkgdocdir}/samples/${i}
|
||||
done
|
||||
|
||||
%check
|
||||
# Tests are disabled for the time being since they seem to require Python 2
|
||||
#%%check
|
||||
# Tests all fail when removing rpath.
|
||||
LD_LIBRARY_PATH=$PWD %__make check
|
||||
#LD_LIBRARY_PATH=$PWD %__make check
|
||||
|
||||
%files
|
||||
%doc README.md doc/GLOSSARY.md doc/NEWS.md
|
||||
@ -125,6 +125,11 @@ LD_LIBRARY_PATH=$PWD %__make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 30 2019 Jani Juhani Sinervo <jani@sinervo.fi> - 3.1.3-1.20191030git2ca3d69
|
||||
- Update docs
|
||||
- Remove python 2 dependence
|
||||
- Disable tests because of their dependence on python 2
|
||||
|
||||
* Fri Oct 25 2019 Jani Juhani Sinervo <jani@sinervo.fi> - 3.1.3-1.20191025git49b07a1
|
||||
- Update to version 3.1.3
|
||||
- emacs-ledger and emacs-ledger-el have been separated from the main tree
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ledger-49b07a1.tar.gz) = 2490394faa596dcca05a0531d8d4c00108dc90f3df3127435db01fe3387d0671be14e5910538bdbfead3ba2be83eea5f631883c1df24477e36ecdf68afc06d10
|
||||
SHA512 (ledger-2ca3d69.tar.gz) = c09535ee7be34f5eb3eb682a4429e9c51a4b99ca8fb4a1603773ebbccdc96a2e694e6a1ea30a9f08a25020ba37358c96682384e78d34dc880402fa669c42073d
|
||||
|
Loading…
Reference in New Issue
Block a user