mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 09:31:58 +00:00
4643523b9e
* chore(sync): frawhide -> f44 * bump(gurk): release 3 → 4 * bump(discord-ptb): release 1 → 2 * bump(chdig): release 1 → 2 * bump(discord-canary): release 1 → 2 * bump(feishin): release 1 → 2 * bump(bazzite-portal): release 3 → 4 * bump(discord): release 1 → 2 * bump(coolercontrol): release 1 → 2 * bump(discord-ptb-openasar): release 1 → 2 * bump(bitwarden-cli.bin): release 2 → 3 * bump(discord-openasar): release 1 → 2 * bump(discord-canary-openasar): release 1 → 2 --------- Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com>
46 lines
881 B
RPMSpec
46 lines
881 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
|
|
export CFLAGS="%optflags"
|
|
export LDFLAGS="%build_ldflags"
|
|
./configure --libdir=%_libdir \
|
|
--includedir=%_includedir \
|
|
--sysconfdir=%_sysconfdir \
|
|
--localstatedir=%_localstatedir \
|
|
--prefix=%_prefix
|
|
|
|
%build
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%license LICENSE
|
|
%doc README
|
|
%_mandir/man3/zlib.3.*
|
|
%_libdir/libz.so.*
|
|
|
|
%changelog
|
|
* Wed Nov 26 2025 metcya <metcya@gmail.com>
|
|
- package zlib
|