zlib 1.3.1
This commit is contained in:
commit
853c9f975a
1 changed files with 35 additions and 0 deletions
35
zlib.spec
Normal file
35
zlib.spec
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
Name: zlib
|
||||
Version: 1.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Zlib compression library
|
||||
|
||||
License: ZLIB
|
||||
URL: https://www.zlib.net/
|
||||
Source0: https://www.zlib.net/zlib-%{version}.tar.gz
|
||||
|
||||
BuildRequires: make gcc
|
||||
Requires: bash
|
||||
|
||||
%description
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
./configure --prefix=%{prefix} --sharedlibdir=%{_libdir} --64 --shared
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
|
||||
%files
|
||||
%{_libdir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Sep 27 2025 Dmitrii Tochanskii <tochansky@tochlab.ru>
|
||||
-
|
||||
Loading…
Add table
Add a link
Reference in a new issue