rpms/kazehakase/F-12 kazehakase-0.5.7-external-rev938-libegg-parallel_make.patch, NONE, 1.1 .cvsignore, 1.36, 1.37 kazehakase.spec, 1.94, 1.95 sources, 1.36, 1.37 kazehakase-rev3773-gtk021705.patch, 1.1, NONE

Mamoru Tasaka mtasaka at fedoraproject.org
Tue Sep 29 04:12:48 UTC 2009


Author: mtasaka

Update of /cvs/extras/rpms/kazehakase/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22463

Modified Files:
	.cvsignore kazehakase.spec sources 
Added Files:
	kazehakase-0.5.7-external-rev938-libegg-parallel_make.patch 
Removed Files:
	kazehakase-rev3773-gtk021705.patch 
Log Message:
* Tue Sep 29 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.5.8-1
- Update to 0.5.8


kazehakase-0.5.7-external-rev938-libegg-parallel_make.patch:
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE kazehakase-0.5.7-external-rev938-libegg-parallel_make.patch ---
Index: libegg/pixbufthumbnail/Makefile.am
===================================================================
--- libegg/pixbufthumbnail/Makefile.am	(revision 938)
+++ libegg/pixbufthumbnail/Makefile.am	(working copy)
@@ -26,7 +26,7 @@
 
 testeggpixbufthumbnail_LDADD = \
 	$(EGG_LIBS) \
-	$(top_builddir)/libegg/pixbufthumbnail/libeggpixbufthumbnail.la
+	libeggpixbufthumbnail.la
 
 testeggpixbufthumbnail_SOURCES = \
 	testeggpixbufthumbnail.c


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kazehakase/F-12/.cvsignore,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- .cvsignore	29 Aug 2009 05:37:09 -0000	1.36
+++ .cvsignore	29 Sep 2009 04:12:47 -0000	1.37
@@ -1 +1 @@
-kazehakase-0.5.7.tar.gz
+kazehakase-0.5.8.tar.gz


Index: kazehakase.spec
===================================================================
RCS file: /cvs/extras/rpms/kazehakase/F-12/kazehakase.spec,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -p -r1.94 -r1.95
--- kazehakase.spec	9 Sep 2009 18:15:01 -0000	1.94
+++ kazehakase.spec	29 Sep 2009 04:12:47 -0000	1.95
@@ -12,13 +12,13 @@
 %define		rubyabi		1.8
 %define		support_webkit	1
 
-%undefine		usesvn		
+#%%define		usesvn		0
 %define		need_autogen	0
 
 %define		min_webkit_EVR	1.1.1
 
 %if 0%{?fedora} >= 11
-%define		Geckover	1.9.1
+%define		Geckover	1.9.1.2
 %endif
 %if 0%{?fedora} >= 9 && 0%{?fedora} <= 10
 %define		Geckover	1.9
@@ -30,15 +30,15 @@
 
 %define		obsolete_plugin_ver	0.4.5-1
 
-%define		repoid		43338
-%define		svnver		3783_trunk
+%define		repoid		43802
+%define		svnver		3859_trunk
 
 
 #
 # When changing release number, please make it sure that
 # the new EVR won't be higher than the one of higher branch!!
 #
-%define		fedorarel	2
+%define		fedorarel	1
 %define		_release	%{fedorarel}%{?usesvn:.svn%svnver}
 
 %if 0%{?fedora} < 1
@@ -48,7 +48,7 @@
 
 
 Name:		kazehakase
-Version:	0.5.7
+Version:	0.5.8
 #
 # When changing release number, please make it sure that
 # the new EVR won't be higher than the one of higher branch!!
@@ -62,8 +62,13 @@ URL:		http://kazehakase.sourceforge.jp/
 Source0:	http://dl.sourceforge.jp/kazehakase/%{repoid}/%{name}-%{version}%{?usesvn:-svn%svnver}.tar.gz
 Patch11:	kazehakase-svn3756_trunk-workaround-rh447444.patch
 Patch14:	kazehakase-0.5.6-rev3769-embed-vendor-version.patch
+%if 0%{?fedora} <= 11
+Patch15:	kazehakase-0.5.7-gtk0218.patch
+%endif
+Patch17:	kazehakase-0.5.7-external-rev938-libegg-parallel_make.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires:	dbus-devel
 BuildRequires:	expat-devel
 BuildRequires:	gnutls-devel
 BuildRequires:	gtk2-devel
@@ -120,6 +125,9 @@ This package uses Gecko for HTML renderi
 %package	base
 Summary:	Base package of Kazehakase
 Group:		Applications/Internet
+%if %{support_ruby} < 1
+Obsoletes:	%{name}-ruby < %{version}-%{release}
+%endif
 
 %description	base
 This package contains base files for Kazehakase.
@@ -185,6 +193,11 @@ This package uses WebKit for HTML render
 
 %patch11 -p0 -b .rhbug
 %patch14 -p1 -b .evr
+%if 0%{?fedora} <= 11
+# Reverse!!
+%patch15 -p0 -b .gtk -R
+%endif
+%patch17 -p0 -b .libegg_mak
 
 %if %{need_autogen}
 sh autogen.sh
@@ -237,20 +250,31 @@ EOF
 %build
 export CFLAGS="%{optflags} -DVERSION_VENDOR=\\\"%{version}-%{release}\\\""
 
+rm -rf builddir ; mkdir builddir
+pushd builddir
+ln -sf ../configure
+
 # --disable-shave is to make build.log more verbose
 %configure \
+	--srcdir=$(pwd)/.. \
 	--disable-shave \
 	--enable-migemo \
+%if %{support_ruby} < 1
+	--with-ruby=no \
+%endif
 	--with-gecko-engine=libxul \
 	--disable-gtkmozembed
 
-%{__make} -C libegg -k # not parallel make
 %{__make} %{?_smp_mflags} -k
+popd
 
 %install
 %{__rm} -rf $RPM_BUILD_ROOT
+
+pushd builddir
 %{__make} install DESTDIR=$RPM_BUILD_ROOT \
 	INSTALL="%{__install} -c -p"
+popd
 
 %{__rm} -f $RPM_BUILD_ROOT%{_libdir}/%{name}/lib*.so
 find $RPM_BUILD_ROOT%{_libdir}/%{name} -name \*.la | xargs %{__rm} -f
@@ -278,10 +302,13 @@ desktop-file-install \
 %config(noreplace) %{_sysconfdir}/%{name}/mozilla/*.xml
 
 %{_bindir}/%{name}
+%{_bindir}/kz-embed-process
 %dir %{_libdir}/%{name}/
 %dir %{_libdir}/%{name}/embed/
 %dir %{_libdir}/%{name}/search/
+
 %{_libdir}/%{name}/libkazehakase.so.*
+%{_libdir}/%{name}/embed/per_process.so
 
 %dir %{_datadir}/%{name}/
 %if %{support_ruby}
@@ -325,8 +352,16 @@ desktop-file-install \
 %endif
 
 %changelog
-* Thu Sep 10 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
-- release++
+* Tue Sep 29 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.5.8-1
+- Update to 0.5.8
+
+* Tue Sep 29 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
+- rev 3859
+- Enable ruby support again
+
+* Mon Sep  7 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.5.7-3.svn3832_trunk
+- Try rev 3832 for new dbus feature
+- Kill ruby support until it gets compiled
 
 * Sat Aug 29 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.5.7-1
 - Update to 0.5.7


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kazehakase/F-12/sources,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- sources	29 Aug 2009 05:37:10 -0000	1.36
+++ sources	29 Sep 2009 04:12:47 -0000	1.37
@@ -1 +1 @@
-1f01892d8a0775c71a856d303a1e32bd  kazehakase-0.5.7.tar.gz
+22d831982ebe010338907381caee8fdf  kazehakase-0.5.8.tar.gz


--- kazehakase-rev3773-gtk021705.patch DELETED ---




More information about the fedora-extras-commits mailing list