Browse Source

php5-5.5.5-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7917 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 10 years ago
parent
commit
2f8285b9e0
1 changed files with 14 additions and 2 deletions
  1. 14 2
      p/php5/php5-vl.spec

+ 14 - 2
p/php5/php5-vl.spec

@@ -7,6 +7,12 @@
 
 %global php_confdir %{_sysconfdir}/%{_name}
 
+%if %{?_dist_release} == "vl6"
+%define gd_name gd21
+%else
+%define gd_name gd
+%endif
+
 %{!?_without_pear:%global _with_pear 1}
 %global with_pear %{?_with_pear:1}%{!?_with_pear:0}
 %if %{with_pear}
@@ -45,7 +51,7 @@
 Name: php5
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Summary(ja): HTML 埋め込み型スクリプト言語 PHP
-Version: 5.5.4
+Version: 5.5.5
 Release: 1%{_dist_release}
 
 Vendor: Project Vine
@@ -94,7 +100,7 @@ BuildRequires: coreutils
 BuildRequires: flex
 BuildRequires: freetype2-devel
 BuildRequires: gcc-c++
-BuildRequires: gd-devel
+BuildRequires: %{gd_name}-devel
 BuildRequires: gdbm-devel
 BuildRequires: gmp-devel
 BuildRequires: libjpeg-devel
@@ -945,6 +951,12 @@ rm -f files.*
 
 #======================================================================
 %changelog
+* Thu Oct 17 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.5-1
+- new upstream release.
+
+* Mon Oct 07 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.4-2
+- built for VinePlus/6.
+
 * Wed Oct 02 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.4-1
 - new upstream release.
 - removed %%patch51 (commited to upstream).