SPECS: php-pecl-APC.spec - bug is marked as fixed; libtool hack not needed; ...

arekm arekm at pld-linux.org
Wed Aug 13 00:39:44 CEST 2008


Author: arekm                        Date: Tue Aug 12 22:39:44 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- bug is marked as fixed; libtool hack not needed; include apc.php in doc

---- Files affected:
SPECS:
   php-pecl-APC.spec (1.38 -> 1.39) 

---- Diffs:

================================================================
Index: SPECS/php-pecl-APC.spec
diff -u SPECS/php-pecl-APC.spec:1.38 SPECS/php-pecl-APC.spec:1.39
--- SPECS/php-pecl-APC.spec:1.38	Mon Aug 11 01:31:22 2008
+++ SPECS/php-pecl-APC.spec	Wed Aug 13 00:39:39 2008
@@ -2,7 +2,6 @@
 # TODO
 # - maybe related:
 #  - http://pecl.php.net/bugs/bug.php?id=7141
-#  - http://pecl.php.net/bugs/bug.php?id=7762
 %define		_modname	APC
 %define		_status		stable
 Summary:	%{_modname} - Alternative PHP Cache
@@ -59,15 +58,6 @@
 
 %build
 cd %{_modname}-%{version}
-
-# libtool 2.2 build fix
-if [ -f '/usr/share/aclocal/ltsugar.m4' ]; then
-	cat "/usr/share/aclocal/ltsugar.m4" >>  "config.m4"
-	cat "/usr/share/aclocal/ltversion.m4" >>  "config.m4"
-	cat "/usr/share/aclocal/lt~obsolete.m4" >>  "config.m4"
-	cat "/usr/share/aclocal/ltoptions.m4" >>  "config.m4"
-fi
-
 phpize
 %configure \
 	--%{!?debug:dis}%{?debug:en}able-debug \
@@ -95,7 +85,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc %{_modname}-%{version}/{CHANGELOG,INSTALL,NOTICE}
+%doc %{_modname}-%{version}/{CHANGELOG,INSTALL,NOTICE,apc.php}
 %config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{_modname}.ini
 %attr(755,root,root) %{php_extensiondir}/%{_modname}.so
 
@@ -105,6 +95,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39  2008/08/12 22:39:39  arekm
+- bug is marked as fixed; libtool hack not needed; include apc.php in doc
+
 Revision 1.38  2008/08/10 23:31:22  zergin
 - fix for m4 macros
 
================================================================

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



More information about the pld-cvs-commit mailing list