Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
de2cbe964e dist-git conversion 2010-07-29 15:38:24 +00:00
Bill Nottingham
190e6a3d04 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:30:24 +00:00
Jonathan G. Underwood
e8726c516c - Branched for F8 from devel (i.e. branched from rawhide leading to F-9)
- Adjust Requires and BuildRequires for F-8 i.e. tetex instead of texlive
2008-03-14 01:21:25 +00:00
11bf7508ea Initialize branch F-8 for xdvik 2008-03-12 17:26:20 +00:00
3 changed files with 7 additions and 24 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xdvik
# $Id$
NAME := xdvik
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)

View file

@ -8,7 +8,7 @@
Summary: An X viewer for DVI files
Name: xdvik
Version: 22.84.13
Release: 17%{?dist}
Release: 17%{?dist}.1
Url: http://xdvi.sourceforge.net/
# encodings.c is GPLv2+ and LGPL and MIT
# read-mapfile.c tfmload.c are from dvips
@ -19,7 +19,7 @@ Obsoletes: tetex-xdvi < 3.0-99
Provides: tetex-xdvi = 3.0-99
Provides: xdvi = %{version}-%{release}
Obsoletes: xdvi = 22.84.12
Requires: tex(dvips) tex(tex)
Requires: tetex-dvips
Requires: xdg-utils ghostscript
Requires(post): desktop-file-utils >= %{desktop_file_utils_version}
Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
@ -30,7 +30,7 @@ BuildRequires: Xaw3d-devel
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
BuildRequires: autoconf213
BuildRequires: libtool
BuildRequires: kpathsea-devel
BuildRequires: tetex
%if %{with japanese}
BuildRequires: freetype-devel >= 2.1.10
%endif
@ -269,6 +269,10 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Mar 14 2008 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 22.84.13-17.1
- Branched for F8 from devel (i.e. branched from rawhide leading to F-9)
- Adjust Requires and BuildRequires for F-8 i.e. tetex instead of texlive
* Sun Feb 3 2008 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 22.84.13-17
- Fix spec file typo