## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: trurl Version: 0.16 Release: %autorelease Summary: Command line tool for URL parsing and manipulation License: curl URL: https://curl.se/trurl Source0: https://github.com/curl/trurl/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz BuildRequires: make BuildRequires: gcc BuildRequires: pkgconfig(libcurl) BuildRequires: python3-devel %description A small command line tool that parses and manipulates URLs, designed to help shell script authors everywhere. %prep %autosetup %build %make_build %check make test %install %make_install PREFIX=%{_prefix} %files %license COPYING %doc README.md RELEASE-NOTES %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %changelog ## START: Generated by rpmautospec * Mon Oct 14 2024 Gustavo Costa - 0.16-1 - Update to 0.16 (rhbz#2312046) * Fri Sep 06 2024 Gustavo Costa - 0.15-1 - Update to 0.15 (rhbz#2301594) * Sat Jul 20 2024 Fedora Release Engineering - 0.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jun 08 2024 Gustavo Costa - 0.13-1 - Update to 0.13 * Fri Apr 19 2024 Gustavo Costa - 0.12-1 - Update to 0.12 (rhbz#2276008) * Tue Feb 27 2024 Gustavo Costa - 0.10-1 - Update to 0.10 (rhbz#2265068) * Sat Jan 27 2024 Fedora Release Engineering - 0.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Dec 03 2023 Gustavo Costa - 0.9-1 - Update to 0.9 (rhbz#2247577) * Sat Jul 22 2023 Fedora Release Engineering - 0.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun Jun 18 2023 Gustavo Costa - 0.8-1 - Update to 0.8 (rhbz#2215702) * Wed May 31 2023 Gustavo Costa - 0.7-1 - Update to 0.7 (rhbz#2211055) * Wed Apr 26 2023 Gustavo Costa - 0.6-1 - Update to 0.6 (rhbz#2189942) - Drop patch * Tue Apr 18 2023 Gustavo Costa - 0.5-1 - Update to 0.5 (rhbz#2187771) - Use python to run tests - Set CFLAGS - Add patch to update the version * Tue Apr 11 2023 Gustavo Costa - 0.4-1 - Update to 0.4 (rhbz#2185147) * Sat Apr 08 2023 Gustavo Costa - 0.3-1 - Update to 0.3 - Add BR perl(Test::More) - Drop patch - Change URL - Add RELEASE-NOTES to doc * Tue Apr 04 2023 Gustavo Costa - 0.2-1 - Initial package ## END: Generated by rpmautospec