Compare commits
53 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d0f5791e1 | ||
|
|
6a27101a87 | ||
|
|
6bc2966ce7 | ||
|
|
122bb0ecf3 | ||
|
|
87d250b628 | ||
|
|
8cbd57affe | ||
|
|
2098ef19e3 | ||
|
|
274403d402 | ||
|
|
bf98fc7b46 | ||
|
|
3b11f0d7c4 | ||
|
|
22ee43fad5 | ||
|
|
d40f40d67f | ||
|
|
f026ed6a8c | ||
|
|
6368b5f973 | ||
|
|
dab19303e7 | ||
|
|
5ad45222a8 | ||
|
|
fec2242fb0 | ||
|
|
6129a4fccd | ||
|
|
3ec27fea09 | ||
|
|
d190710673 | ||
| c2fb2204b7 | |||
|
|
235fb2c5a6 | ||
|
|
8a691c77b3 | ||
|
|
8c9a1bb0dc | ||
|
38ad2472ff |
|||
|
|
656c26ee95 | ||
|
|
9a2af7baeb | ||
|
|
931278379d | ||
|
|
0aea52394f | ||
|
|
b679982a0e | ||
|
|
8dea27908d | ||
|
|
2ba97554d3 | ||
|
|
84d697ab70 | ||
|
|
dac3a2b684 | ||
|
|
b09bb48101 | ||
|
|
aa9a81bb44 | ||
|
|
5c054a56da | ||
|
|
e8339f7e40 | ||
|
|
5b267c5b59 | ||
|
|
cfa60862be | ||
|
|
9f9d9d0bc4 | ||
|
|
de7f303318 | ||
|
|
1811bddd97 | ||
|
|
85b3c82c28 | ||
|
|
9f3fac7b6e | ||
|
|
9d4e440d6b | ||
|
|
87136727ee | ||
|
|
f4af5dd815 | ||
|
|
9d8af2c297 | ||
| fee4423394 | |||
|
|
a0ecd18e60 | ||
|
|
f4797a412d | ||
|
|
3832ba6f95 |
7 changed files with 257 additions and 21 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/vim-latex-1.8.23-20121116.784-git1c17b37.tar.gz
|
||||
/vim-latex-1.8.23-20130116.788-git2ef9956.tar.gz
|
||||
/vim-latex-1.8.23-20141116.812-gitd0f31c9.tar.gz
|
||||
/vim-latex-1.9.0.tar.gz.asc
|
||||
/vim-latex-1.9.0.tar.gz
|
||||
/vim-latex-1.10.0.tar.gz.asc
|
||||
/vim-latex-1.10.0.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: vim-latex
|
||||
# $Id$
|
||||
NAME := vim-latex
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
2
sources
2
sources
|
|
@ -0,0 +1,2 @@
|
|||
SHA512 (vim-latex-1.10.0.tar.gz) = 1d22b675c124e402a280dcc3a675b49a92fb9f4d42efdda0ea97be26379cd6c023589a35e165f4231524d853380e22411901bfbcc98f171c938ba800821a1213
|
||||
SHA512 (vim-latex-1.10.0.tar.gz.asc) = 5515df76cc24cbe7bcb61d371b16b2dc55c30fb6b30a9c040881212c23c6e2d448e0989c1f1f3f3aaa5942c119ac4a4c984e020672c805529b97b36c72ba4d5f
|
||||
30
vim-latex-1.10.0-Interpret-outline.py-by-Python-3.patch
Normal file
30
vim-latex-1.10.0-Interpret-outline.py-by-Python-3.patch
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
From 40c0bfc2803daa86aa678c8e4b97a32f6da55161 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
||||
Date: Tue, 9 Jul 2019 14:07:27 +0200
|
||||
Subject: [PATCH] Interpret outline.py by Python 3
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Fedora deprecated Python 2. The script seems working with both
|
||||
Pythons. Because we need to choose a one, use Python 3.
|
||||
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=1676189
|
||||
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
||||
---
|
||||
ftplugin/latex-suite/outline.py | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/ftplugin/latex-suite/outline.py b/ftplugin/latex-suite/outline.py
|
||||
index ed72b34..475910d 100755
|
||||
--- a/ftplugin/latex-suite/outline.py
|
||||
+++ b/ftplugin/latex-suite/outline.py
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python
|
||||
+#!/usr/bin/python3
|
||||
|
||||
# Part of Latex-Suite
|
||||
#
|
||||
--
|
||||
2.20.1
|
||||
|
||||
BIN
vim-latex-gpgkeys.gpg
Normal file
BIN
vim-latex-gpgkeys.gpg
Normal file
Binary file not shown.
218
vim-latex.spec
Normal file
218
vim-latex.spec
Normal file
|
|
@ -0,0 +1,218 @@
|
|||
Name: vim-latex
|
||||
Version: 1.10.0
|
||||
Release: 19%{?dist}
|
||||
Summary: Tools to view, edit and compile LaTeX documents in Vim
|
||||
# According to doc/latex-suite license is Vim charityware license
|
||||
License: Vim
|
||||
URL: http://vim-latex.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/vim-latex/vim-latex-%{version}.tar.gz
|
||||
Source1: http://downloads.sourceforge.net/vim-latex/vim-latex-%{version}.tar.gz.asc
|
||||
Source2: vim-latex-gpgkeys.gpg
|
||||
# Use Python 3, bug #1676189
|
||||
Patch0: vim-latex-1.10.0-Interpret-outline.py-by-Python-3.patch
|
||||
BuildArch: noarch
|
||||
|
||||
# We need vim-filesystem for dir ownership
|
||||
Requires: vim-filesystem
|
||||
# Needed for compilation
|
||||
Requires: tex(latex)
|
||||
# Needed for display
|
||||
Requires: xdvi
|
||||
|
||||
# Needed for vim macros
|
||||
BuildRequires: vim-filesystem
|
||||
|
||||
# Needed to build documentation
|
||||
BuildRequires: make
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: docbook-dtds
|
||||
|
||||
# For source verification with gpgv
|
||||
BuildRequires: gnupg2
|
||||
|
||||
%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
|
||||
speed up editing LaTeX documents to compiling TeX files to forward searching
|
||||
.dvi documents.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation for vim-latex
|
||||
|
||||
%description doc
|
||||
Documentation for vim-latex.
|
||||
|
||||
%prep
|
||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
# build documentation
|
||||
%make_build -C doc
|
||||
|
||||
%install
|
||||
# Install files
|
||||
%make_install VIMDIR=%{vimfiles_root} BINDIR=%{_bindir} PREFIX=%{_prefix}
|
||||
|
||||
|
||||
%files
|
||||
%doc %{vimfiles_root}/doc/imaps.txt
|
||||
%doc %{vimfiles_root}/doc/latex*.txt
|
||||
%{_bindir}/latextags
|
||||
%{_bindir}/ltags
|
||||
%{_datadir}/appdata/vim-latex.metainfo.xml
|
||||
%{vimfiles_root}/compiler/*
|
||||
%{vimfiles_root}/ftplugin/*
|
||||
%{vimfiles_root}/indent/*
|
||||
%{vimfiles_root}/plugin/*
|
||||
|
||||
|
||||
%files doc
|
||||
%doc doc/latex-suite doc/latex-suite-quickstart
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Wed Jan 04 2023 Arthur Bols <arthur@bols.dev> - 1.10.0-11
|
||||
- Spec file cleanup
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Tue Jul 09 2019 Petr Pisar <ppisar@redhat.com> - 1.10.0-3
|
||||
- Use Python 3 (bug #1676189)
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Aug 10 2018 Jeremiah Mahler <jmmahler@gmail.com> - 1.10.0-1
|
||||
- Update to release 1.10.0
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Sep 23 2016 Till Maas <opensource@till.name> - 1.9.0-1
|
||||
- Update to new release
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.23-16.20141116.812.gitd0f31c9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.23-15.20141116.812.gitd0f31c9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sun Nov 16 2014 Till Maas <opensource@till.name> - 1.8.23-14.20141116.812.gitd0f31c9
|
||||
- Update to new release
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.23-13.20130116.788.git2ef9956
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.23-12.20130116.788.git2ef9956
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.23-11.20130116.788.git2ef9956
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Wed Jan 16 2013 Till Maas <opensource@till.name> - 1.8.23-10
|
||||
- Update to new release
|
||||
|
||||
* Fri Nov 16 2012 Till Maas <opensource@till.name> - 1.8.23-9
|
||||
- Update to new release
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.23-8.20120125.768.git8b62284
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Wed Jan 25 2012 Till Maas <opensource@till.name> - 1.8.23-7.20120125.768-git8b62284
|
||||
- Update to new snaphot
|
||||
|
||||
* Sun Jan 15 2012 Mario Santagiuliana <mario@marionline.it> - 1.8.23-6.20110214.1049-git089726a
|
||||
- Fix my changelog: date error reporting
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.23-5.20110214.1049.git089726a
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Thu Dec 29 2011 Mario Santagiuliana <mario@marionline.it> - 1.8.23-5.20110214.1049-git089726a
|
||||
- Review spec file
|
||||
- Fix changelog error
|
||||
|
||||
* Fri Oct 28 2011 Mario Santagiuliana <mario@marionline.it> - 1.8.23-4.20110214.1049-git089726a
|
||||
- Review spec file
|
||||
|
||||
* Mon Feb 14 2011 Till Maas <opensource@till.name> - 1.8.23-3.20110214.1049.git089726a
|
||||
- Update to new release
|
||||
- Adjust to new upstream snapshot schema
|
||||
- build documentation, that is not included in upstream snapshot anymore
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.23-2.20101027.r1112
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Mon Nov 01 2010 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.8.23-1.20101027.r1112
|
||||
- Update to 20101027-r1112.
|
||||
|
||||
* Sat Jan 30 2010 Till Maas <opensource@till.name> - 1.8.23-1.20100129.r1104
|
||||
- Update to new release
|
||||
|
||||
* Thu Dec 31 2009 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.8.23-1.20091230.r1079
|
||||
- Update to 20091230-r1079.
|
||||
|
||||
* Fri Oct 09 2009 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.5-3.20091002.r1074
|
||||
- Use make install instead of manual install.
|
||||
|
||||
* Thu Oct 08 2009 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.5-2.20091002.r1074
|
||||
- Update to 20091002-r1074.
|
||||
|
||||
* Thu Oct 08 2009 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.5-2.20090901.r1069
|
||||
- Added missing Requires: tex(latex) and xdvi.
|
||||
|
||||
* Mon Sep 28 2009 Jussi Lehtola <jussilehtola@fedoraproject.org> - 1.5-1.20090901.r1069
|
||||
- First release.
|
||||
Loading…
Add table
Add a link
Reference in a new issue