mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
* chore (zlib): use %conf and %configure
* chore: don't need these
* changelog
---------
(cherry picked from commit dbc092d31d)
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
@@ -19,14 +19,10 @@ BuildRequires: gcc
|
||||
%pkg_static_files
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
export CFLAGS="%optflags"
|
||||
export LDFLAGS="%build_ldflags"
|
||||
./configure --libdir=%_libdir \
|
||||
--includedir=%_includedir \
|
||||
--sysconfdir=%_sysconfdir \
|
||||
--localstatedir=%_localstatedir \
|
||||
--prefix=%_prefix
|
||||
%autosetup
|
||||
|
||||
%conf
|
||||
%configure
|
||||
|
||||
%build
|
||||
%make_build
|
||||
@@ -41,5 +37,8 @@ export LDFLAGS="%build_ldflags"
|
||||
%_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
|
||||
|
||||
Reference in New Issue
Block a user