SPECS: template-php4-pecl.spec, template-php-pecl.spec - no extra subdir

glen glen at pld-linux.org
Thu Dec 4 16:23:28 CET 2008


Author: glen                         Date: Thu Dec  4 15:23:28 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- no extra subdir

---- Files affected:
SPECS:
   template-php4-pecl.spec (1.22 -> 1.23) , template-php-pecl.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: SPECS/template-php4-pecl.spec
diff -u SPECS/template-php4-pecl.spec:1.22 SPECS/template-php4-pecl.spec:1.23
--- SPECS/template-php4-pecl.spec:1.22	Thu Jan 24 12:21:41 2008
+++ SPECS/template-php4-pecl.spec	Thu Dec  4 16:23:22 2008
@@ -26,9 +26,9 @@
 
 %prep
 %setup -q -c
+mv %{_modname}-%{version}/* .
 
 %build
-cd %{_modname}-%{version}
 phpize
 %configure
 %{__make}
@@ -38,7 +38,6 @@
 install -d $RPM_BUILD_ROOT{%{php_sysconfdir}/conf.d,%{php_extensiondir}}
 
 %{__make} install \
-	-C %{_modname}-%{version} \
 	INSTALL_ROOT=$RPM_BUILD_ROOT \
 	EXTENSION_DIR=%{php_extensiondir}
 cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{_modname}.ini
@@ -59,7 +58,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc %{_modname}-%{version}/{CREDITS,EXPERIMENTAL,TODO,README}
+%doc CREDITS EXPERIMENTAL TODO README
 %config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{_modname}.ini
 %attr(755,root,root) %{php_extensiondir}/%{_modname}.so
 
@@ -69,6 +68,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2008/12/04 15:23:22  glen
+- no extra subdir
+
 Revision 1.22  2008/01/24 11:21:41  glen
 - unify
 

================================================================
Index: SPECS/template-php-pecl.spec
diff -u SPECS/template-php-pecl.spec:1.27 SPECS/template-php-pecl.spec:1.28
--- SPECS/template-php-pecl.spec:1.27	Mon Feb 12 23:09:17 2007
+++ SPECS/template-php-pecl.spec	Thu Dec  4 16:23:22 2008
@@ -26,9 +26,9 @@
 
 %prep
 %setup -q -c
+mv %{_modname}-%{version}/* .
 
 %build
-cd %{_modname}-%{version}
 phpize
 %configure
 %{__make}
@@ -38,7 +38,6 @@
 install -d $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d
 
 %{__make} install \
-	-C %{_modname}-%{version} \
 	INSTALL_ROOT=$RPM_BUILD_ROOT \
 	EXTENSION_DIR=%{php_extensiondir}
 cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{_modname}.ini
@@ -59,7 +58,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc %{_modname}-%{version}/{CREDITS,EXPERIMENTAL}
+%doc CREDITS EXPERIMENTAL
 %config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{_modname}.ini
 %attr(755,root,root) %{php_extensiondir}/%{_modname}.so
 
@@ -69,6 +68,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2008/12/04 15:23:22  glen
+- no extra subdir
+
 Revision 1.27  2007/02/12 22:09:17  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/template-php4-pecl.spec?r1=1.22&r2=1.23&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/template-php-pecl.spec?r1=1.27&r2=1.28&f=u



More information about the pld-cvs-commit mailing list