devel/glunarclock glunarclock-configure.in.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 glunarclock.spec, 1.3, 1.4 sources, 1.3, 1.4

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Sun Feb 13 16:42:03 UTC 2005


Author: thl

Update of /cvs/extras/devel/glunarclock
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11233

Modified Files:
	.cvsignore glunarclock.spec sources 
Added Files:
	glunarclock-configure.in.patch 
Log Message:
fix x86_64 with autoreconf; configure.in had also two bugs that needed to be fixed before it worked: It mentioned a not existing language file for sk; it tried to enable GNOME_COMPILE_WARNINGS not correctly which resulted in a configure error - removed tit for now. In anyone things this is a wrong fix please step up

glunarclock-configure.in.patch:

--- NEW FILE glunarclock-configure.in.patch ---
--- configure.in.old	2005-02-13 15:22:50.302454864 +0100
+++ configure.in	2005-02-13 15:23:05.926079712 +0100
@@ -15,8 +15,6 @@
 X_LIBS="$X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
 AC_SUBST(X_LIBS)
 
-GNOME_COMPILE_WARNINGS(yes)
-
 dnl Stuff we might need, not quite sure yet
 
 GTK_REQUIRED=2.1.0
@@ -92,7 +90,7 @@
 dnl ************************
 dnl **   Set up gettext   **
 dnl ************************
-ALL_LINGUAS="ast_ES az da de es fi fr ga gl hu ja ms nl no ro ru sk sr sv vi wa"
+ALL_LINGUAS="ast_ES az da de es fi fr ga gl hu ja ms nl no ro ru sr sv vi wa"
 
 GETTEXT_PACKAGE=glunarclock-0.32
 AC_SUBST(GETTEXT_PACKAGE)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/devel/glunarclock/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	27 Jan 2005 18:06:15 -0000	1.3
+++ .cvsignore	13 Feb 2005 16:42:01 -0000	1.4
@@ -1 +1,2 @@
+glunarclock-0.32.2-autoreconf.patch.bz2
 glunarclock-0.32.2.tar.gz


Index: glunarclock.spec
===================================================================
RCS file: /cvs/extras/devel/glunarclock/glunarclock.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glunarclock.spec	27 Jan 2005 18:06:15 -0000	1.3
+++ glunarclock.spec	13 Feb 2005 16:42:01 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           glunarclock
 Version:        0.32.2
-Release:        1
+Release:        2
 Epoch:          0
 Summary:        GNOME applet that displays the current lunar phase
 
@@ -8,6 +8,8 @@
 License:        GPL
 URL:            http://glunarclock.sourceforge.net/
 Source0:        http://download.sourceforge.net/glunarclock/glunarclock-0.32.2.tar.gz
+Patch0:		glunarclock-configure.in.patch
+Patch1:		glunarclock-0.32.2-autoreconf.patch.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libgnomeui-devel
@@ -31,7 +33,12 @@
 
 %prep
 %setup -q
-
+%ifarch x86_64
+# patch0 is normally only needed if you want to recreate patch1
+%patch0
+# was created after autoreconf -f -i and removing autom4te.cache/
+%patch1 -p1
+%endif
 
 %build
 %configure
@@ -87,6 +94,9 @@
 
 
 %changelog
+* Sun Feb 13 2005 Thorsten Leemhuis <fedora at leemhuis dot info> - 0.32.2-2
+- Add autoreconf and configure.in patch to fix x86_64;  
+
 * Sun Jan 16 2005 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.32.2-1
 - Updated to 0.32.2.
 


Index: sources
===================================================================
RCS file: /cvs/extras/devel/glunarclock/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	27 Jan 2005 18:06:15 -0000	1.3
+++ sources	13 Feb 2005 16:42:01 -0000	1.4
@@ -1 +1,2 @@
+3ac5e08b5ffa5cd697fe4115d791f4ab  glunarclock-0.32.2-autoreconf.patch.bz2
 3ac61aa62af4e0d53c90c18f09ee988f  glunarclock-0.32.2.tar.gz




More information about the fedora-extras-commits mailing list