Update of /cvsroot/libwpg/libwpg
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15431
Modified Files:
.cvsignore libwpg.spec.in
Log Message:
adapting to the non-use of size_t in libwpd
Index: .cvsignore
===================================================================
RCS file: /cvsroot/libwpg/libwpg/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- .cvsignore 24 Aug 2007 11:10:21 -0000 1.3
+++ .cvsignore 30 Dec 2008 08:53:57 -0000 1.4
@@ -2,6 +2,7 @@
Makefile
aclocal.m4
autom4te.cache
+*config.cache
config.guess
config.h.in
config.sub
Index: libwpg.spec.in
===================================================================
RCS file: /cvsroot/libwpg/libwpg/libwpg.spec.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- libwpg.spec.in 25 Jul 2008 11:25:14 -0000 1.12
+++ libwpg.spec.in 30 Dec 2008 08:53:57 -0000 1.13
@@ -11,7 +11,7 @@
Group: System Environment/Libraries
URL: http://libwpg.sf.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
-BuildRequires: libwpd-devel >= 0.8.0, gcc-c++, libstdc++-devel, pkgconfig >= 0.9.0
+BuildRequires: libwpd-devel >= 0.9.0, gcc-c++, libstdc++-devel, pkgconfig >= 0.9.0
License: LGPL
Prefix: %{prefix}
@@ -28,8 +28,8 @@
Currently supported: raw svg
%package devel
-Requires: libwpg >= @WPG_MAJOR_VERSION@.@WPG_MINOR_VERSION@.0
-Requires: libwpd-devel >= 0.8.0
+Requires: %{name} >= %{version}
+Requires: libwpd-devel >= 0.9.0
Summary: Files for developing with libwpg.
Group: Development/Libraries
@@ -38,7 +38,7 @@
%if %{!?_without_docs:1}%{?_without_docs:0}
%package docs
-Requires: libwpg >= @WPG_MAJOR_VERSION@.@WPG_MINOR_VERSION@.0
+Requires: %{name} >= %{version}
BuildRequires: doxygen
Summary: Documentation of libwpg API
Group: Development/Documentation
|