public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libecoli] f44: New upstream release v0.11.5
@ 2026-06-11 13:38 Robin Jarry
0 siblings, 0 replies; only message in thread
From: Robin Jarry @ 2026-06-11 13:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libecoli
Branch : f44
Commit : 873bbaac5d94ae0a79f119a9f69c5528e3942c6f
Author : Robin Jarry <rjarry@redhat.com>
Date : 2026-05-21T15:29:10+02:00
Stats : +7/-22 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/libecoli/c/873bbaac5d94ae0a79f119a9f69c5528e3942c6f?branch=f44
Log:
New upstream release v0.11.5
---
diff --git a/.gitignore b/.gitignore
index c45d11d..343facf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
/libecoli-0.10.1.tar.gz
/libecoli-0.11.2.tar.gz
/libecoli-0.11.3.tar.gz
+/libecoli-0.11.5.tar.gz
diff --git a/libecoli.spec b/libecoli.spec
index 4c3be9e..72f63fc 100644
--- a/libecoli.spec
+++ b/libecoli.spec
@@ -4,7 +4,7 @@
%global forgeurl https://github.com/rjarry/libecoli
Name: libecoli
-Version: 0.11.3
+Version: 0.11.5
Summary: Extensible COmmand LIne library
License: BSD-3-Clause AND LicenseRef-Fedora-Public-Domain
@@ -14,13 +14,14 @@ URL: %{forgeurl}
Release: %{autorelease}
Source: %{forgesource}
+BuildRequires: doxygen
+BuildRequires: doxygen2man
BuildRequires: gcc
+BuildRequires: libedit-devel
+BuildRequires: libxml2
BuildRequires: meson
BuildRequires: ninja-build
-BuildRequires: libedit-devel
BuildRequires: pkgconf
-BuildRequires: doxygen
-BuildRequires: fdupes
%description
libecoli stands for Extensible COmmand LIne library.
@@ -70,23 +71,6 @@ This package contains the HTML documentation for %{name}.
%install
%meson_install
-# Doxygen creates man links which are text files containing a reference to
-# another man page. Upstream tried to convert them to symlinks but meson
-# converts them back to regular files on install. Handle the conversion from
-# man "link" to symbolic link to avoid duplicated files in the rpm.
-for man in "%{buildroot}%{_mandir}"/*/*; do
- read -r so link < "$man"
- if [ "$so" = ".so" ]; then
- rm -f "$man"
- if [ -f "%{buildroot}%{_mandir}/$link" ]; then
- ln -sr "%{buildroot}%{_mandir}/$link" "$man"
- fi
- fi
-done
-
-# Replace duplicate files with hardlinks.
-%fdupes "%{buildroot}%{_datadir}/doc/libecoli"
-
%files
%doc README.md
%license LICENSE
diff --git a/sources b/sources
index 63aa94c..7ba080e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libecoli-0.11.3.tar.gz) = e1587bcd797c49d3db7c4805e3ba6a891fdb08001daf6d5f8862a3d0cefa22d3669040b10ebdd316df91e872daa1c310b6009bda61de3330606084ff725d10c6
+SHA512 (libecoli-0.11.5.tar.gz) = e83c906fa37bfb562b018c1090e711ed5a768638cf689c3ff7529ec656a1ca018bdd2019bcec5c3d10f698d4d36d41f3cf9955a650de115103a98fa4ca37d266
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-11 13:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 13:38 [rpms/libecoli] f44: New upstream release v0.11.5 Robin Jarry
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox