public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: use --with-runtime-libdir
@ 2026-08-11 10:34 Matthias Clasen
0 siblings, 0 replies; only message in thread
From: Matthias Clasen @ 2026-08-11 10:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 4675b30af4f8b77a8c51def0ecd00076b1cfbad4
Author : Matthias Clasen <mclasen@fedoraproject.org>
Date : 2009-07-06T05:14:30+00:00
Stats : +5/-12 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/4675b30af4f8b77a8c51def0ecd00076b1cfbad4?branch=cve-2026-58016-f44
Log:
use --with-runtime-libdir
---
diff --git a/glib2.spec b/glib2.spec
index 1a6c8ac..0edf1b5 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -3,7 +3,7 @@
Summary: A library of handy utility functions
Name: glib2
Version: 2.21.3
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -52,7 +52,7 @@ of version 2 of the GLib library.
%setup -q -n glib-%{version}
%build
-%configure --disable-gtk-doc --enable-static
+%configure --disable-gtk-doc --enable-static --with-runtime-libdir=../../%{_lib}
make %{?_smp_mflags}
%install
@@ -60,16 +60,6 @@ rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
-# we build into /usr/lib, but we want the libraries (but not
-# the devel stuff) in /lib
-./mkinstalldirs $RPM_BUILD_ROOT/%{_lib}
-pushd $RPM_BUILD_ROOT%{_libdir}
-for name in glib gobject gmodule gthread gio; do
- mv lib${name}-2.0.so.* ../../%{_lib}
- ln -sf ../../%{_lib}/lib${name}-2.0.so.*.* lib${name}-2.0.so
-done
-popd
-
## glib2.sh and glib2.csh
./mkinstalldirs $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
@@ -117,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/lib*.a
%changelog
+* Mon Jul 6 2009 Matthias Clasen <mclasen@redhat.com> - 2.21.3-2
+- Use --with-runtime-libdir
+
* Mon Jul 6 2009 Matthias Clasen <mclasen@redhat.com> - 2.21.3-1
- Update to 2.21.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-11 10:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-11 10:34 [rpms/glib2] cve-2026-58016-f44: use --with-runtime-libdir Matthias Clasen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox