]> git.pld-linux.org Git - packages/unibilium.git/commitdiff
up to 2.1.1 master auto/th/unibilium-2.1.1-1
authorJan Palus <atler@pld-linux.org>
Mon, 2 May 2022 20:01:53 +0000 (22:01 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 2 May 2022 20:01:53 +0000 (22:01 +0200)
- original project abandoned, still maintained for neovim

unibilium.spec

index 904fa52fe224a2c7dce15481a3a9fffb6f87c3a9..49963a71c1b0a8c90e3c66ec768e80a0e2d860fd 100644 (file)
@@ -1,25 +1,26 @@
 #
 # Conditional build:
-%bcond_without tests   # build without tests
+%bcond_without tests           # build without tests
 %bcond_without doc             # build doc
 
 Summary:       Terminfo parsing library
 Name:          unibilium
-Version:       2.0.0
-Release:       2
+Version:       2.1.1
+Release:       1
 License:       LGPLv3+
 Group:         Libraries
-Source0:       https://github.com/mauke/unibilium/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: a89b8ef6e752cc76098e1863ff4b5457
-URL:           https://github.com/mauke/unibilium
-BuildRequires: gcc
+Source0:       https://github.com/neovim/unibilium/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 845c59ce10150d7808ee9862fef231cb
+URL:           https://github.com/neovim/unibilium
 BuildRequires: libtool
+BuildRequires: ncurses-devel
 BuildRequires: pkgconfig
 %if %{with doc}
-BuildRequires: /usr/bin/pod2man
+BuildRequires: perl-tools-pod
 %endif
 %if %{with tests}
 BuildRequires: /usr/bin/prove
+BuildRequires: perl-base
 %endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.026002 seconds and 4 git commands to generate.