rpms/gnome-games/devel lsb-really?.patch,NONE,1.1

Matthias Clasen mclasen at fedoraproject.org
Sat Jun 12 23:25:27 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-games/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32632

Added Files:
	lsb-really?.patch 
Log Message:
add patch


lsb-really?.patch:
 configure.in |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

--- NEW FILE lsb-really?.patch ---
diff -up gnome-games-2.31.2/configure.in.lsb-really? gnome-games-2.31.2/configure.in
--- gnome-games-2.31.2/configure.in.lsb-really?	2010-05-27 19:28:15.074672977 -0400
+++ gnome-games-2.31.2/configure.in	2010-05-27 19:28:37.806427971 -0400
@@ -229,14 +229,8 @@ GNOME_MAINTAINER_MODE_DEFINES
 # Distribution info
 # *****************
 
-LSB_DISTRIBUTOR=
-LSB_DISTRIBUTION=
-
-AC_PATH_PROG([LSB_RELEASE],[lsb_release],[false])
-if test "$LSB_RELEASE" != "false"; then
-  LSB_DISTRIBUTOR="$($LSB_RELEASE -s -i | sed 's,^\",,;s,\"$,,')"
-  LSB_DISTRIBUTION="$($LSB_RELEASE -s -d | sed 's,^\",,;s,\"$,,')"
-fi
+LSB_DISTRIBUTOR="Red Hat, Inc."
+LSB_DISTRIBUTION="Fedora"
 
 AC_DEFINE_UNQUOTED([LSB_DISTRIBUTOR],["$LSB_DISTRIBUTOR"],[The distributor ID])
 AC_DEFINE_UNQUOTED([LSB_DISTRIBUTION],["$LSB_DISTRIBUTION"],[The full distribution description])



More information about the scm-commits mailing list