popt 1.19
This commit is contained in:
commit
38999b2f9a
1 changed files with 37 additions and 0 deletions
37
popt.spec
Normal file
37
popt.spec
Normal 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>
|
||||||
|
-
|
||||||
Loading…
Add table
Add a link
Reference in a new issue