[packages/php-pecl-flvinfo: 11/12] - v0.5, rebuild with ffmpeg 0.5
glen
glen at pld-linux.org
Mon Jun 3 10:34:16 CEST 2013
commit 55e8f63b6c22bfd44063b53c37846c811ab24c35
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Jan 11 18:09:03 2012 +0000
- v0.5, rebuild with ffmpeg 0.5
Changed files:
php-pecl-flvinfo.spec -> 1.11
php-pecl-flvinfo.spec | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/php-pecl-flvinfo.spec b/php-pecl-flvinfo.spec
index 6cd143b..192dc0d 100644
--- a/php-pecl-flvinfo.spec
+++ b/php-pecl-flvinfo.spec
@@ -2,8 +2,8 @@
%define status stable
Summary: %{modname} - Provides file info of FLV files
Name: php-pecl-%{modname}
-Version: 0.0.6
-Release: 4
+Version: 0.5
+Release: 1
License: PHP 2.02
Group: Development/Languages/PHP
Patch0: flvinfo-lib64.patch
@@ -51,13 +51,14 @@ rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_bindir},%{php_sysconfdir}/conf.d}
%{__make} install \
- INSTALL_ROOT=$RPM_BUILD_ROOT \
- EXTENSION_DIR=%{php_extensiondir}
+ EXTENSION_DIR=%{php_extensiondir} \
+ INSTALL_ROOT=$RPM_BUILD_ROOT
+
cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{modname}.ini
; Enable %{modname} extension module
extension=%{modname}.so
EOF
-install flvinfo $RPM_BUILD_ROOT%{_bindir}
+install -p flvinfo $RPM_BUILD_ROOT%{_bindir}
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-flvinfo.git/commitdiff/c2639c83aa4f843f99d7835c40c8622076addfb5
More information about the pld-cvs-commit
mailing list