rpms/gedit-latex-plugin/F-11 gedit-latex-plugin.spec, 1.5, 1.6 sources, 1.4, 1.5

Sergio Pascual sergiopr at fedoraproject.org
Wed Apr 21 14:19:27 UTC 2010


Author: sergiopr

Update of /cvs/pkgs/rpms/gedit-latex-plugin/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2347

Modified Files:
	gedit-latex-plugin.spec sources 
Log Message:
* Wed Apr 21 2010 Sergio Pascual <sergiopr at fedoraproject.org> - 0.2-1
- New upstream source. Fixes bz #576598



Index: gedit-latex-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gedit-latex-plugin/F-11/gedit-latex-plugin.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- gedit-latex-plugin.spec	26 Mar 2010 17:08:46 -0000	1.5
+++ gedit-latex-plugin.spec	21 Apr 2010 14:19:27 -0000	1.6
@@ -1,6 +1,6 @@
 Name: gedit-latex-plugin
 Version: 0.2
-Release: 0.3.rc3%{?dist}
+Release: 1%{?dist}
 Summary: Gedit plugin for composing and compiling LaTeX documents
 
 %define upname LaTeXPlugin
@@ -8,10 +8,10 @@ Summary: Gedit plugin for composing and 
 Group: Applications/Editors
 License: GPLv2+
 URL: http://live.gnome.org/Gedit/LaTeXPlugin
-Source0: http://downloads.sourceforge.com/gedit-latex/%{upname}-%{version}rc3.tar.gz
+Source0: http://downloads.sourceforge.com/gedit-latex/%{upname}-%{version}.tar.gz
 Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-Requires: gedit rubber tex(latex) pypoppler
+Requires: gedit rubber tex(latex) pypoppler python-enchant
 
 # This package should be noarch, but gedit doesn't load plugins from noarch dirs
 # Bug filled http://bugzilla.gnome.org/show_bug.cgi?id=554535
@@ -26,13 +26,12 @@ This plugin assists you in composing and
 # Fixing the multilib path
 # https://sourceforge.net/tracker/index.php?func=detail&aid=2130308&group_id=204144&atid=988428
 sed -i -e 's|_PATH_SYSTEM = "/usr/lib|_PATH_SYSTEM = "%{_libdir}|' GeditLaTeXPlugin/src/base/resources.py
-sed -i -e 's|_CONFIG_FILENAME = "/etc/texmf/texmf.cnf"|_CONFIG_FILENAME = "/usr/share/texmf/web2c/texmf.cnf"|' GeditLaTeXPlugin/src/base/resources.py
 sed -i -e 's|_CONFIG_FILENAME = "/etc/texmf/texmf.cnf"|_CONFIG_FILENAME = "/usr/share/texmf/web2c/texmf.cnf"|' GeditLaTeXPlugin/src/latex/environment.py
+sed -i -e 's|_DEFAULT_TEXMF_DIR = "/usr/share/texmf-texlive"|_DEFAULT_TEXMF_DIR = "/usr/share/texmf"|' GeditLaTeXPlugin/src/latex/environment.py
 #
 chmod -x GeditLaTeXPlugin/src/latex/views.py
 chmod -x GeditLaTeXPlugin/src/tools/views.py
 sed -i -e "1d" GeditLaTeXPlugin/__init__.py
-sed -i -e "1d" GeditLaTeXPlugin/src/sandbox.py
 
 %build
 
@@ -54,6 +53,9 @@ rm -rf %{buildroot}
 %{_libdir}/gedit-2/plugins/*
 
 %changelog
+* Wed Apr 21 2010 Sergio Pascual <sergiopr at fedoraproject.org> - 0.2-1
+- New upstream source. Fixes bz #576598
+
 * Fri Mar 26 2010 Sergio Pascual <sergiopr at fedoraproject.org> - 0.2-0.3.rc3
 - New upstream source
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gedit-latex-plugin/F-11/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	26 Mar 2010 17:08:46 -0000	1.4
+++ sources	21 Apr 2010 14:19:27 -0000	1.5
@@ -1 +1 @@
-f5c5728b5438bc9b42c643c0b8dc3dc3  LaTeXPlugin-0.2rc3.tar.gz
+714bbe2c24337a8a8ea3e444a5d729fc  LaTeXPlugin-0.2.tar.gz



More information about the scm-commits mailing list