Remove rpath
This commit is contained in:
parent
1de5742ff5
commit
5498375303
@ -42,7 +42,7 @@
|
||||
|
||||
Name: gimp
|
||||
Version: 2.99.10
|
||||
Release: 1
|
||||
Release: 2
|
||||
Epoch: 2
|
||||
Summary: The GNU Image Manipulation Program
|
||||
License: GPL-3.0-or-later
|
||||
@ -121,7 +121,7 @@ BuildRequires: pkgconfig(xfixes)
|
||||
BuildRequires: pkgconfig(xmu)
|
||||
BuildRequires: pkgconfig(xpm)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
BuildRequires: autoconf libtool gettext-devel
|
||||
BuildRequires: autoconf libtool gettext-devel chrpath
|
||||
BuildRequires: ncurses-devel ncurses-libs slang-devel gpm-devel gpm-libs
|
||||
%requires_eq gegl-0_4
|
||||
Requires: gjs
|
||||
@ -309,6 +309,8 @@ sed -e "s/@GIMP_APIVER@/%{apiver}/;s/@GIMP_ABIVER@/%{abiver}/" \
|
||||
< $RPM_SOURCE_DIR/macros.gimp > macros.gimp
|
||||
install -m 644 -c macros.gimp \
|
||||
%{buildroot}%{_sysconfdir}/rpm/macros.gimp
|
||||
chrpath -d %{buildroot}/usr/lib64/gimp/2.99/plug-ins/file-aa/file-aa
|
||||
|
||||
%fdupes %{buildroot}%{_datadir}/gtk-doc/
|
||||
%fdupes %{buildroot}%{_libdir}/gimp/2.99/python/
|
||||
%fdupes %{buildroot}%{_datadir}/gimp/2.99/
|
||||
@ -415,6 +417,9 @@ install -m 644 -c macros.gimp \
|
||||
%{_libdir}/gimp/2.99/extensions/org.gimp.extension.goat-exercises
|
||||
|
||||
%changelog
|
||||
* Thu Jan 18 2024 liyanan <liyanan61@h-partners.com> - 2:2.99.10-2
|
||||
- Remove rpath
|
||||
|
||||
* Thu Nov 30 2023 Ge Wang <wang__ge@126.com> - 2:2.99.10-1
|
||||
- Update to version 2.99.10
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user