rpms/drgeo/FC-3 drgeo-1.1.0-htmlview.patch, NONE, 1.1 drgeo.spec, 1.1, 1.2

Eric Tanguy (tanguy) fedora-extras-commits at redhat.com
Wed Nov 2 21:49:45 UTC 2005


Author: tanguy

Update of /cvs/extras/rpms/drgeo/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14153/FC-3

Modified Files:
	drgeo.spec 
Added Files:
	drgeo-1.1.0-htmlview.patch 
Log Message:
auto-import drgeo-1.1.0-3 on branch FC-3 from drgeo-1.1.0-3.src.rpm

drgeo-1.1.0-htmlview.patch:

--- NEW FILE drgeo-1.1.0-htmlview.patch ---
--- ./glade/drgenius2.glade.htmlview	2003-11-24 22:24:11.000000000 +0100
+++ ./glade/drgenius2.glade	2005-11-02 20:35:18.000000000 +0100
@@ -7195,6 +7195,14 @@
 			  <property name="selection_mode">GTK_SELECTION_BROWSE</property>
 
 			  <child>
+			    <widget class="GtkListItem" id="listitem570">
+			      <property name="visible">True</property>
+			      <property name="can_focus">True</property>
+			      <property name="label" translatable="yes">htmlview </property>
+			    </widget>
+			  </child>
+
+			  <child>
 			    <widget class="GtkListItem" id="listitem57">
 			      <property name="visible">True</property>
 			      <property name="can_focus">True</property>
--- ./scm/preferences.scm.htmlview	2005-11-02 20:40:08.000000000 +0100
+++ ./scm/preferences.scm	2005-11-02 20:40:18.000000000 +0100
@@ -10,7 +10,7 @@
  (:angleStyle "Normal")
  (:scalarColor "Blue")
  (:sessionFile "session")
- (:htmlViewer "dillo ")
+ (:htmlViewer "htmlview ")
  (:undoLevel "5")
  (:figureName "Figure %d")
  (:figureFile "figure_")


Index: drgeo.spec
===================================================================
RCS file: /cvs/extras/rpms/drgeo/FC-3/drgeo.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- drgeo.spec	23 Oct 2005 21:07:12 -0000	1.1
+++ drgeo.spec	2 Nov 2005 21:49:43 -0000	1.2
@@ -1,12 +1,13 @@
 Summary: Interactive educational geometry software
 Name: drgeo
 Version: 1.1.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL
 Group: Applications/Engineering
 URL: http://www.ofset.org/drgeo
 
 Source: http://dl.sf.net/ofset/drgeo-%{version}.tar.gz
+Patch0: drgeo-1.1.0-htmlview.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: flex, bison, gmp-devel >= 2.0.2, desktop-file-utils
@@ -22,6 +23,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -32,6 +34,7 @@
 %makeinstall
 %find_lang %{name}
 perl -pi -e 's/^Icon=gnome-drgenius.png/Icon=drgeo.png/g' %{buildroot}%{_datadir}/applications/drgeo.desktop
+perl -pi -e 's/dillo/firefox/g' %{buildroot}%{_datadir}/drgeo/scm/preferences.scm
 desktop-file-install \
    --delete-original \
    --vendor=fedora   \
@@ -59,6 +62,9 @@
 %{_datadir}/applications/fedora-drgeo.desktop
 
 %changelog
+* Sun Oct 23 2005 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 1.1.0-3
+- Modify the default doc reader to htmlview
+
 * Sun Oct 23 2005 Eric Tanguy <eric.tanguy at univ-nantes.fr> - 1.1.0-2
 - Modify spec file
 




More information about the fedora-extras-commits mailing list