rpms/gobby/devel gobby-0.4.0rc4-localedir.patch, NONE, 1.1 gobby.spec, 1.16, 1.17

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sun Aug 20 20:36:46 UTC 2006


Author: lmacken

Update of /cvs/extras/rpms/gobby/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32158

Modified Files:
	gobby.spec 
Added Files:
	gobby-0.4.0rc4-localedir.patch 
Log Message:
gobby-0.4.0rc4-localedir.patch to fix locale issues


gobby-0.4.0rc4-localedir.patch:

--- NEW FILE gobby-0.4.0rc4-localedir.patch ---
--- po/Makefile.in.in.orig	2006-08-20 16:25:20.000000000 -0400
+++ po/Makefile.in.in	2006-08-20 16:25:27.000000000 -0400
@@ -27,7 +27,7 @@
 exec_prefix = @exec_prefix@
 datadir = @datadir@
 libdir = @libdir@
-localedir = $(libdir)/locale
+localedir = $(datadir)/locale
 gnulocaledir = $(datadir)/locale
 gettextsrcdir = $(datadir)/glib-2.0/gettext/po
 subdir = po


Index: gobby.spec
===================================================================
RCS file: /cvs/extras/rpms/gobby/devel/gobby.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gobby.spec	20 Aug 2006 19:47:13 -0000	1.16
+++ gobby.spec	20 Aug 2006 20:36:46 -0000	1.17
@@ -2,13 +2,14 @@
 
 Name:           gobby
 Version:        0.4.0
-Release:        8.%{_rc}%{?dist}
+Release:        9.%{_rc}%{?dist}
 Summary:        Free collaborative editor
 
 Group:          Applications/Internet
 License:        GPL
 URL:            http://gobby.0x539.de
 Source0:        http://releases.0x539.de/gobby/%{name}-%{version}%{_rc}.tar.gz
+Patch0:         %{name}-%{version}%{_rc}-localedir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libxml++-devel, gtksourceview-devel, gtkmm24-devel, obby-devel
@@ -29,6 +30,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}%{_rc}
+%patch0
 
 
 %build
@@ -70,6 +72,9 @@
 
 
 %changelog
+* Sun Aug 20 2006 Luke Macken <lmacken at redhat.com> - 0.4.0-9.rc4
+- gobby-0.4.0rc4-localedir.patch
+
 * Sun Aug 20 2006 Luke Macken <lmacken at redhat.com> - 0.4.0-8.rc4
 - 0.4.0rc4
 




More information about the scm-commits mailing list