rpms/vte/devel vte.spec,1.168,1.169

Behdad Esfahbod behdad at fedoraproject.org
Sat Jan 30 00:05:53 UTC 2010


Author: behdad

Update of /cvs/pkgs/rpms/vte/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23849

Modified Files:
	vte.spec 
Log Message:
* Fri Jan 29 2010 Behdad Esfahbod <behdad at redhat.com> 0.23.5-2 
- Remove stale spec code 



Index: vte.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vte/devel/vte.spec,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -p -r1.168 -r1.169
--- vte.spec	14 Jan 2010 05:21:30 -0000	1.168
+++ vte.spec	30 Jan 2010 00:05:53 -0000	1.169
@@ -4,7 +4,7 @@
 
 Name: vte
 Version: 0.23.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A terminal emulator
 License: LGPLv2+
 Group: User Interface/X
@@ -61,18 +61,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
 rm $RPM_BUILD_ROOT/%{_libdir}/lib%{name}.a
 rm $RPM_BUILD_ROOT/%{_libdir}/lib%{name}.la
 
-# Work around AM_PATH_PYTHON from automake 1.6.3 not being multilib-aware.
-if test %{_libdir} != %{_prefix}/lib ; then
-	badpyexecdir=`ls -d $RPM_BUILD_ROOT/%{_prefix}/lib/python* 2> /dev/null || true`
-	if test -n "$badpyexecdir" ; then
-		pyexecdirver=`basename $badpyexecdir`
-		install -d -m755 $RPM_BUILD_ROOT/%{_libdir}/${pyexecdirver}
-		mv ${badpyexecdir}/site-packages $RPM_BUILD_ROOT/%{_libdir}/${pyexecdirver}/
-	fi
-fi
-
-# Remove static python modules and la files, which are probably useless to
-# Python anyway.
+# Remove static python modules and la files, which are probably useless to Python anyway.
 rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.la
 rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.a
 
@@ -108,6 +97,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*
 %doc %{_datadir}/gtk-doc/html/%{name}
 
 %changelog
+* Fri Jan 29 2010 Behdad Esfahbod <behdad at redhat.com> 0.23.5-2
+- Remove stale spec code
+
 * Thu Jan 14 2010 Behdad Esfahbod <behdad at redhat.com> 0.23.5-1
 - Update to 0.23.5
 



More information about the scm-commits mailing list