Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4714d0b512 | ||
|
|
857ff33d54 | ||
|
|
ded08275b5 | ||
|
|
e4aea9a863 | ||
|
|
8736bbca7c | ||
|
|
4f506dc080 | ||
|
|
2fe35de6ca | ||
|
|
5032fbcb0b |
2 changed files with 7 additions and 10 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (unibilium-2.1.2.tar.gz) = 8bc50b3662fcb1b52055fed028926d8c296169b6b1cfefef9bb37a435321ee6e005c4166c1e68c2959e5f6d4ffe8f44d8ea87d6dcc967176d473ae918ff3018f
|
||||
SHA512 (unibilium-2.1.4.tar.gz) = e1d351b7f4c13825c415f3b8078abd538863614a8aa443e3c5e5b85110372084ff4385c4b17eb7a546807188265285ca4b6493b6db9670d490f7743b89f11c4f
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: unibilium
|
||||
Version: 2.1.2
|
||||
Version: 2.1.4
|
||||
Release: %autorelease
|
||||
Summary: Terminfo parsing library
|
||||
|
||||
|
|
@ -8,10 +8,9 @@ URL: https://github.com/neovim/unibilium
|
|||
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: libtool
|
||||
# For docs
|
||||
BuildRequires: %{_bindir}/pod2man
|
||||
# For tests
|
||||
|
|
@ -31,18 +30,16 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
autoreconf -fi
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
%cmake -DBUILD_TOOLS=ON -DBUILD_TESTS=ON
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -vf %{buildroot}%{_libdir}/*.{a,la}
|
||||
%cmake_install
|
||||
|
||||
%check
|
||||
make test
|
||||
%ctest
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue