Compare commits

..

8 commits

Author SHA1 Message Date
Andreas Schneider
4714d0b512 Update to version 2.1.4
- resolves: rhbz#2525957
2026-09-07 12:20:36 +02:00
Fedora Release Engineering
857ff33d54 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:10:39 +00:00
Fedora Release Engineering
ded08275b5 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 19:36:01 +00:00
Fedora Release Engineering
e4aea9a863 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 19:46:35 +00:00
Fedora Release Engineering
8736bbca7c Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 13:44:46 +00:00
Andreas Schneider
4f506dc080 Fix building with autoconf 2024-09-15 21:59:41 +02:00
Andreas Schneider
2fe35de6ca Update to version 2.1.2 2024-09-15 17:19:32 +02:00
Andreas Schneider
5032fbcb0b Convert to %autorelease and %autochangelog
[skip changelog]
2024-09-15 17:16:54 +02:00
2 changed files with 7 additions and 10 deletions

View file

@ -1 +1 @@
SHA512 (unibilium-2.1.2.tar.gz) = 8bc50b3662fcb1b52055fed028926d8c296169b6b1cfefef9bb37a435321ee6e005c4166c1e68c2959e5f6d4ffe8f44d8ea87d6dcc967176d473ae918ff3018f
SHA512 (unibilium-2.1.4.tar.gz) = e1d351b7f4c13825c415f3b8078abd538863614a8aa443e3c5e5b85110372084ff4385c4b17eb7a546807188265285ca4b6493b6db9670d490f7743b89f11c4f

View file

@ -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