SPECS: php4-pecl-statgrab.spec (NEW) - new, based on php-pecl-stat...
adamg
adamg at pld-linux.org
Tue Nov 28 12:30:50 CET 2006
Author: adamg Date: Tue Nov 28 11:30:50 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new, based on php-pecl-statgrab.spec
---- Files affected:
SPECS:
php4-pecl-statgrab.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/php4-pecl-statgrab.spec
diff -u /dev/null SPECS/php4-pecl-statgrab.spec:1.1
--- /dev/null Tue Nov 28 12:30:50 2006
+++ SPECS/php4-pecl-statgrab.spec Tue Nov 28 12:30:45 2006
@@ -0,0 +1,92 @@
+# $Revision$, $Date$
+%define _modname statgrab
+%define _smodname Statgrab
+%define _status stable
+%define _sysconfdir /etc/php4
+%define extensionsdir %(php-config --extension-dir 2>/dev/null)
+
+Summary: %{_modname} - libstatgrab bindings
+Summary(pl): %{_modname} - dowiązania biblioteki libstatgrab
+Name: php4-pecl-%{_modname}
+Version: 0.6.0
+Release: 1
+License: PHP
+Group: Development/Languages/PHP
+Source0: http://pecl.php.net/get/%{_modname}-%{version}.tgz
+# Source0-md5: 5e8e659e28d95da57c3d5a694cfb5af4
+URL: http://pecl.php.net/package/statgrab/
+BuildRequires: libstatgrab-devel >= 0.10
+BuildRequires: php4-devel >= 3:4.3.0
+BuildRequires: rpmbuild(macros) >= 1.322
+%{?requires_php_extension}
+Requires: %{_sysconfdir}/conf.d
+Obsoletes: php-pear-%{_modname}
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+libstatgrab is a library that provides a common interface for
+retrieving a variety of system statistics on a number of *NIX like
+systems.
+
+This extension allows you to call the functions made available by
+libstatgrab library.
+
+In PECL status of this package is: %{_status}.
+
+%description -l pl
+libstatgrab to biblioteka dostarczająca wspólny interfejs do
+odczytywania różnych statystyk systemowych na wielu systemach
+uniksowych.
+
+To rozszerzenie pozwala wywoływać funkcje udostępniane przez
+bibliotekę libstatgrab.
+
+To rozszerzenie ma w PECL status: %{_status}.
+
+%prep
+%setup -q -c
+
+%build
+cd %{_smodname}-%{version}
+phpize
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sysconfdir}/conf.d,%{extensionsdir}}
+
+install %{_smodname}-%{version}/modules/%{_modname}.so $RPM_BUILD_ROOT%{extensionsdir}
+cat <<'EOF' > $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/%{_modname}.ini
+; Enable %{_modname} extension module
+extension=%{_modname}.so
+EOF
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+[ ! -f /etc/apache/conf.d/??_mod_php4.conf ] || %service -q apache restart
+[ ! -f /etc/httpd/httpd.conf/??_mod_php4.conf ] || %service -q httpd restart
+
+%postun
+if [ "$1" = 0 ]; then
+ [ ! -f /etc/apache/conf.d/??_mod_php4.conf ] || %service -q apache restart
+ [ ! -f /etc/httpd/httpd.conf/??_mod_php4.conf ] || %service -q httpd restart
+fi
+
+%files
+%defattr(644,root,root,755)
+%doc %{_smodname}-%{version}/CREDITS
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/%{_modname}.ini
+%attr(755,root,root) %{extensionsdir}/%{_modname}.so
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/11/28 11:30:45 adamg
+- new, based on php-pecl-statgrab.spec
+
================================================================
More information about the pld-cvs-commit
mailing list