Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 11238c2280 | |||
|
|
e882a78c66 | ||
|
|
59774ed817 |
5 changed files with 7 additions and 26 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
|
|
@ -1 +0,0 @@
|
|||
vim-latex-1_5-3_20091002_r1074_fc11:HEAD:vim-latex-1.5-3.20091002.r1074.fc11.src.rpm:1255214879
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
1d8e6a05a2e07245d22f1afbae474f5e vim-latex-1.8.23-20100129-r1104.tar.gz
|
||||
2f4421a9aab18d095c9361b346725255 vim-latex-1.8.23-20101027-r1112.tar.gz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue