commit 38999b2f9a34b16357b5605018a0aaa75a882be8 Author: Dmitrii Tochanskii Date: Sat Sep 27 09:18:41 2025 +0000 popt 1.19 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 +-