2007-09-27 Laszlo (Laca) Peter <[email protected]>
authorlaca
Fri, 28 Sep 2007 02:42:09 +0000
changeset 10562 34666b1a91cb
parent 10561 2e7fecf0591b
child 10563 4006808e0a93
2007-09-27 Laszlo (Laca) Peter <[email protected]> * SUNWgnome-a11y-reader.spec, SUNWgnome-pdf-viewer.spec, SUNWgnome-print.spec: delete some unnecessary env variables that breat the indiana build
ChangeLog
SUNWgnome-a11y-reader.spec
SUNWgnome-pdf-viewer.spec
SUNWgnome-print.spec
--- a/ChangeLog	Thu Sep 27 22:30:33 2007 +0000
+++ b/ChangeLog	Fri Sep 28 02:42:09 2007 +0000
@@ -1,3 +1,9 @@
+2007-09-27  Laszlo (Laca) Peter  <[email protected]>
+
+	* SUNWgnome-a11y-reader.spec, SUNWgnome-pdf-viewer.spec,
+	  SUNWgnome-print.spec: delete some unnecessary env variables
+	  that breat the indiana build
+
 2007-09-27  Brian Cameron  <[email protected]>
 
         * patches/gnome-media-03-supportdevices.diff:  Fix patch so that
--- a/SUNWgnome-a11y-reader.spec	Thu Sep 27 22:30:33 2007 +0000
+++ b/SUNWgnome-a11y-reader.spec	Fri Sep 28 02:42:09 2007 +0000
@@ -47,8 +47,6 @@
 
 %build
 export PKG_CONFIG_PATH=%{_pkg_config_path}
-export MSGFMT="/usr/bin/msgfmt"
-export ACLOCAL_FLAGS="-I %{_datadir}/aclocal"
 export PYTHON="/usr/bin/python"
 export CPPFLAGS="-I/usr/include/python2.4"
 export CFLAGS="%optflags -I%{_includedir} -I/usr/include/python2.4"
@@ -115,6 +113,8 @@
 %endif
 
 %changelog
+* Thu Sep 27 2007 - [email protected]
+- delete some unnecessary env variables
 * Wed Aug 01 2007 - [email protected]
 - Add new icons to %files.
 * Mon Feb 05 2007 - [email protected]
--- a/SUNWgnome-pdf-viewer.spec	Thu Sep 27 22:30:33 2007 +0000
+++ b/SUNWgnome-pdf-viewer.spec	Fri Sep 28 02:42:09 2007 +0000
@@ -3,7 +3,7 @@
 #
 # includes module(s): poppler, poppler-data, evince
 #
-# Copyright (c) 2004 Sun Microsystems, Inc.
+# Copyright 2007 Sun Microsystems, Inc.
 # This file and all modifications and additions to the pristine
 # package are under the same license as the package itself.
 #
@@ -91,7 +91,6 @@
 %build
 export PKG_CONFIG_PATH=%{_pkg_config_path}
 export LDFLAGS="%_ldflags -L/usr/X11/lib -R /usr/X11/lib -L/usr/sfw/lib -R/usr/sfw/lib -lX11 -lm"
-export MSGFMT="/usr/bin/msgfmt"
 export CFLAGS="%optflags -I/usr/sfw/include"
 %if %cc_is_gcc
 %else
@@ -99,8 +98,6 @@
 %endif
 export CXXFLAGS="%cxx_optflags"
 export RPM_OPT_FLAGS="$CFLAGS"
-export ACLOCAL_FLAGS="-I %{_datadir}/aclocal"
-export PERL5LIB=%{_prefix}/perl5/site_perl/5.6.1/sun4-solaris-64int
 
 %popplerdata.build -d %name-%version
 %poppler.build -d %name-%version
@@ -234,6 +231,8 @@
 %{_sysconfdir}/gconf/schemas/evince-thumbnailer-ps.schemas
 
 %changelog
+* Thu Sep 27 2007 - [email protected]
+- delete some unnecessary env variables
 * Mon Sep 17 2007 - [email protected]
 - Remove the now obsolete xpdf fonts since this is not supported in poppler
   any more since 0.6. Add the poppler-data datafiles which are replacing the
--- a/SUNWgnome-print.spec	Thu Sep 27 22:30:33 2007 +0000
+++ b/SUNWgnome-print.spec	Fri Sep 28 02:42:09 2007 +0000
@@ -3,7 +3,7 @@
 #
 # includes module(s): libgnomeprint, libgnomeprintui
 #
-# Copyright (c) 2004 Sun Microsystems, Inc.
+# Copyright 2007 Sun Microsystems, Inc.
 # This file and all modifications and additions to the pristine
 # package are under the same license as the package itself.
 #
@@ -94,10 +94,7 @@
 ln -s ../../libgnomeprint-%{gprint.version}/libgnomeprint/gpa libgnomeprint/private
 
 %build
-export PERL5LIB=%{_prefix}/perl5/site_perl/5.6.1/sun4-solaris-64int
 export PKG_CONFIG_PATH=../libgnomeprint-%{gprint.version}/libgnomeprint:%{_pkg_config_path}
-export MSGFMT="/usr/bin/msgfmt"
-export ACLOCAL_FLAGS="-I %{_datadir}/aclocal"
 export LDFLAGS="%_ldflags -L/usr/sfw/lib -R/usr/sfw/lib"
 export CFLAGS="%optflags"
 
@@ -275,6 +272,8 @@
 %endif
 
 %changelog
+* Thu Sep 27 2007 - [email protected]
+- delete some unnecessary env variables
 * Tue Apr 24 2007 - [email protected]
 - s/0755/-/ in defattr so that files are not made all executable
 * Mon Sep 04 2006 - [email protected]