rpms/dbus/devel dbus.spec,1.90,1.91

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jul 19 15:39:32 UTC 2006


Author: johnp

Update of /cvs/dist/rpms/dbus/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6474

Modified Files:
	dbus.spec 
Log Message:
- change the arch-deps.h include directory to /usr/lib[64] instead of /lib[64]
  in the dbus-1.pc file after compile



Index: dbus.spec
===================================================================
RCS file: /cvs/dist/rpms/dbus/devel/dbus.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- dbus.spec	19 Jul 2006 14:30:43 -0000	1.90
+++ dbus.spec	19 Jul 2006 15:39:29 -0000	1.91
@@ -8,7 +8,7 @@
 Summary: D-BUS message bus
 Name: dbus
 Version: 0.90
-Release: 5 
+Release: 6 
 URL: http://www.freedesktop.org/software/dbus/
 Source0: %{name}-%{version}.tar.gz
 License: AFL/GPL
@@ -100,7 +100,10 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 
 mkdir -p $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
-mv -f $RPM_BUILD_ROOT/%{_lib}/pkgconfig/*.pc $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
+
+#change the arch-deps.h include directory to /usr/lib[64] instead of /lib[64]
+sed -e 's at -I${libdir}@-I${prefix}/%{_lib}@' $RPM_BUILD_ROOT/%{_lib}/pkgconfig/dbus-1.pc > $RPM_BUILD_ROOT/%{_libdir}/pkgconfig/dbus-1.pc
+rm -f $RPM_BUILD_ROOT/%{_lib}/pkgconfig/dbus-1.pc
 
 mkdir -p $RPM_BUILD_ROOT/%{_bindir}
 mv -f $RPM_BUILD_ROOT/bin/dbus-launch $RPM_BUILD_ROOT/%{_bindir}
@@ -166,6 +169,10 @@
 %{_includedir}/*
 
 %changelog
+* Wed Jul 19 2006 John (J5) Palmieri <johnp at redhat.com> - 0.90-6
+- change the arch-deps.h include directory to /usr/lib[64] instead of /lib[64]
+  in the dbus-1.pc file after compile
+
 * Wed Jul 19 2006 John (J5) Palmieri <johnp at redhat.com> - 0.90-5
 - Move arch include file from lib to libdir
 




More information about the fedora-cvs-commits mailing list