SPECS: php4-pecl-rar.spec (NEW) - new (copied from php-pecl-rar.spec)

adamg adamg at pld-linux.org
Sun Sep 3 00:17:26 CEST 2006


Author: adamg                        Date: Sat Sep  2 22:17:26 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new (copied from php-pecl-rar.spec)

---- Files affected:
SPECS:
   php4-pecl-rar.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/php4-pecl-rar.spec
diff -u /dev/null SPECS/php4-pecl-rar.spec:1.1
--- /dev/null	Sun Sep  3 00:17:26 2006
+++ SPECS/php4-pecl-rar.spec	Sun Sep  3 00:17:21 2006
@@ -0,0 +1,84 @@
+# $Revision$, $Date$
+%define		_modname	rar
+%define		_status		beta
+%define		_sysconfdir	/etc/php4
+%define		extensionsdir	%(php-config --extension-dir 2>/dev/null)
+
+Summary:	%{_modname} - read rar archives
+Summary(pl):	%{_modname} - odczyt archiwów rar
+Name:		php4-pecl-%{_modname}
+Version:	0.3.1
+Release:	1
+License:	PHP 2.02
+Group:		Development/Languages/PHP
+Source0:	http://pecl.php.net/get/%{_modname}-%{version}.tgz
+# Source0-md5:	ef566da9c7d1fad9e28ed729988dcf05
+URL:		http://pecl.php.net/package/rar/
+BuildRequires:	php4-devel >= 3:4.3.0
+BuildRequires:	rpmbuild(macros) >= 1.254
+%{?requires_php_extension}
+Requires:	%{_sysconfdir}/conf.d
+Obsoletes:	php-pear-%{_modname}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Rar is a powerful and effective archiver, which was created by Eugene
+Roshal and became rather popular quite fast. This extension gives you
+possibility to read Rar archives.
+
+In PECL status of this extension is: %{_status}.
+
+%description -l pl
+Rar to potężny i wydajny archiwizator. Został stworzony przez Eugene
+Roshala i szybko zdobył popularność. Z pomocą tego rozszerzenia
+możliwy jest odczyt archiwów Rar.
+
+To rozszerzenie ma w PECL status: %{_status}.
+
+%prep
+%setup -q -c
+
+%build
+cd %{_modname}-%{version}
+phpize
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sysconfdir}/conf.d,%{extensionsdir}}
+
+install %{_modname}-%{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 %{_modname}-%{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/09/02 22:17:21  adamg
+- new (copied from php-pecl-rar.spec)
+
================================================================


More information about the pld-cvs-commit mailing list