merged patches upstream

This commit is contained in:
Caolan McNamara 2005-07-28 08:54:37 +00:00
parent 4e38fc24bc
commit ba2c9719ff
4 changed files with 21 additions and 23 deletions

View File

@ -1 +1,2 @@
libwmf-0.2.8.3.tar.gz
libwmf-0.2.8.4.tar.gz

View File

@ -13,20 +13,17 @@ diff -ru libwmf-0.2.8.3.orig/Makefile.am libwmf-0.2.8.3/Makefile.am
+DIST_SUBDIRS = . src include fonts
SUBDIRS = $(DIRHEAVY)
diff -ru libwmf-0.2.8.3.orig/Makefile.in libwmf-0.2.8.3/Makefile.in
--- libwmf-0.2.8.3.orig/Makefile.in 2004-02-10 12:58:18.000000000 +0000
+++ libwmf-0.2.8.3/Makefile.in 2004-06-11 13:29:01.996713643 +0100
@@ -125,10 +125,10 @@
am__include = @am__include@
am__quote = @am__quote@
install_sh = @install_sh@
-@LIBWMF_BUILD_ALL_TRUE@DIRHEAVY = . src include fonts doc
+@LIBWMF_BUILD_ALL_TRUE@DIRHEAVY = . src include fonts
--- libwmf-0.2.8.4.orig/Makefile.in 2005-07-28 09:46:20.000000000 +0100
+++ libwmf-0.2.8.4/Makefile.in 2005-07-28 09:46:29.000000000 +0100
@@ -231,8 +231,8 @@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
@LIBWMF_BUILD_ALL_FALSE@DIRHEAVY = . src include
-@LIBWMF_BUILD_ALL_TRUE@DIRHEAVY = . src include fonts doc
-DIST_SUBDIRS = . src include fonts doc
+@LIBWMF_BUILD_ALL_TRUE@DIRHEAVY = . src include fonts
+DIST_SUBDIRS = . src include fonts
SUBDIRS = $(DIRHEAVY)
bin_SCRIPTS = libwmf-config
WMFEXAMPLES = \

View File

@ -1,16 +1,13 @@
Summary: Windows Metafile Library
Name: libwmf
Version: 0.2.8.3
Release: 9
Version: 0.2.8.4
Release: 1
Group: System Environment/Libraries
License: LGPL
Source: http://prdownloads.sourceforge.net/wvware/%{name}-%{version}.tar.gz
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
Patch0: libwmf-0.2.8.3-nodocs.patch
Patch1: libwmf-0.2.8.3-relocatablefonts.patch
Patch2: libwmf-0.2.8.3-warnings.patch
Patch3: libwmf-0.2.8.3-noextras.patch
Patch4: libwmf-0.2.8.3-rh154813.patch
Requires: gtk2 >= 2.4.1-2
Requires: libxml2 >= 2.6.8
Requires: gd >= 2.0.21
@ -42,16 +39,13 @@ Libraries, headers, and support files necessary to compile applications using li
%setup -q
%patch0 -p1 -b .nodocs
%patch1 -p1 -b .relocatablefonts
%patch2 -p1 -b .warnings
%patch3 -p1 -b .noextras
%patch4 -p1 -b .rh154813
%build
rm configure.ac
libtoolize --force --copy
aclocal-1.4
autoconf
automake-1.4
automake-1.4 -a
%configure --with-libxml2
export tagname=CC
make LIBTOOL=/usr/bin/libtool %{?_smp_mflags}
@ -101,6 +95,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/loaders/*.la
rm -r $RPM_BUILD_ROOT
%changelog
* Thu Jul 28 2005 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-1
- get patches merged upstream
- drop integrated libwmf-0.2.8.3-warnings.patch
- drop integrated libwmf-0.2.8.3-noextras.patch
- drop integrated libwmf-0.2.8.3-rh154813.patch
* Tue Jul 26 2005 Caolan McNamara <caolanm@redhat.com> 0.2.8.3-9
- rh#154813# wmf upsidedown, spec (what of is there is) says that
this shouldn't happen, but...

View File

@ -1 +1 @@
3b058327bb14d2373260a74beb7f3e2f libwmf-0.2.8.3.tar.gz
d1177739bf1ceb07f57421f0cee191e0 libwmf-0.2.8.4.tar.gz