]> git.pld-linux.org Git - packages/php-pecl-flvinfo.git/commitdiff
- lib64 fix
authorElan Ruusamäe <glen@delfi.ee>
Thu, 16 Nov 2006 13:32:40 +0000 (13:32 +0000)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 16 Nov 2006 13:32:40 +0000 (13:32 +0000)
Changed files:
    php-pecl-flvinfo.spec -> 1.2

php-pecl-flvinfo.spec

index 150e39c8afe34d08efb83d35a336cc58c5584292..255cb12917f836cfe3a8272151616349cfad04c1 100644 (file)
@@ -11,6 +11,7 @@ License:      PHP 2.02
 Group:         Development/Languages/PHP
 Source0:       %{_modname}-%{version}.tar.bz2
 # Source0-md5: 8472916c3465f92eec9437e74495eb9e
+Patch0:                flvinfo-lib64.patch
 BuildRequires: ffmpeg-devel
 BuildRequires: php-devel >= 4:5.0
 BuildRequires: rpmbuild(macros) >= 1.254
@@ -26,6 +27,9 @@ In PECL status of this extension is: %{_status}.
 
 %prep
 %setup -q -n %{_modname}-%{version}
+%if "%{_lib}" != "lib"
+%patch0 -p1
+%endif
 
 %build
 phpize
This page took 0.097526 seconds and 4 git commands to generate.