diff --git a/libpeas.spec b/libpeas.spec index f444732..9b07d11 100644 --- a/libpeas.spec +++ b/libpeas.spec @@ -1,6 +1,6 @@ Name: libpeas Version: 0.5.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Plug-ins implementation convenience library Group: System Environment/Libraries @@ -41,11 +41,12 @@ autoreconf -f %build %configure +# FIXME rpath disabling is disabled because it breaks the creation of the GIR files # Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath #sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool #sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool -V=1 make %{?_smp_mflags} +make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT @@ -90,6 +91,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || : %{_libdir}/pkgconfig/*.pc %changelog +* Thu Jun 24 2010 Bastien Nocera 0.5.0-4 +- Document rpath work-arounds disabling, and remove verbose build + * Fri Jun 18 2010 Bastien Nocera 0.5.0-3 - Fix a number of comments from review request