rpms/taxipilot/devel taxipilot.spec,1.6,1.7

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Wed Dec 19 12:59:43 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/taxipilot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27330

Modified Files:
	taxipilot.spec 
Log Message:
* Wed Dec 19 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 0.9.2-5
- Add patch by Rex Dieter to no longer BuildRequire kdemultimedia3-devel, as
  that is going away, we now require arts-devel instead (bz 410851)
- Revert "Put our own private lib in a subdir of /usr/lib so that we no longer
  become multilib (bz 343261)" change, as that breaks sound
- Add a patch which ensures artsd gets started if needed



Index: taxipilot.spec
===================================================================
RCS file: /cvs/extras/rpms/taxipilot/devel/taxipilot.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- taxipilot.spec	19 Dec 2007 12:46:33 -0000	1.6
+++ taxipilot.spec	19 Dec 2007 12:59:06 -0000	1.7
@@ -29,12 +29,14 @@
 
 
 %build
+. /etc/profile.d/qt.sh
 %configure --disable-rpath
 make %{?_smp_mflags}
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
+. /etc/profile.d/qt.sh
 make install DESTDIR=$RPM_BUILD_ROOT
 rm $RPM_BUILD_ROOT%{_libdir}/libEXT_wavpo.so
 %find_lang %{name}




More information about the fedora-extras-commits mailing list