rpms/kazehakase/devel .cvsignore, 1.38, 1.39 kazehakase.spec, 1.95, 1.96 sources, 1.38, 1.39 kazehakase-0.5.7-rev3832-dbus.patch, 1.1, NONE

Mamoru Tasaka mtasaka at fedoraproject.org
Mon Sep 28 15:12:38 UTC 2009


Author: mtasaka

Update of /cvs/extras/rpms/kazehakase/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30129

Modified Files:
	.cvsignore kazehakase.spec sources 
Removed Files:
	kazehakase-0.5.7-rev3832-dbus.patch 
Log Message:
* Tue Sep 29 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
- rev 3859



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kazehakase/devel/.cvsignore,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- .cvsignore	13 Sep 2009 17:45:30 -0000	1.38
+++ .cvsignore	28 Sep 2009 15:12:36 -0000	1.39
@@ -1 +1 @@
-kazehakase-0.5.7-svn3846_trunk.tar.gz
+kazehakase-0.5.7-svn3859_trunk.tar.gz


Index: kazehakase.spec
===================================================================
RCS file: /cvs/extras/rpms/kazehakase/devel/kazehakase.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -p -r1.95 -r1.96
--- kazehakase.spec	13 Sep 2009 17:45:30 -0000	1.95
+++ kazehakase.spec	28 Sep 2009 15:12:37 -0000	1.96
@@ -12,11 +12,6 @@
 %define		rubyabi		1.8
 %define		support_webkit	1
 
-# Kill ruby extension for F-13 until it gets compiled
-%if 0%{?fedora} >= 13
-%define		support_ruby	0
-%endif
-
 %define		usesvn		1
 %define		need_autogen	0
 
@@ -36,7 +31,7 @@
 %define		obsolete_plugin_ver	0.4.5-1
 
 %define		repoid		43338
-%define		svnver		3846_trunk
+%define		svnver		3859_trunk
 
 
 %define		fedorarel	3
@@ -62,7 +57,6 @@ Patch14:	kazehakase-0.5.6-rev3769-embed-
 %if 0%{?fedora} <= 11
 Patch15:	kazehakase-0.5.7-gtk0218.patch
 %endif
-Patch16:	kazehakase-0.5.7-rev3832-dbus.patch
 Patch17:	kazehakase-0.5.7-external-rev938-libegg-parallel_make.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -195,7 +189,6 @@ This package uses WebKit for HTML render
 # Reverse!!
 %patch15 -p0 -b .gtk -R
 %endif
-%patch16 -p0 -b .dbus_mak
 %patch17 -p0 -b .libegg_mak
 
 %if %{need_autogen}
@@ -249,8 +242,13 @@ 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
@@ -260,11 +258,15 @@ export CFLAGS="%{optflags} -DVERSION_VEN
 	--disable-gtkmozembed
 
 %{__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
@@ -342,8 +344,8 @@ desktop-file-install \
 %endif
 
 %changelog
-* Mon Sep 14 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
-- rev 3846
+* Tue Sep 29 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
+- rev 3859
 
 * 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


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kazehakase/devel/sources,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- sources	13 Sep 2009 17:45:30 -0000	1.38
+++ sources	28 Sep 2009 15:12:37 -0000	1.39
@@ -1 +1 @@
-78ad88120148bf370d040707b23e72ad  kazehakase-0.5.7-svn3846_trunk.tar.gz
+eebb97bac5216d812d864af5ebb22893  kazehakase-0.5.7-svn3859_trunk.tar.gz


--- kazehakase-0.5.7-rev3832-dbus.patch DELETED ---




More information about the fedora-extras-commits mailing list