multi-arch devel support
This commit is contained in:
parent
3b0f774dd7
commit
afb08636cb
@ -1,7 +1,7 @@
|
||||
Summary: Windows Metafile Library
|
||||
Name: libwmf
|
||||
Version: 0.2.8.4
|
||||
Release: 5
|
||||
Release: 6
|
||||
Group: System Environment/Libraries
|
||||
License: LGPL
|
||||
Source: http://prdownloads.sourceforge.net/wvware/%{name}-%{version}.tar.gz
|
||||
@ -10,6 +10,7 @@ Patch0: libwmf-0.2.8.3-nodocs.patch
|
||||
Patch1: libwmf-0.2.8.3-relocatablefonts.patch
|
||||
Patch2: libwmf-0.2.8.4-fallbackfont.patch
|
||||
Patch3: libwmf-0.2.8.4-deps.patch
|
||||
Patch4: libwmf-0.2.8.4-multiarchdevel.patch
|
||||
Requires: gtk2 >= 2.4.1-2
|
||||
Requires: libxml2 >= 2.6.8
|
||||
Requires: gd >= 2.0.21
|
||||
@ -44,6 +45,7 @@ Libraries, headers, and support files necessary to compile applications using li
|
||||
%patch1 -p1 -b .relocatablefonts
|
||||
%patch2 -p1 -b .fallbackfont
|
||||
%patch3 -p1 -b .deps
|
||||
%patch4 -p1 -b .multiarchdevel
|
||||
|
||||
%build
|
||||
rm configure.ac
|
||||
@ -93,6 +95,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/loaders/*.la
|
||||
%doc doc/caolan
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/libwmf.pc
|
||||
%{_includedir}/libwmf
|
||||
%{_bindir}/libwmf-config
|
||||
|
||||
@ -100,6 +103,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/loaders/*.la
|
||||
rm -r $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Tue May 02 2006 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-6
|
||||
- add a .pc and base libwmf-devel on pkg-config output
|
||||
|
||||
* Tue Feb 28 2006 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-5
|
||||
- rh#143096# extra deps according to libwmf-config
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user