rpms/ochusha/devel ochusha-prefs-gtkrc, NONE, 1.1 ochusha.sh, NONE, 1.1 .cvsignore, 1.43, 1.44 ochusha.spec, 1.58, 1.59 sources, 1.43, 1.44

Mamoru Tasaka mtasaka at fedoraproject.org
Wed Oct 29 07:04:52 UTC 2008


Author: mtasaka

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

Modified Files:
	.cvsignore ochusha.spec sources 
Added Files:
	ochusha-prefs-gtkrc ochusha.sh 
Log Message:
20081029T1600


--- NEW FILE ochusha-prefs-gtkrc ---
# ochusha-prefs-gtkrc for Fedora

style "ochusha-tree-view-style"
{
  font_name="Mona-VLGothic 12"
}

class "OchushaTreeSelectorView" style "ochusha-tree-view-style"

style "ochusha-thread-view-style"
{
  font_name="Mona-VLGothic 12"
}

class "OchushaHypertextView" style "ochusha-thread-view-style"



--- NEW FILE ochusha.sh ---
#!/bin/bash

LIBEXECDIR=/usr/libexec
DATADIR=/usr/share/ochusha

if [ -z $HOME ]
then
	echo "The environment \$HOME is not defined."
	exit 1
fi
if [ ! -d $HOME/.ochusha ]
then
	mkdir $HOME/.ochusha || exit 1
fi
if [ ! -f $HOME/.ochusha/ochusha-prefs-gtkrc ]
then
	install -c -p -m 0644 $DATADIR/ochusha-prefs-gtkrc $HOME/.ochusha/
fi

exec $LIBEXECDIR/ochusha $@


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- .cvsignore	25 Oct 2008 18:23:39 -0000	1.43
+++ .cvsignore	29 Oct 2008 07:04:22 -0000	1.44
@@ -1 +1 @@
-ochusha-0.5.99.67.1-cvs20081026T0316.tar.bz2
+ochusha-0.5.99.67.1-cvs20081029T1600.tar.bz2


Index: ochusha.spec
===================================================================
RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ochusha.spec	25 Oct 2008 18:23:39 -0000	1.58
+++ ochusha.spec	29 Oct 2008 07:04:22 -0000	1.59
@@ -12,12 +12,12 @@
 %define		system_ca_cert_file		%{_sysconfdir}/pki/tls/cert.pem
 
 %define		main_ver	0.5.99.67.1
-%define		codate		20081026
-%define		cotime_JST	0316
+%define		codate		20081029
+%define		cotime_JST	1600
 %define		strtag		cvs%{codate}T%{cotime_JST}
 %define		repoid		16560
 
-%define		vendor_rel	3
+%define		vendor_rel	4
 %define		pre_release	1
 
 %if %{pre_release}
@@ -36,6 +36,8 @@
 %else
 Source:		http://downloads.sourceforge.jp/ochusha/%{repoid}/%{name}-%{version}.tar.bz2
 %endif
+Source10:	ochusha-prefs-gtkrc
+Source11:	ochusha.sh
 Patch0:		ochusha-0.5.99.66-cvs070110-disable-lock-check.patch
 License:	BSD
 Group:		Applications/Internet
@@ -90,6 +92,7 @@
 %if %{with_system_ca_cert_file}
 	--with-ca-cert-file=%{system_ca_cert_file} \
 %endif
+	--bindir=%{_libexecdir} \
 	--libdir=%{_libdir}/%{name}
 
 %{__make} %{?_smp_flags}
@@ -101,6 +104,12 @@
 	INSTALL="%{__install} -p" \
 	install
 
+%{__mkdir_p} %{buildroot}%{_bindir}
+%{__install} -cpm 0755 %{SOURCE11} \
+	%{buildroot}%{_bindir}/%{name}
+%{__install} -cpm 0644 %{SOURCE10} \
+	%{buildroot}%{_datadir}/%{name}/ochusha-prefs-gtkrc
+
 # find lang
 %find_lang %{name}
 %find_lang %{name}-properties
@@ -180,6 +189,7 @@
 %doc	libochushagtk_lgpl/COPYING.libochushagtk_lgpl
 
 %{_bindir}/%{name}
+%{_libexecdir}/%{name}
 %{_datadir}/%{name}/
 %{_libdir}/%{name}/
 %{_mandir}/man1/%{name}.1*
@@ -188,9 +198,13 @@
 %{_datadir}/icons/hicolor/48x48/apps/*.png
 
 %changelog
-* Sun Oct 26 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
+* Wed Oct 29 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
 - Use latest CVS
 
+* Tue Oct 28 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.5.99.67.1-0.4.cvs20081023T0304
+- Install ochusha-prefs-gtkrc to set default font
+- ... and use wrapper script
+
 * Mon Oct 20 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.5.99.67.1-0.2.cvs20081020_1
 - Upstream development restarted, try latest
 - Use system-wide oniguruma


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ochusha/devel/sources,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- sources	25 Oct 2008 18:23:39 -0000	1.43
+++ sources	29 Oct 2008 07:04:22 -0000	1.44
@@ -1 +1 @@
-51266c0dfe8bea9e4ee9e35d2c32097d  ochusha-0.5.99.67.1-cvs20081026T0316.tar.bz2
+b8262dd26d47da95091969d6772ace91  ochusha-0.5.99.67.1-cvs20081029T1600.tar.bz2




More information about the scm-commits mailing list