Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e9511ad81 | ||
|
|
8e7a84133b | ||
|
|
093e669c0a | ||
|
|
1ab561bcbe |
5 changed files with 8 additions and 26 deletions
|
|
@ -1 +0,0 @@
|
|||
wv-1.2.1.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
wv-1.2.4.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: wv
|
||||
# $Id$
|
||||
NAME := wv
|
||||
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
|
|
@ -1 +1 @@
|
|||
d757080af4595839d5d82a1a573c692c wv-1.2.1.tar.gz
|
||||
c1861c560491f121e12917fa76970ac5 wv-1.2.4.tar.gz
|
||||
|
|
|
|||
9
wv.spec
9
wv.spec
|
|
@ -1,11 +1,11 @@
|
|||
Name: wv
|
||||
Summary: MSWord 6/7/8/9 binary file format to HTML converter
|
||||
Version: 1.2.1
|
||||
Release: 7%{?dist}
|
||||
Version: 1.2.4
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/Text
|
||||
URL: http://wvware.sourceforge.net
|
||||
Source: http://dl.sf.net/wvware/wv-1.2.1.tar.gz
|
||||
Source: http://dl.sf.net/wvware/wv-%{version}.tar.gz
|
||||
#Patch0: wv-wvtext-tmp.patch
|
||||
#Patch1: wv-1.0.3-oledecod.patch
|
||||
#Patch2: wv-1.0.3-gcc4.patch
|
||||
|
|
@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Oct 28 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.2.4-1
|
||||
- update to 1.2.4, fixes #212696 (CVE-2006-4513)
|
||||
|
||||
* Fri Sep 08 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.2.1-7
|
||||
- rebuild (releases 1 to 7, cvs problem)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue