Remove lib64 rpaths
This commit is contained in:
parent
2d55758528
commit
e94a0d3de3
@ -18,6 +18,7 @@ Requires(postun): /usr/bin/gtk-update-icon-cache
|
||||
|
||||
### Build Dependencies ###
|
||||
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: desktop-file-utils >= 0.3
|
||||
BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
@ -56,6 +57,8 @@ find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/devhelp/books
|
||||
|
||||
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/devhelp
|
||||
|
||||
%find_lang devhelp
|
||||
|
||||
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/devhelp.desktop
|
||||
@ -106,6 +109,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%changelog
|
||||
* Fri Aug 22 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.4-3
|
||||
- Switch to webkitgtk4
|
||||
- Remove lib64 rpaths
|
||||
|
||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.13.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user