SPECS: php-pecl-msession.spec - try with cvs snapshot

glen glen at pld-linux.org
Thu May 4 03:07:00 CEST 2006


Author: glen                         Date: Thu May  4 01:07:00 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- try with cvs snapshot

---- Files affected:
SPECS:
   php-pecl-msession.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/php-pecl-msession.spec
diff -u SPECS/php-pecl-msession.spec:1.1 SPECS/php-pecl-msession.spec:1.2
--- SPECS/php-pecl-msession.spec:1.1	Thu May  4 02:51:06 2006
+++ SPECS/php-pecl-msession.spec	Thu May  4 03:06:54 2006
@@ -1,4 +1,7 @@
 # $Revision$, $Date$
+# NOTE:
+# there's no maintainer for the pecl project, so consider this
+# extension dead.
 %define		_modname	msession
 %define		_status		stable
 %define		_sysconfdir	/etc/php
@@ -6,11 +9,11 @@
 Summary:	msession extension module for PHP
 Summary(pl):	Moduł msession dla PHP
 Name:		php-pecl-%{_modname}
-Version:	0
-Release:	0
+Version:	1.0
+Release:	0.1
 License:	PHP 2.02
 Group:		Development/Languages/PHP
-Source0:	http://pecl.php.net/get/%{_modname}-%{version}.tgz
+Source0:	%{_modname}.tar.bz2
 # Source0-md5:	3a5b6bf9aa3c7d1abac18a5b484c0897
 URL:		http://pecl.php.net/package/msession/
 BuildRequires:	phoenix-devel
@@ -39,10 +42,9 @@
 To rozszerzenie ma w PECL status: %{_status}.
 
 %prep
-%setup -q -c
+%setup -q -n %{_modname}
 
 %build
-cd %{_modname}-%{version}
 phpize
 %configure
 %{__make}
@@ -51,7 +53,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir}/conf.d,%{extensionsdir}}
 
-install %{_modname}-%{version}/modules/%{_modname}.so $RPM_BUILD_ROOT%{extensionsdir}
+install modules/%{_modname}.so $RPM_BUILD_ROOT%{extensionsdir}
 cat <<'EOF' > $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/%{_modname}.ini
 ; Enable %{_modname} extension module
 extension=%{_modname}.so
@@ -81,6 +83,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/05/04 01:06:54  glen
+- try with cvs snapshot
+
 Revision 1.1  2006/05/04 00:51:06  glen
 - not yet released, based on php.spec
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php-pecl-msession.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list