forked from pool/perl-Selenium-Remote-Driver
		
	Accepting request 719612 from home:dimstar:Factory
- Delete libibushandler.so also on x86: we don't have the old libibus.so.2 available in the distro. OBS-URL: https://build.opensuse.org/request/show/719612 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Selenium-Remote-Driver?expand=0&rev=36
This commit is contained in:
		| @@ -19,7 +19,9 @@ post_prep: |- | |||||||
| #post_build: |- | #post_build: |- | ||||||
| # rm unused.files | # rm unused.files | ||||||
| post_install: |- | post_install: |- | ||||||
|   %ifnarch %ix86 |   %ifarch %ix86 | ||||||
|  |     rm %{buildroot}/usr/lib/perl5/vendor_perl/*/Selenium/Firefox/x86/libibushandler.so | ||||||
|  |   %else | ||||||
|     rm -r %{buildroot}/usr/lib/perl5/vendor_perl/*/Selenium/Firefox/x86 |     rm -r %{buildroot}/usr/lib/perl5/vendor_perl/*/Selenium/Firefox/x86 | ||||||
|   %endif |   %endif | ||||||
|   %ifarch x86_64 |   %ifarch x86_64 | ||||||
|   | |||||||
| @@ -1,3 +1,9 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Mon Jul 29 14:02:52 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org> | ||||||
|  |  | ||||||
|  | - Delete libibushandler.so also on x86: we don't have the old | ||||||
|  |   libibus.so.2 available in the distro. | ||||||
|  |  | ||||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ||||||
| Wed Jun 19 05:28:13 UTC 2019 - Stephan Kulow <coolo@please-enter-an-email-address> | Wed Jun 19 05:28:13 UTC 2019 - Stephan Kulow <coolo@please-enter-an-email-address> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -107,7 +107,9 @@ make test | |||||||
| %perl_make_install | %perl_make_install | ||||||
| %perl_process_packlist | %perl_process_packlist | ||||||
| # MANUAL BEGIN | # MANUAL BEGIN | ||||||
| %ifnarch %ix86 | %ifarch %ix86 | ||||||
|  |   rm %{buildroot}/usr/lib/perl5/vendor_perl/*/Selenium/Firefox/x86/libibushandler.so | ||||||
|  | %else | ||||||
|   rm -r %{buildroot}/usr/lib/perl5/vendor_perl/*/Selenium/Firefox/x86 |   rm -r %{buildroot}/usr/lib/perl5/vendor_perl/*/Selenium/Firefox/x86 | ||||||
| %endif | %endif | ||||||
| %ifarch x86_64 | %ifarch x86_64 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user