rpms/libpeas/devel libpeas.spec,1.2,1.3

Bastien Nocera hadess at fedoraproject.org
Thu Jun 24 13:15:21 UTC 2010


Author: hadess

Update of /cvs/pkgs/rpms/libpeas/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2693

Modified Files:
	libpeas.spec 
Log Message:
* Thu Jun 24 2010 Bastien Nocera <bnocera at redhat.com> 0.5.0-4
- Document rpath work-arounds disabling, and remove verbose build



Index: libpeas.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libpeas/devel/libpeas.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- libpeas.spec	24 Jun 2010 13:08:49 -0000	1.2
+++ libpeas.spec	24 Jun 2010 13:15:21 -0000	1.3
@@ -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/
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Thu Jun 24 2010 Bastien Nocera <bnocera at redhat.com> 0.5.0-4
+- Document rpath work-arounds disabling, and remove verbose build
+
 * Fri Jun 18 2010 Bastien Nocera <bnocera at redhat.com> 0.5.0-3
 - Fix a number of comments from review request
 



More information about the scm-commits mailing list