[nested] Added a patch that makes the package use system mathjax

Abdel G. Martínez L. potty at fedoraproject.org
Fri Feb 28 21:17:44 UTC 2014


commit e4382d20965b4291112af17d9822da8a860ecaba
Author: Abdel G. Martínez L <abdel.g.martinez.l at gmail.com>
Date:   Fri Feb 28 16:18:04 2014 -0500

    Added a patch that makes the package use system mathjax

 .gitignore  |    1 +
 nested.spec |   10 +++++++++-
 sources     |    1 +
 3 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1883517..e16e5c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /nested-1.2.2.tar.gz
 /nested-1.2.2-shebang.patch
 /nested-1.2.2-PIL.patch
+/nested-1.2.2-mathjax.patch
diff --git a/nested.spec b/nested.spec
index 41b901a..68b8c33 100644
--- a/nested.spec
+++ b/nested.spec
@@ -1,6 +1,6 @@
 Name:		nested
 Version:	1.2.2
-Release:	13%{?dist}
+Release:	14%{?dist}
 Summary:	A specialized editor focused on creating structured documents
 Group:		Applications/Publishing
 License:	GPLv2+
@@ -9,10 +9,13 @@ Source0:	http://downloads.sourceforge.net/nestededitor/%{name}-%{version}.tar.gz
 Source1:	nested.desktop
 Patch1:		nested-1.2.2-shebang.patch
 Patch2:		nested-1.2.2-PIL.patch
+Patch3:		nested-1.2.2-mathjax.patch	
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 BuildRequires:	python2-devel gettext-devel desktop-file-utils
 Requires:	pygtk2 pywebkitgtk tetex-IEEEtran tex(latex)
+Requires:	python-pillow
+Requires:	mathjax
 
 %description
 An editor designed to help the user concentrate on writing content without been 
@@ -23,6 +26,7 @@ user writes plain text with a lightweight markup language.
 %setup -q -n %{name}-%{version} 
 %patch1 -p0 -b txt2tags
 %patch2 -p0 -b nested_gui.py
+%patch3 -p0 -b nested_gui.py
 
 %build
 python setup.py build 
@@ -66,6 +70,10 @@ rm -rf %{buildroot}
 %{_datadir}/applications/nested.desktop
 
 %changelog
+* Fri Feb 28 2014 Abdel G. Martinez L. <potty at fedoraproject.org> 1.2.2-14
+- Add patch to change package mathjax for system mathjax
+- Added python-pillow and mathjax dependencies
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.2-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index b1bf834..1e4ccb5 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,4 @@
 cbdc61bf592477116569ddb69cad07d5  nested-1.2.2.tar.gz
 cf814222d562d0f990688fccc6d228ab  nested-1.2.2-shebang.patch
 cd7dddf005d53fdb8813e06babb8d5e2  nested-1.2.2-PIL.patch
+a66516f90a8a516f230ef9fd1d012b77  nested-1.2.2-mathjax.patch


More information about the scm-commits mailing list