37 lines
558 B
RPMSpec
37 lines
558 B
RPMSpec
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>
|
|
-
|