SHA256
5
0
forked from pool/wv
OBS User unknown
2007-01-18 00:48:25 +00:00
committed by Git OBS Bridge
parent 22e696c7bb
commit 7b593eeccb
9 changed files with 57 additions and 229 deletions

35
wv.spec
View File

@@ -1,7 +1,7 @@
#
# spec file for package wv (Version 1.0.3)
# spec file for package wv (Version 1.2.2)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -11,24 +11,23 @@
# norootforbuild
Name: wv
BuildRequires: freetype2-devel libtiff-devel libwmf-devel libxml2-devel pkgconfig w3m
BuildRequires: glib2-devel libgsf-devel libtiff-devel libwmf-devel libxml2-devel pkgconfig
Obsoletes: mswordvw
Provides: mswordvw
License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: Productivity/Publishing/Word
Autoreqprov: on
Version: 1.0.3
Release: 40
Version: 1.2.2
Release: 1
Summary: Word 8 Converter for Unix
URL: http://wvWare.sourceforge.net/
Source: http://www.csn.ul.ie/~caolan/publink/mswordview/wv-%{version}.tar.bz2
Patch2: wv-%{version}-s390.patch
Patch4: wv-%{version}-autoconf.patch
Patch5: wv-%{version}-wvText.patch
Patch6: wv-libole2-readonly.patch
Patch7: wv-%{version}-pc.patch
Patch8: wv-%{version}-overflow.patch
Source: wv-%{version}.tar.gz
Patch: wv-1.2.2-automake.patch
Patch5: wv-1.0.3-wvText.patch
Patch7: wv-1.0.3-pc.patch
Patch8: wv-1.2.2-overflow.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: w3m
%description
WV is a program that can understand the Microsoft Word 8 binary file
@@ -42,8 +41,8 @@ Authors:
Caolan McNamara <Caolan.McNamara@ul.ie>
%package devel
Requires: %{name} = %{version} w3m
Requires: libwmf-devel
Requires: %{name} = %{version}
Requires: bzip2 glib2-devel libgsf-devel libwmf-devel
Obsoletes: mswordvd
Provides: mswordvd
Summary: Static Libraries and Header Files for wv
@@ -61,10 +60,8 @@ Authors:
%prep
%setup
%patch2
%patch4
%patch
%patch5
%patch6
%patch7
%patch8
@@ -118,10 +115,14 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
/usr/%_lib/pkgconfig/*
/usr/include/wv
%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/*.so
%changelog -n wv
* Wed Jan 17 2007 - joeshaw@suse.de
- Update to 1.2.2. It requires libgsf and glib2 now, and I've
updated some patches and dropepd others.
* Wed Nov 15 2006 - prusnak@suse.cz
- fixed VUL-0: overflow (overflow.patch) [#215612]
* Sat Oct 21 2006 - dmueller@suse.de