Remove an unwanted lib64 rpath
This commit is contained in:
parent
2edafb4bf7
commit
b0d054b1d0
@ -8,6 +8,7 @@ License: GPLv2+ and GFDL
|
|||||||
URL: https://live.gnome.org/Baobab
|
URL: https://live.gnome.org/Baobab
|
||||||
Source0: http://download.gnome.org/sources/baobab/3.6/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/baobab/3.6/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: chrpath
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: libgtop2-devel
|
BuildRequires: libgtop2-devel
|
||||||
@ -38,6 +39,8 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/baobab
|
||||||
|
|
||||||
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/baobab.desktop
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/baobab.desktop
|
||||||
|
|
||||||
%find_lang %{name} --with-gnome
|
%find_lang %{name} --with-gnome
|
||||||
@ -73,6 +76,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Nov 15 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.3-1
|
* Thu Nov 15 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.3-1
|
||||||
- Update to 3.6.3
|
- Update to 3.6.3
|
||||||
|
- Remove an unwanted lib64 rpath
|
||||||
|
|
||||||
* Wed Nov 14 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.6.2-2
|
* Wed Nov 14 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.6.2-2
|
||||||
- Fix homepage URL
|
- Fix homepage URL
|
||||||
|
Loading…
Reference in New Issue
Block a user