rpms/ochusha/devel ochusha.spec,1.106,1.107

Mamoru Tasaka mtasaka at fedoraproject.org
Thu Jun 3 19:16:34 UTC 2010


Author: mtasaka

Update of /cvs/extras/rpms/ochusha/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26179

Modified Files:
	ochusha.spec 
Log Message:
* Fri Jun  4 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.6.0.1-0.8.cvs20090728T0130
- Umm... just a workaround for GTK deprecated functions issue...



Index: ochusha.spec
===================================================================
RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -p -r1.106 -r1.107
--- ochusha.spec	13 Feb 2010 16:40:21 -0000	1.106
+++ ochusha.spec	3 Jun 2010 19:16:33 -0000	1.107
@@ -21,11 +21,11 @@
 %define		strtag		cvs%{codate}T%{cotime_JST}
 %define		repoid		36733
 
-%define		vendor_rel	7
+%define		vendor_rel	8
 %define		pre_release	1
 
 %if %{pre_release}
-%define		rel		0.%{vendor_rel}.%{strtag}%{?dist}.1
+%define		rel		0.%{vendor_rel}.%{strtag}%{?dist}
 %else
 %define		rel		%{vendor_rel}%{?dist}
 %endif
@@ -75,7 +75,7 @@ images that helps users to interact with
 %else
 %setup -q
 %endif
-%patch0 -p0 -b .gtk
+#%%patch0 -p0 -b .gtk
 
 # Icon path fix
 %{__sed} -i -e 's|Icon.*$|Icon=ochusha48|' ochusha/ochusha.desktop.in
@@ -83,6 +83,12 @@ images that helps users to interact with
 # set xdg-open as a default browser
 %{__sed} -i -e 's|firefox|xdg-open|' ochusha/ui_constants.h
 
+# Umm...
+%{__sed} -i.depre -e 's|GTK_EXTRA_CFLAGS=.*|GTK_EXTRA_CFLAGS=""|' configure.ac
+%{__sed} -i.depre \
+	-e 's|-D[^ ][^ ]*DEPRECATED||g' \
+	libochushagtk_lgpl/Makefile.am
+
 %if %{pre_release}
 sh autogen.sh
 %endif
@@ -222,6 +228,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_datadir}/icons/hicolor/48x48/apps/*.png
 
 %changelog
+* Fri Jun  4 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.6.0.1-0.8.cvs20090728T0130
+- Umm... just a workaround for GTK deprecated functions issue...
+
 * Sun Feb 14 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.6.0.1-0.7.cvs20090728T0130
 - Patch to compile with GTK 2.19.3+
 



More information about the scm-commits mailing list