[packages/php-pecl-flvinfo: 10/12] - rel 4
glen
glen at pld-linux.org
Mon Jun 3 10:34:11 CEST 2013
commit b92871122931ec55283230d6be6973808749bab9
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Oct 11 07:07:54 2011 +0000
- rel 4
Changed files:
php-pecl-flvinfo.spec -> 1.10
php-pecl-flvinfo.spec | 26 ++++++++++++--------------
1 file changed, 12 insertions(+), 14 deletions(-)
---
diff --git a/php-pecl-flvinfo.spec b/php-pecl-flvinfo.spec
index fbc41f9..6cd143b 100644
--- a/php-pecl-flvinfo.spec
+++ b/php-pecl-flvinfo.spec
@@ -1,11 +1,9 @@
-%define _modname flvinfo
-%define _status stable
-%define _sysconfdir /etc/php
-%define extensionsdir %(php-config --extension-dir 2>/dev/null)
-Summary: %{_modname} - Provides file info of FLV files
-Name: php-pecl-%{_modname}
+%define modname flvinfo
+%define status stable
+Summary: %{modname} - Provides file info of FLV files
+Name: php-pecl-%{modname}
Version: 0.0.6
-Release: 2
+Release: 4
License: PHP 2.02
Group: Development/Languages/PHP
Patch0: flvinfo-lib64.patch
@@ -14,7 +12,7 @@ BuildRequires: php-devel >= 4:5.0
BuildRequires: rpmbuild(macros) >= 1.344
%{?requires_php_extension}
Requires: php-common >= 4:5.0.4
-Provides: php(%{_modname})
+Provides: php(%{modname})
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _cvsroot :ext:cvs.delfi.ee:/usr/local/cvs
@@ -24,7 +22,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This extension provides information about FLV video dimensions. It
uses libavformat from ffmpeg to do so.
-In PECL status of this extension is: %{_status}.
+In PECL status of this extension is: %{status}.
%package -n flvinfo
Summary: flvinfo
@@ -55,9 +53,9 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{php_sysconfdir}/conf.d}
%{__make} install \
INSTALL_ROOT=$RPM_BUILD_ROOT \
EXTENSION_DIR=%{php_extensiondir}
-cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{_modname}.ini
-; Enable %{_modname} extension module
-extension=%{_modname}.so
+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}
@@ -75,8 +73,8 @@ fi
%files
%defattr(644,root,root,755)
%doc {CREDITS,EXPERIMENTAL}
-%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{_modname}.ini
-%attr(755,root,root) %{php_extensiondir}/%{_modname}.so
+%config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{modname}.ini
+%attr(755,root,root) %{php_extensiondir}/%{modname}.so
%files -n flvinfo
%defattr(644,root,root,755)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-flvinfo.git/commitdiff/c2639c83aa4f843f99d7835c40c8622076addfb5
More information about the pld-cvs-commit
mailing list