[vim-latex] Review spec file

marionline marionline at fedoraproject.org
Fri Oct 28 16:44:34 UTC 2011


commit 85b3c82c28ccd359ff116eca80d206347428d887
Author: Mario Santagiuliana <mario at marionline.it>
Date:   Fri Oct 28 18:50:14 2011 +0200

    Review spec file

 sources        |    2 +-
 vim-latex.spec |   13 +++++++++----
 2 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/sources b/sources
index 656fad5..6cbb689 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dc8a22600aa6c10e71842b10836211dc  vim-latex-1.8.23-20110214.1049-git089726a.tar.gz
+67d626cb2c1614dabf70c6a3b21f57df  vim-latex-1.8.23-20110214.1049-git089726a.tar.gz
diff --git a/vim-latex.spec b/vim-latex.spec
index 356b4b8..e7b3192 100644
--- a/vim-latex.spec
+++ b/vim-latex.spec
@@ -4,7 +4,7 @@
 
 Name:		vim-latex
 Version:	1.8.23
-Release:	3.%{date}.%{commitcount}.%{githash}%{?dist}
+Release:	4.%{date}.%{commitcount}.%{githash}%{?dist}
 Summary:	Tools to view, edit and compile LaTeX documents in Vim
 Group:		Applications/Editors
 # According to doc/latex-suite license is Vim charityware license
@@ -14,9 +14,6 @@ Source0:	http://downloads.sourceforge.net/vim-latex/vim-latex-%{version}-%{date}
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch:	noarch
 
-# needed to build documentation
-BuildRequires:	libxslt docbook-style-xsl docbook-dtds
-
 # We need vim-common for dir ownership
 Requires:	vim-common
 # Needed for compilation (duh)
@@ -24,6 +21,11 @@ Requires:	tex(latex)
 # Needed for display
 Requires:	xdvi
 
+# needed to build documentation
+BuildRequires:	libxslt
+BuildRequires:	docbook-style-xsl
+BuildRequires:	docbook-dtds
+
 %description
 A comprehensive set of tools to view, edit and compile LaTeX documents without
 needing to ever quit Vim. Together, they provide tools starting from macros to
@@ -77,6 +79,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Nov 28 2011 Mario Santagiuliana <mario at marionline.it> - 1.8.23-1.20110214.1049-git089726a
+- Review spec file
+
 * Mon Feb 14 2011 Till Maas <opensource at till.name> - 1.8.23-3.20110214.1049.git089726a
 - Update to new release
 - Adjust to new upstream snapshot schema


More information about the scm-commits mailing list