Author: adamg                        Date: Sun Dec  9 10:53:16 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   php-pecl-intl.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/php-pecl-intl.spec
diff -u /dev/null SPECS/php-pecl-intl.spec:1.1
--- /dev/null   Sun Dec  9 11:53:16 2007
+++ SPECS/php-pecl-intl.spec    Sun Dec  9 11:53:11 2007
@@ -0,0 +1,79 @@
+# $Revision$, $Date$
+%define                _modname        intl
+%define                _status         beta
+Summary:       %{_modname} - Internationalization extension
+Summary(pl.UTF-8):     %{_modname} - roszerzenie internacjonaliacji
+Name:          php-pecl-%{_modname}
+Version:       1.0.0
+Release:       0.beta.1
+License:       PHP 2.02
+Group:         Development/Languages/PHP
+Source0:       http://pecl.php.net/get/%{_modname}-%{version}beta.tgz
+# Source0-md5: edc28cac23204152b0e166348d89df94
+URL:           http://pecl.php.net/package/intl/
+BuildRequires: libicu-devel >= 3.8-1
+BuildRequires: php-devel >= 3:5.0.0
+BuildRequires: rpmbuild(macros) >= 1.344
+%{?requires_php_extension}
+Requires:      php-common >= 4:5.0.4
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Internationalization extension implements ICU library functionality in
+PHP.
+
+In PECL status of this extension is: %{_status}.
+
+%description -l pl.UTF-8
+Rozszerzenie to posiada zaimplementowaną obsługę biblioteki ICU.
+
+To rozszerzenie ma w PECL status: %{_status}.
+
+%prep
+%setup -q -c
+
+%build
+cd %{_modname}-%{version}beta
+phpize
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d
+
+%{__make} install \
+       -C %{_modname}-%{version}beta \
+       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
+EOF
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%php_webserver_restart
+
+%postun
+if [ "$1" = 0 ]; then
+       %php_webserver_restart
+fi
+
+%files
+%defattr(644,root,root,755)
+%doc %{_modname}-%{version}beta/{CREDITS,EXPERIMENTAL}
+%config(noreplace) %verify(not md5 mtime size) 
%{php_sysconfdir}/conf.d/%{_modname}.ini
+%attr(755,root,root) %{php_extensiondir}/%{_modname}.so
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007-12-09 10:53:11  adamg
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to