update to 0.2.12 [release 0.2.12-1mamba;Fri Aug 02 2019]
This commit is contained in:
parent
af6197a8f3
commit
605a33cb44
45
libwmf.spec
45
libwmf.spec
@ -1,13 +1,14 @@
|
|||||||
Name: libwmf
|
Name: libwmf
|
||||||
Version: 0.2.8.4
|
Version: 0.2.12
|
||||||
Release: 7mamba
|
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: http://wvware.sourceforge.net/libwmf.html
|
||||||
Source: http://heanet.dl.sourceforge.net/sourceforge/wvware/libwmf-%{version}.tar.gz
|
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
|
Patch0: %{name}-0.2.8.3-gd-CAN-2004-0990.patch
|
||||||
Patch1: %{name}-0.2.8.4-CAN-2004-0941.patch
|
Patch1: %{name}-0.2.8.4-CAN-2004-0941.patch
|
||||||
Patch2: %{name}-0.2.8.4-cve_2006_3376.patch
|
Patch2: %{name}-0.2.8.4-cve_2006_3376.patch
|
||||||
@ -58,17 +59,15 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .CAN-2004-0990
|
#%patch0 -p1 -b .CAN-2004-0990
|
||||||
%patch1 -p1 -b .CAN-2004-0941
|
#%patch1 -p1 -b .CAN-2004-0941
|
||||||
%patch2 -p1 -b .cve_2006_3376
|
#%patch2 -p1 -b .cve_2006_3376
|
||||||
|
|
||||||
|
#autoreconf -f -i
|
||||||
|
|
||||||
%build
|
%build
|
||||||
aclocal
|
|
||||||
libtoolize --copy --force
|
|
||||||
autoconf
|
|
||||||
automake
|
|
||||||
|
|
||||||
%configure
|
%configure
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -94,23 +93,31 @@ exit 0
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/wmf2*
|
%{_bindir}/wmf2*
|
||||||
%{_bindir}/libwmf-fontmap
|
%{_bindir}/libwmf-fontmap
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libwmf-*.so.*
|
||||||
|
%{_libdir}/libwmflite-*.so.*
|
||||||
|
%{_libdir}/gdk-pixbuf-2.0/*/loaders/io-wmf.*
|
||||||
%dir %{_datadir}/libwmf
|
%dir %{_datadir}/libwmf
|
||||||
%{_datadir}/libwmf/fonts/*
|
%{_datadir}/libwmf/fonts/*
|
||||||
%{_libdir}/gtk-2.0/*
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/libwmf-config
|
|
||||||
%{_libdir}/*.a
|
|
||||||
%{_libdir}/*.la
|
|
||||||
%{_libdir}/*.so
|
|
||||||
%dir %{_includedir}/libwmf
|
%dir %{_includedir}/libwmf
|
||||||
%{_includedir}/libwmf/*
|
%{_includedir}/libwmf/*
|
||||||
%dir %{_datadir}/doc/libwmf
|
%{_bindir}/libwmf-config
|
||||||
%{_datadir}/doc/libwmf/*
|
%{_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
|
%changelog
|
||||||
|
* Fri Aug 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.12-1mamba
|
||||||
|
- update to 0.2.12
|
||||||
|
|
||||||
* Thu Oct 28 2010 Automatic Build System <autodist@mambasoft.it> 0.2.8.4-7mamba
|
* Thu Oct 28 2010 Automatic Build System <autodist@mambasoft.it> 0.2.8.4-7mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user