popt 1.19

This commit is contained in:
Dmitrii Tochanskii 2025-09-27 09:18:41 +00:00
commit 38999b2f9a

37
popt.spec Normal file
View file

@ -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 <tochansky@tochlab.ru>
-