RH#143096# No need for extra X libs to be linked against
This commit is contained in:
parent
dcfec47ca8
commit
0f87d39e98
@ -1,7 +1,7 @@
|
||||
Summary: Windows Metafile Library
|
||||
Name: libwmf
|
||||
Version: 0.2.8.3
|
||||
Release: 6
|
||||
Release: 7
|
||||
Group: System Environment/Libraries
|
||||
License: LGPL
|
||||
Source: http://prdownloads.sourceforge.net/wvware/%{name}-%{version}.tar.gz
|
||||
@ -9,6 +9,7 @@ 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
|
||||
Requires: gtk2 >= 2.4.1-2
|
||||
Requires: libxml2 >= 2.6.8
|
||||
Requires: gd >= 2.0.21
|
||||
@ -41,6 +42,7 @@ Libraries, headers, and support files necessary to compile applications using li
|
||||
%patch0 -p1 -b .nodocs
|
||||
%patch1 -p1 -b .relocatablefonts
|
||||
%patch2 -p1 -b .warnings
|
||||
%patch3 -p1 -b .noextras
|
||||
|
||||
%build
|
||||
rm configure.ac
|
||||
@ -97,6 +99,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/loaders/*.la
|
||||
rm -r $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Thu Dec 16 2004 Caolan McNamara <caolanm@redhat.com> 0.2.8.3-7
|
||||
- RH#143096# No need for extra X libs to be linked against
|
||||
|
||||
* Tue Nov 2 2004 Caolan McNamara <caolanm@redhat.com> 0.2.8.3-6
|
||||
- #rh137878# Extra BuildRequires
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user