]> git.pld-linux.org Git - packages/php-pecl-APC.git/commitdiff
- bug is marked as fixed; libtool hack not needed; include apc.php in doc auto/th/php-pecl-APC-3_0_19-3 auto/ti/php-pecl-APC-3_0_19-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 12 Aug 2008 22:39:39 +0000 (22:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-APC.spec -> 1.39

php-pecl-APC.spec

index d05e5329109072c40967e992b2f5d0ac4870fa52..5e8d4880f5ef8f06ac2762c1a3fdd541650f82c8 100644 (file)
@@ -1,7 +1,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
@@ -58,15 +57,6 @@ EOF
 
 %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 \
@@ -94,6 +84,6 @@ fi
 
 %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
This page took 0.065051 seconds and 4 git commands to generate.