ported to aarch64; removed .la file [release 0.4.9-2mamba;Sat Dec 03 2022]
This commit is contained in:
parent
021fbc13db
commit
dcd57efc52
@ -3,13 +3,13 @@
|
|||||||
%define commit 50098023446a5412efcfbd40552821a8cba983a6
|
%define commit 50098023446a5412efcfbd40552821a8cba983a6
|
||||||
Name: libming
|
Name: libming
|
||||||
Version: 0.4.9
|
Version: 0.4.9
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Ming is a library for generating Macromedia Flash files (.swf)
|
Summary: Ming is a library for generating Macromedia Flash files (.swf)
|
||||||
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://ming.sourceforge.net/
|
URL: http://www.libming.org/
|
||||||
Source: https://github.com/libming/libming.git/master@%{commit}/libming-%{version}.tar.bz2
|
Source: https://github.com/libming/libming.git/master@%{commit}/libming-%{version}.tar.bz2
|
||||||
Patch0: %{name}-0.4.2-php_install.patch
|
Patch0: %{name}-0.4.2-php_install.patch
|
||||||
Patch1: libming-0.4.9-perl-5.16.patch
|
Patch1: libming-0.4.9-perl-5.16.patch
|
||||||
@ -124,6 +124,7 @@ This package contains Python bindings for Ming.
|
|||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
|
|
||||||
sed -i "s|lungif|lgif|" perl_ext/Makefile.*
|
sed -i "s|lungif|lgif|" perl_ext/Makefile.*
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config/config.sub
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
||||||
@ -199,7 +200,6 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/ming-config
|
%{_bindir}/ming-config
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%{_libdir}/libming.la
|
|
||||||
%{_libdir}/libming.so
|
%{_libdir}/libming.so
|
||||||
%{_libdir}/pkgconfig/libming.pc
|
%{_libdir}/pkgconfig/libming.pc
|
||||||
#%{_mandir}/man3/*.3.gz
|
#%{_mandir}/man3/*.3.gz
|
||||||
@ -259,6 +259,9 @@ rm -f .packlist
|
|||||||
#%{_libdir}/ming/tcl/mingc.so
|
#%{_libdir}/ming/tcl/mingc.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.9-2mamba
|
||||||
|
- ported to aarch64; removed .la file
|
||||||
|
|
||||||
* Fri May 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.9-1mamba
|
* Fri May 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.9-1mamba
|
||||||
- update to 0.4.9
|
- update to 0.4.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user