SPECS: php-pecl-intl.spec - updated to 1.0.0 (final)

adamg adamg at pld-linux.org
Sat Jun 28 00:42:05 CEST 2008


Author: adamg                        Date: Fri Jun 27 22:42:05 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.0.0 (final)

---- Files affected:
SPECS:
   php-pecl-intl.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/php-pecl-intl.spec
diff -u SPECS/php-pecl-intl.spec:1.2 SPECS/php-pecl-intl.spec:1.3
--- SPECS/php-pecl-intl.spec:1.2	Sat Apr 12 23:45:04 2008
+++ SPECS/php-pecl-intl.spec	Sat Jun 28 00:41:58 2008
@@ -1,17 +1,17 @@
 # $Revision$, $Date$
 %define		_modname	intl
-%define		_status		beta
+%define		_status		stable
 Summary:	%{_modname} - Internationalization extension
 Summary(pl.UTF-8):	%{_modname} - rozszerzenie internacjonalizacji
 Name:		php-pecl-%{_modname}
 Version:	1.0.0
-Release:	0.beta.1
+Release:	1
 License:	PHP 2.02
 Group:		Development/Languages/PHP
-Source0:	http://pecl.php.net/get/%{_modname}-%{version}beta.tgz
-# Source0-md5:	edc28cac23204152b0e166348d89df94
+Source0:	http://pecl.php.net/get/%{_modname}-%{version}.tgz
+# Source0-md5:	ce06390ec308f4d00bfe71dd5bc5867b
 URL:		http://pecl.php.net/package/intl/
-BuildRequires:	libicu-devel >= 3.8-1
+BuildRequires:	libicu-devel >= 3.4.0-1
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.344
 %{?requires_php_extension}
@@ -33,7 +33,7 @@
 %setup -q -c
 
 %build
-cd %{_modname}-%{version}beta
+cd %{_modname}-%{version}
 phpize
 %configure
 %{__make}
@@ -43,7 +43,7 @@
 install -d $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d
 
 %{__make} install \
-	-C %{_modname}-%{version}beta \
+	-C %{_modname}-%{version} \
 	INSTALL_ROOT=$RPM_BUILD_ROOT \
 	EXTENSION_DIR=%{php_extensiondir}
 cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{_modname}.ini
@@ -64,7 +64,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc %{_modname}-%{version}beta/{CREDITS,EXPERIMENTAL}
+%doc %{_modname}-%{version}/{doc/,CREDITS}
 %config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{_modname}.ini
 %attr(755,root,root) %{php_extensiondir}/%{_modname}.so
 
@@ -74,7 +74,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.2  2008/04/12 21:45:04  qboosh
+Revision 1.3  2008/06/27 22:41:58  adamg
+- updated to 1.0.0 (final)
+
+Revision 1.2  2008-04-12 21:45:04  qboosh
 - pl fixes
 
 Revision 1.1  2007-12-09 10:53:11  adamg
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php-pecl-intl.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list