rpms/tetex/F-8 tetex.spec,1.117,1.118

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Fri Nov 16 12:27:21 UTC 2007


Author: jnovy

Update of /cvs/extras/rpms/tetex/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4351

Modified Files:
	tetex.spec 
Log Message:
- temporarily disable check-buildroot so that we don't get
  broken fmt files after buildroot references removal (#325311)



Index: tetex.spec
===================================================================
RCS file: /cvs/extras/rpms/tetex/F-8/tetex.spec,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- tetex.spec	13 Nov 2007 14:39:45 -0000	1.117
+++ tetex.spec	16 Nov 2007 12:26:49 -0000	1.118
@@ -11,7 +11,7 @@
 Summary: The TeX text formatting system.
 Name: tetex
 Version: 3.0
-Release: 44.2%{?dist}
+Release: 44.3%{?dist}
 License: Public Domain and GPLv2 and MIT and LPPL and Utopia and Artistic 2.0
 Group: Applications/Publishing
 Requires: tmpwatch, dialog, ed
@@ -29,6 +29,9 @@
 Source99: tetex-filter-requires.sh
 %define __perl_requires %{SOURCE99}
 
+# Temporarily disable check-buildroot
+%define __arch_install_post %{nil}
+
 #####
 # Source100-200: teTeX extension styles
 #####
@@ -764,9 +767,9 @@
 head -n 1 ${RPM_BUILD_ROOT}/usr/share/texmf/ls-R > \
 	  ${RPM_BUILD_ROOT}/var/lib/texmf/ls-R
 
-# remove references to buildroot so that build succeeds:
-find ${RPM_BUILD_ROOT} -type f -name "*.map" -o -name "*.fmt" -o \
--name "*.base" | xargs sed -i "s@${RPM_BUILD_ROOT}@@g"
+# remove references to buildroot:
+find ${RPM_BUILD_ROOT} -type f -name "*.map" \
+| xargs sed -i "s@${RPM_BUILD_ROOT}@@g"
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -887,6 +890,10 @@
 %defattr(-,root,root)
 
 %changelog
+* Fri Nov 16 2007 Jindrich Novy <jnovy at redhat.com> 3.0-44.3
+- temporarily disable check-buildroot so that we don't get
+  broken fmt files after buildroot references removal (#325311)
+
 * Tue Nov 13 2007 Jindrich Novy <jnovy at redhat.com> 3.0-44.2
 - fix dvips -z buffer overflow with long href (#368591)
 - fix insecure usage of temporary file in dviljk (#368611, #368641)




More information about the fedora-extras-commits mailing list