From 91f56683740b86040088e3c7f87790a7bd54a0c7 Mon Sep 17 00:00:00 2001 From: iztokf Date: Jan 14 2022 10:50:10 +0000 Subject: Improve description of package --- diff --git a/python-toml-adapt.spec b/python-toml-adapt.spec index bce73a8..2dc2687 100644 --- a/python-toml-adapt.spec +++ b/python-toml-adapt.spec @@ -4,12 +4,19 @@ %global pretty_name toml_adapt %global _description %{expand: -This is a very simple cli for manipulating toml files.} +Working with TOML files is becoming inevitable during the package maintenance +process in different ecosystems. Many times package maintainers must either +change the version of dependency or add/remove dependencies when building +their packages, due to the inconsistent base system. For example, solving +this issue can be done either by using the provided patches or using sed +commands. However, this may be slightly time-consuming and irritating. A +very simple yet user-friendly command line interface was developed in +order to make this process easier.} Name: python-%{original_name} Version: 0.2.0 -Release: 3%{?dist} -Summary: Adapt toml files +Release: 4%{?dist} +Summary: A very simple cli for manipulating toml files License: MIT URL: https://github.com/firefly-cpp/%{original_name} @@ -64,6 +71,9 @@ install -D -t '%{buildroot}%{_mandir}/man1' -m 0644 %{original_name}.1 %{_mandir}/man1/%{original_name}.1* %changelog +* Fri Jan 14 2022 Iztok Fister Jr. - 0.2.0-4 +- Improve description + * Thu Jan 13 2022 Iztok Fister Jr. - 0.2.0-3 - Update doc section with new documents