From 38999b2f9a34b16357b5605018a0aaa75a882be8 Mon Sep 17 00:00:00 2001 From: Dmitrii Tochanskii Date: Sat, 27 Sep 2025 09:18:41 +0000 Subject: [PATCH] popt 1.19 --- popt.spec | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 popt.spec diff --git a/popt.spec b/popt.spec new file mode 100644 index 0000000..2949f30 --- /dev/null +++ b/popt.spec @@ -0,0 +1,37 @@ +Name: popt +Version: 1.19 +Release: 1%{?dist} +Summary: C library for parsing command line parameters + +License: MIT +URL: https://github.com/rpm-software-management/popt/ +Source0: http://ftp.rpm.org/popt/releases/popt-1.x/popt-%{version}.tar.gz + +BuildRequires: gcc cmake +Requires: bash + +%description + + +%prep +%autosetup + + +%build +%configure +%make_build + + +%install +%make_install + + +%files +%{_libdir} +%{_includedir} +%{_datadir} + + +%changelog +* Sat Sep 27 2025 Dmitrii Tochanskii +-