[latexila] New upstream release 2.2.0

Thibault North tnorth at fedoraproject.org
Thu Sep 8 14:09:03 UTC 2011


commit e51b6fc071d45f2965185c965ba6844a8c757fb4
Author: Thibault North <tnorth at fedoraproject.org>
Date:   Thu Sep 8 10:08:42 2011 -0400

    New upstream release 2.2.0

 .gitignore    |    1 +
 latexila.spec |   18 +++++++++++-------
 sources       |    2 +-
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index de540c6..a137efd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /latexila-2.0.6.tar.bz2
 /latexila-2.0.7.tar.bz2
 /latexila-2.0.8.tar.xz
+/latexila-2.2.0.tar.xz
diff --git a/latexila.spec b/latexila.spec
index fc4485e..78d9c82 100644
--- a/latexila.spec
+++ b/latexila.spec
@@ -1,25 +1,25 @@
 Name:		latexila
-Version:	2.0.8
+Version:	2.2.0
 Release:	1%{?dist}
 Summary:	Integrated LaTeX Environment for the GNOME desktop
 
 Group:		Applications/Publishing
 License:	GPLv3+
 URL:		http://projects.gnome.org/latexila/
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.0/%{name}-%{version}.tar.xz
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.2/%{name}-%{version}.tar.xz
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	gettext
-BuildRequires:	cmake
+BuildRequires:	gettext gsettings-desktop-schemas-devel
+BuildRequires:	cmake glib2-devel itstool
 BuildRequires:	gtksourceview2-devel >= 2.10
 BuildRequires:	desktop-file-utils
-BuildRequires:	libgee-devel 
+BuildRequires:	libgee-devel
 BuildRequires:	unique-devel
 
 Requires:	hicolor-icon-theme
 Requires:	gsettings-desktop-schemas
-Requires:	rubber
+Requires:	rubber latexmk
 
 %description
 LaTeXila is an Integrated LaTeX Environment for GNOME. The main features are:
@@ -35,7 +35,7 @@ LaTeXila is an Integrated LaTeX Environment for GNOME. The main features are:
 %setup -q
 
 %build
-%cmake -DCMAKE_C_FLAGS:STRING="%{optflags}" .
+%cmake -DCMAKE_C_FLAGS:STRING="%{optflags}" -DWITH_GNOME=ON -DCOMPILE_SCHEMA=OFF .
 make VERBOSE=1 %{?_smp_mflags}
 
 %install
@@ -91,8 +91,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/hicolor/32x32/apps/%{name}.png
 %{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 %{_datadir}/glib-2.0/schemas/org.gnome.%{name}.gschema.xml
+%{_datadir}/gnome/help/%{name}
 
 %changelog
+* Sat Aug 27 2011 Thibault North <tnorth at fedoraproject.org> - 2.2.0-1
+- Update to 2.2.0
+
 * Tue Jul 12 2011 Thibault North <tnorth at fedoraproject.org> - 2.0.8-1
 - Update to 2.0.8
 
diff --git a/sources b/sources
index 7ccf26f..fc1a5ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-42bd089d8d9d55a3ff262c78f1fe692d  latexila-2.0.8.tar.xz
+06687d795723d8f1e76d0918eb536b83  latexila-2.2.0.tar.xz


More information about the scm-commits mailing list