f530d4
Summary: Windows MetaFile Library
f530d4
Name: libwmf
f530d4
Version: 0.2.9
f530d4
Release: 7%{?dist}
f530d4
Group: System Environment/Libraries
f530d4
#libwmf is under the LGPLv2+, however...
f530d4
#1. The tarball contains an old version of the urw-fonts under GPL+.
f530d4
#   Those fonts are not installed
f530d4
#2. The header of the command-line wmf2plot utility places it under the GPLv2+.
f530d4
#   wmf2plot is neither built or install
f530d4
License: LGPLv2+ and GPLv2+ and GPL+
f530d4
Source: https://github.com/caolanm/libwmf/archive/v%{version}.tar.gz
f530d4
URL: https://github.com/caolanm/libwmf
f530d4
f530d4
Patch0: covscan.patch
f530d4
Patch1: 0001-merge-in-fixes-for-libgd-CVE-2019-6978.patch
f530d4
f530d4
Requires: urw-fonts
f530d4
Requires: %{name}-lite = %{version}-%{release}
f530d4
f530d4
# for file triggers
f530d4
Requires: gdk-pixbuf2%{?_isa} >= 2.31.5-2.fc24
f530d4
f530d4
BuildRequires: gtk2-devel, libtool, libxml2-devel, libpng-devel
f530d4
BuildRequires: libjpeg-devel, libXt-devel, libX11-devel, dos2unix, libtool
f530d4
f530d4
%description
f530d4
A library for reading and converting Windows MetaFile vector graphics (WMF).
f530d4
f530d4
%package lite
f530d4
Summary: Windows Metafile parser library
f530d4
Group: System Environment/Libraries
f530d4
f530d4
%description lite
f530d4
A library for parsing Windows MetaFile vector graphics (WMF).
f530d4
f530d4
%package devel
f530d4
Summary: Support files necessary to compile applications with libwmf
f530d4
Group: Development/Libraries
f530d4
Requires: libwmf = %{version}-%{release}
f530d4
Requires: gtk2-devel, libxml2-devel, libjpeg-devel
f530d4
f530d4
%description devel
f530d4
Libraries, headers, and support files necessary to compile applications 
f530d4
using libwmf.
f530d4
f530d4
%prep
f530d4
%setup -q
f530d4
%patch0  -p1 -b .covscan
f530d4
%patch1  -p1 -b .CVE-2019-6978
f530d4
f=README ; iconv -f iso-8859-2 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
f530d4
f530d4
%build
f530d4
autoreconf -i -f -Ipatches
f530d4
%configure --with-libxml2 --disable-static --disable-dependency-tracking --with-gsfontdir=/usr/share/fonts/urw-base35
f530d4
make %{?_smp_mflags}
f530d4
f530d4
%install
f530d4
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
f530d4
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
f530d4
f530d4
rm -rf $RPM_BUILD_ROOT%{_includedir}/libwmf/gd
f530d4
find doc -name "Makefile*" -exec rm {} \;
f530d4
f530d4
#we're carrying around duplicate fonts
f530d4
rm -rf $RPM_BUILD_ROOT%{_datadir}/libwmf/fonts/*afm
f530d4
rm -rf $RPM_BUILD_ROOT%{_datadir}/libwmf/fonts/*t1
f530d4
sed -i $RPM_BUILD_ROOT%{_datadir}/libwmf/fonts/fontmap -e 's#libwmf/fonts#fonts/urw-base35#g'
f530d4
f530d4
%post -p /sbin/ldconfig
f530d4
f530d4
%post lite -p /sbin/ldconfig
f530d4
f530d4
%postun -p /sbin/ldconfig
f530d4
f530d4
%postun lite -p /sbin/ldconfig
f530d4
f530d4
%files
f530d4
%{_libdir}/libwmf-*.so.*
f530d4
%{_libdir}/gdk-pixbuf-2.0/*/loaders/*.so
f530d4
%{_bindir}/wmf2svg
f530d4
%{_bindir}/wmf2gd
f530d4
%{_bindir}/wmf2eps
f530d4
%{_bindir}/wmf2fig
f530d4
%{_bindir}/wmf2x
f530d4
%{_bindir}/libwmf-fontmap
f530d4
%{_datadir}/libwmf/
f530d4
f530d4
%files lite
f530d4
%doc AUTHORS COPYING README
f530d4
%{_libdir}/libwmflite-*.so.*
f530d4
f530d4
%files devel
f530d4
%doc doc/*.html
f530d4
%doc doc/*.png
f530d4
%doc doc/*.gif
f530d4
%doc doc/html
f530d4
%doc doc/caolan
f530d4
%{_libdir}/*.so
f530d4
%{_libdir}/pkgconfig/libwmf.pc
f530d4
%{_includedir}/libwmf
f530d4
%{_bindir}/libwmf-config
f530d4
f530d4
f530d4
%changelog
f530d4
* Wed Aug 15 2019 Caolán McNamara <caolanm@redhat.com> - 0.2.9-7
f530d4
- Related: rhbz1679006 fix clang warning
f530d4
f530d4
* Wed Mar 06 2019 Caolán McNamara <caolanm@redhat.com> - 0.2.9-6
f530d4
- Related: rhbz1679006 bump n-v-r
f530d4
f530d4
* Tue Feb 26 2019 Caolán McNamara <caolanm@redhat.com> - 0.2.9-5
f530d4
- Resolves: rhbz1679006 libgd CVE-2019-6978
f530d4
f530d4
* Fri Aug 10 2018 Caolán McNamara <caolanm@redhat.com> - 0.2.9-4
f530d4
- Related: rhbz#1602602 fix more clang warnings
f530d4
f530d4
* Fri Aug 10 2018 Caolán McNamara <caolanm@redhat.com> - 0.2.9-3
f530d4
- Related: rhbz#1602602 fix more clang warnings
f530d4
f530d4
* Fri Aug 10 2018 Caolán McNamara <caolanm@redhat.com> - 0.2.9-2
f530d4
- Related: rhbz#1602602 fix clang warnings
f530d4
f530d4
* Wed Aug 08 2018 Caolán McNamara <caolanm@redhat.com> - 0.2.9-1
f530d4
- Resolves: rhbz#1602602 new version with covscan warnings fixed
f530d4
- all cve fixes merged to that new upstream
f530d4
f530d4
* Tue Sep 12 2017 Caolán McNamara <caolanm@redhat.com> - 0.2.8.4-53
f530d4
- Resolves: rhbz#1489844 CVE-2017-6362 remove afflicted but unused function
f530d4
f530d4
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8.4-52
f530d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f530d4
f530d4
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8.4-51
f530d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f530d4
f530d4
* Wed Feb 08 2017 Caolán McNamara <caolanm@redhat.com> - 0.2.8.4-50
f530d4
- CVE-2016-9317, CVE-2016-10167, CVE-2016-10168
f530d4
f530d4
* Wed Oct 26 2016 Caolán McNamara <caolanm@redhat.com> - 0.2.8.4-49
f530d4
- Resolves: rhbz#1388451 (CVE-2016-9011) check max claimed record len
f530d4
            against max seekable position
f530d4
f530d4
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8.4-48
f530d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f530d4
f530d4
* Wed Sep 02 2015 Caolán McNamara <caolanm@redhat.com> - 0.2.8.4-47
f530d4
- Related: rhbz#1227244 CVE-2015-4696 fix patch context
f530d4
f530d4
* Fri Aug 14 2015 Matthias Clasen <mclasen@redhat.com> - 0.2.8.4-46
f530d4
- Rely on gdk-pixbuf2 file triggers
f530d4
f530d4
* Tue Jun 23 2015 Caolán McNamara <caolanm@redhat.com> - 0.2.8.4-45
f530d4
- Related: rhbz#1227244 CVE-2015-4695 meta_pen_create heap buffer overflow
f530d4
- Related: rhbz#1227244 CVE-2015-4696 wmf2gd/wmf2eps use after free
f530d4
f530d4
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.8.4-44
f530d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f530d4
f530d4
* Tue Jun 09 2015 Caolán McNamara <caolanm@redhat.com> - 0.2.8.4-43
f530d4
- Resolves: rhbz#1227244 CVE-2015-0848 heap overflow when decoding BMP images
f530d4
f530d4
* Tue Jun 02 2015 Caolán McNamara <caolanm@redhat.com> - 0.2.8.4-42
f530d4
- Resolves: rhbz#1227244 CVE-2015-0848 heap overflow when decoding BMP images
f530d4
f530d4
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.2.8.4-41
f530d4
- Rebuilt for Fedora 23 Change
f530d4
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
f530d4
f530d4
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.8.4-40
f530d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f530d4
f530d4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.8.4-39
f530d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f530d4
f530d4
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.8.4-38
f530d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f530d4
f530d4
* Thu Apr 04 2013 Caolán McNamara <caolanm@redhat.com> - 0.2.8.4-37
f530d4
- Resolves: rhbz#925929 support aarch64
f530d4
f530d4
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.8.4-36
f530d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f530d4
f530d4
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 0.2.8.4-35
f530d4
- rebuild due to "jpeg8-ABI" feature drop
f530d4
f530d4
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 0.2.8.4-34
f530d4
- rebuild against new libjpeg
f530d4
f530d4
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.8.4-33
f530d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f530d4
f530d4
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.8.4-32
f530d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
f530d4
f530d4
* Mon Dec 05 2011 Adam Jackson <ajax@redhat.com> 0.2.8.4-31
f530d4
- Rebuild for new libpng
f530d4
f530d4
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.8.4-30
f530d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f530d4
f530d4
* Tue Dec 07 2010 Caolán McNamara <caolanm@redhat.com> - 0.2.8.4-29
f530d4
- drop bogus buildrequires
f530d4
f530d4
* Mon Dec 06 2010 Caolán McNamara <caolanm@redhat.com> - 0.2.8.4-28
f530d4
- Resolves: rhbz#660161 security issues
f530d4
f530d4
* Mon Oct 18 2010 Parag Nemade <paragn AT fedoraproject.org> - 0.2.8.4-27
f530d4
- Merge-review cleanup (#226058)
f530d4
f530d4
* Thu Jul 08 2010 Caolán McNamara <caolanm@redhat.com> - 0.2.8.4-26
f530d4
- Move docs into -lite subpackage that all the rest require to
f530d4
  fulfil subpackage licencing rules
f530d4
f530d4
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.2.8.4-25
f530d4
- Remove explicit file deps
f530d4
f530d4
* Mon Jun 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.2.8.4-23
f530d4
- Adapt to standalone gdk-pixbuf
f530d4
f530d4
* Fri Apr 16 2010 Caolán McNamara <caolanm@redhat.com> - 0.2.8.4-22
f530d4
- Clarify licences
f530d4
f530d4
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.8.4-21
f530d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f530d4
f530d4
* Tue May 26 2009 Caolán McNamara <caolanm@redhat.com> - 0.2.8.4-20
f530d4
- Resolves: CVE-2009-1364
f530d4
f530d4
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.8.4-19
f530d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f530d4
f530d4
* Wed Feb 13 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.2.8.4-18
f530d4
- Split libwmflite (WMF parser) into -lite subpackage (#432651).
f530d4
- Build with dependency tracking disabled.
f530d4
- Convert docs to UTF-8.
f530d4
f530d4
* Wed Aug 29 2007 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-17
f530d4
- rebuild
f530d4
f530d4
* Thu Aug 02 2007 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-16
f530d4
- I wrote it and still had to check the headers to see if I had
f530d4
  cut and pasted "and later" into then
f530d4
f530d4
* Thu May 24 2007 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-15
f530d4
- drop duplicate font metrics
f530d4
f530d4
* Thu Feb 15 2007 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-14
f530d4
- remove use of archaic autotools
f530d4
f530d4
* Fri Feb 09 2007 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-13
f530d4
- Resolves: rhbz#222734 no need for Makefiles in doc dirs
f530d4
f530d4
* Tue Jan 16 2007 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-12
f530d4
- Resolves: rhbz#222734 no need for Makefiles in doc dirs
f530d4
f530d4
* Thu Nov 16 2006 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-11
f530d4
- Resolves: rhbz#215925 reduce exported symbols
f530d4
f530d4
* Fri Jul 14 2006 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-10
f530d4
- retweak for 64bit
f530d4
f530d4
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.2.8.4-9.1
f530d4
- rebuild
f530d4
f530d4
* Wed Jul 12 2006 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-9
f530d4
- CVE-2006-3376 libwmf integer overflow
f530d4
f530d4
* Tue May 16 2006 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-8
f530d4
- rh#191971# BuildRequires
f530d4
f530d4
* Fri May  5 2006 Matthias Clasen <mclasen@redhat.com> 0.2.8.4-7
f530d4
- Rebuild against the new GTK+
f530d4
- Require GTK+ 2.9.0
f530d4
f530d4
* Tue May 02 2006 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-6
f530d4
- add a .pc and base libwmf-devel on pkg-config output
f530d4
f530d4
* Tue Feb 28 2006 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-5
f530d4
- rh#143096# extra deps according to libwmf-config
f530d4
f530d4
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.2.8.4-4.2
f530d4
- bump again for double-long bug on ppc(64)
f530d4
f530d4
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.2.8.4-4.1
f530d4
- rebuilt for new gcc4.1 snapshot and glibc changes
f530d4
f530d4
* Thu Jan 19 2006 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-4
f530d4
- rh#178275# match srvg gtk2 _host usage for pixbuf loaders
f530d4
f530d4
* Tue Jan 03 2006 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-3
f530d4
- add libwmf-0.2.8.4-fallbackfont.patch for rh#176620#
f530d4
f530d4
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 0.2.8.4-2.1
f530d4
- rebuilt
f530d4
f530d4
* Wed Nov 23 2005 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-2
f530d4
- rh#173299# modify pre/post requires
f530d4
f530d4
* Thu Jul 28 2005 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-1
f530d4
- get patches merged upstream
f530d4
- drop integrated libwmf-0.2.8.3-warnings.patch
f530d4
- drop integrated libwmf-0.2.8.3-noextras.patch
f530d4
- drop integrated libwmf-0.2.8.3-rh154813.patch
f530d4
f530d4
* Tue Jul 26 2005 Caolan McNamara <caolanm@redhat.com> 0.2.8.3-9
f530d4
- rh#154813# wmf upsidedown, spec (what of is there is) says that
f530d4
  this shouldn't happen, but...
f530d4
f530d4
* Wed Mar  2 2005 Caolan McNamara <caolanm@redhat.com> 0.2.8.3-8
f530d4
- rebuild with gcc4
f530d4
f530d4
* Thu Dec 16 2004 Caolan McNamara <caolanm@redhat.com> 0.2.8.3-7
f530d4
- RH#143096# No need for extra X libs to be linked against
f530d4
f530d4
* Tue Nov  2 2004 Caolan McNamara <caolanm@redhat.com> 0.2.8.3-6
f530d4
- #rh137878# Extra BuildRequires
f530d4
f530d4
* Thu Oct  7 2004 Caolan McNamara <caolanm@redhat.com> 0.2.8.3-5
f530d4
- #rh134945# Extra BuildRequires
f530d4
f530d4
* Wed Sep  1 2004 Caolan McNamara <caolanm@redhat.com> 0.2.8.3-4
f530d4
- #131373# cleanup compiletime warnings
f530d4
f530d4
* Thu Jul  8 2004 Matthias Clasen <mclasen@redhat.com> - 0.2.8.3-3
f530d4
- Update to use the new update-gdk-pixbuf-loaders script in gtk2-2.4.1-2
f530d4
f530d4
* Thu May 20 2004 Caolan McNamara <caolanm@redhat.com>
f530d4
- Initial version