automatic version update by autodist [release 0.2.13-1mamba;Fri Apr 28 2023]
This commit is contained in:
parent
605a33cb44
commit
3167aa2df7
26
libwmf.spec
26
libwmf.spec
@ -1,12 +1,12 @@
|
|||||||
Name: libwmf
|
Name: libwmf
|
||||||
Version: 0.2.12
|
Version: 0.2.13
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library for reading vector images in native Windows Metafile Format
|
Summary: A library for reading vector images in native Windows Metafile Format
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
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: https://github.com/caolanm/libwmf.git/v%{version}/libwmf-%{version}.tar.bz2
|
||||||
#Source: http://downloads.sourceforge.net/sourceforge/wvware/libwmf-%{version}.tar.gz
|
#Source: http://downloads.sourceforge.net/sourceforge/wvware/libwmf-%{version}.tar.gz
|
||||||
Patch0: %{name}-0.2.8.3-gd-CAN-2004-0990.patch
|
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
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgtk-devel
|
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libX11-devel
|
|
||||||
BuildRequires: libXau-devel
|
|
||||||
BuildRequires: libxcb-devel
|
|
||||||
BuildRequires: libXdmcp-devel
|
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libgd-devel >= 2.0.17
|
BuildRequires: libgd-devel >= 2.0.17
|
||||||
BuildRequires: libgdk-pixbuf-devel >= 0.22.0
|
BuildRequires: libgdk-pixbuf-devel >= 0.22.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%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.
|
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:
|
This package contains static libraries and header files needed for development.
|
||||||
* (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 need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -105,16 +96,17 @@ exit 0
|
|||||||
%{_includedir}/libwmf/*
|
%{_includedir}/libwmf/*
|
||||||
%{_bindir}/libwmf-config
|
%{_bindir}/libwmf-config
|
||||||
%{_libdir}/libwmf.a
|
%{_libdir}/libwmf.a
|
||||||
%{_libdir}/libwmf.la
|
|
||||||
%{_libdir}/libwmf.so
|
%{_libdir}/libwmf.so
|
||||||
%{_libdir}/libwmflite.a
|
%{_libdir}/libwmflite.a
|
||||||
%{_libdir}/libwmflite.la
|
|
||||||
%{_libdir}/libwmflite.so
|
%{_libdir}/libwmflite.so
|
||||||
%{_libdir}/pkgconfig/libwmf.pc
|
%{_libdir}/pkgconfig/libwmf.pc
|
||||||
#%dir %{_datadir}/doc/libwmf
|
#%dir %{_datadir}/doc/libwmf
|
||||||
#%{_datadir}/doc/libwmf/*
|
#%{_datadir}/doc/libwmf/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 28 2023 Automatic Build System <autodist@mambasoft.it> 0.2.13-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Aug 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.12-1mamba
|
* Fri Aug 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.12-1mamba
|
||||||
- update to 0.2.12
|
- update to 0.2.12
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user