Files
Owen Zimmerman dbc092d31d chore (zlib): use %conf and %configure (#11603)
* chore (zlib): use %conf and %configure

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>

* chore: don't need these

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>

* changelog

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>

---------

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-04-21 19:05:01 -05:00

45 lines
733 B
RPMSpec

Name: zlib
Version: 1.3.2
Release: 1%?dist
License: Zlib
URL: https://zlib.net
Source: https://github.com/madler/zlib/archive/v%{version}.tar.gz
Summary: A massively spiffy yet delicately unobtrusive compression library
Conflicts: zlib-ng-compat
BuildRequires: gcc
%description
%summary.
%package devel
%pkg_devel_files
%package static
%pkg_static_files
%prep
%autosetup
%conf
%configure
%build
%make_build
%install
%make_install
%files
%license LICENSE
%doc README
%_mandir/man3/zlib.3.*
%_libdir/libz.so.*
%changelog
* Tue Apr 21 2026 Owen Zimmerman <owen@fyralabs.com>
- Use %conf and %configure
* Wed Nov 26 2025 metcya <metcya@gmail.com>
- package zlib