diff --git a/libwmf.spec b/libwmf.spec index e9a3a14..2a9d4ae 100644 --- a/libwmf.spec +++ b/libwmf.spec @@ -1,12 +1,12 @@ Name: libwmf -Version: 0.2.12 +Version: 0.2.13 Release: 1mamba Summary: A library for reading vector images in native Windows Metafile Format Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://wvware.sourceforge.net/libwmf.html +URL: https://wvware.sourceforge.net/libwmf.html Source: https://github.com/caolanm/libwmf.git/v%{version}/libwmf-%{version}.tar.bz2 #Source: http://downloads.sourceforge.net/sourceforge/wvware/libwmf-%{version}.tar.gz Patch0: %{name}-0.2.8.3-gd-CAN-2004-0990.patch @@ -15,22 +15,18 @@ Patch2: %{name}-0.2.8.4-cve_2006_3376.patch License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libX11-devel BuildRequires: libexpat-devel BuildRequires: libfreetype-devel +BuildRequires: libgdk-pixbuf-devel BuildRequires: libglib-devel -BuildRequires: libgtk-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel -BuildRequires: libX11-devel -BuildRequires: libXau-devel -BuildRequires: libxcb-devel -BuildRequires: libXdmcp-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRequires: libgd-devel >= 2.0.17 BuildRequires: libgdk-pixbuf-devel >= 0.22.0 BuildRequires: pkgconfig -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description A library for reading vector images in Microsoft's native Windows Metafile Format (WMF) and for either (a) displaying them in, e.g., an X window; or (b) converting them to more standard/open file formats such as, e.g., the W3C's XML-based Scaleable Vector Graphic (SVG) format. @@ -48,14 +44,9 @@ Requires: %{name} = %{version}-%{release} %description devel A library for reading vector images in Microsoft's native Windows Metafile Format (WMF) and for either (a) displaying them in, e.g., an X window; or (b) converting them to more standard/open file formats such as, e.g., the W3C's XML-based Scaleable Vector Graphic (SVG) format. -Currently bindings exist for conversion to the following vector image formats: -* (Encapsulated) PostScript (EPS & PS) -* Facility for Interactive Generation of graphics (FIG) -* Scaleable Vector Graphic (SVG) and to the following raster image formats: -* Portable Network Graphics (PNG) -* Joint Photographic Experts Group (JPEG) +This package contains static libraries and header files needed for development. -This package contains static libraries and header files need for development. +%debug_package %prep %setup -q @@ -105,16 +96,17 @@ exit 0 %{_includedir}/libwmf/* %{_bindir}/libwmf-config %{_libdir}/libwmf.a -%{_libdir}/libwmf.la %{_libdir}/libwmf.so %{_libdir}/libwmflite.a -%{_libdir}/libwmflite.la %{_libdir}/libwmflite.so %{_libdir}/pkgconfig/libwmf.pc #%dir %{_datadir}/doc/libwmf #%{_datadir}/doc/libwmf/* %changelog +* Fri Apr 28 2023 Automatic Build System 0.2.13-1mamba +- automatic version update by autodist + * Fri Aug 02 2019 Silvan Calarco 0.2.12-1mamba - update to 0.2.12