Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
11238c2280 Update to 20101027.r1112. 2010-11-01 16:21:54 +02:00
Fedora Release Engineering
e882a78c66 dist-git conversion 2010-07-29 15:03:29 +00:00
Jesse Keating
59774ed817 Initialize branch F-13 for vim-latex 2010-02-17 03:25:24 +00:00
5 changed files with 7 additions and 26 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: vim-latex
# $Id: Makefile,v 1.1 2009/10/10 22:13:19 kevin Exp $
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 $$d/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)

View file

@ -1 +0,0 @@
vim-latex-1_5-3_20091002_r1074_fc11:HEAD:vim-latex-1.5-3.20091002.r1074.fc11.src.rpm:1255214879

View file

@ -1 +1 @@
1d8e6a05a2e07245d22f1afbae474f5e vim-latex-1.8.23-20100129-r1104.tar.gz
2f4421a9aab18d095c9361b346725255 vim-latex-1.8.23-20101027-r1112.tar.gz

View file

@ -1,5 +1,5 @@
%global date 20100129
%global rel r1104
%global date 20101027
%global rel r1112
Name: vim-latex
Version: 1.8.23
@ -23,7 +23,7 @@ Requires: xdvi
%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
speed up editing LaTeX documents to compiling TeX files to forward searching
.dvi documents.
%package doc
@ -71,6 +71,9 @@ rm -rf %{buildroot}
%changelog
* 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