source: projects/specs/trunk/p/php-ext-mysqlnd_ms/php-ext-mysqlnd_ms-vl.spec @ 8141

Revision 8141, 2.0 KB checked in by tomop, 10 years ago (diff)

updated php extentions.

  • Property svn:executable set to *
Line 
1Summary: The mysqlnd replication and load balancing plugin
2Summary(ja): mysqlnd レプリケーション・ロードバランスプラグイン
3Name: php-ext-mysqlnd_ms
4Version: 1.6.0
5Release: 2%{_dist_release}
6URL: http://pecl.php.net/package/mysqlnd_ms
7Source: mysqlnd_ms-%{version}.tgz
8License: The PHP License
9Group: Development/Languages
10BuildRequires: php5-devel
11BuildRequires: libxml2-devel
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13Requires: php5-mysql
14
15%if "%{?req_php_api}" != ""
16Requires: %{req_php_api}
17%endif
18
19Vendor: Project Vine
20Distribution: Vine Linux
21Packager: tomop
22
23%description
24 The mysqlnd replication and load balancing plugin (mysqlnd_ms) adds
25easy to use MySQL replication support to all PHP MySQL extensions that
26use mysqlnd.
27
28%description -l ja
29  mysqlnd レプリケーション・ロードバランスプラグインは、mysqlndを使用
30している全てのPHP MySQL拡張に対し、簡単なMySQLレプリケーション機能の
31サポートを追加します。
32
33%prep
34%setup -q -n mysqlnd_ms-%{version}
35rm -f ../package.xml
36
37/usr/bin/phpize
38
39%build
40%configure
41%__make %{_smp_mflags}
42
43%install
44rm -rf %{buildroot}
45mkdir -p %{buildroot}%{_libdir}/php5/
46mkdir -p %{buildroot}%{_sysconfdir}/php5/php.d
47%makeinstall INSTALL_ROOT=%{buildroot}
48
49cat > %{buildroot}%{_sysconfdir}/php5/php.d/mysqlnd_ms.ini <<EOF
50; Enable mysqlnd_ms extension module
51extension=mysqlnd_ms.so
52EOF
53
54
55%clean
56rm -rf %{buildroot}
57
58%files
59%defattr(-,root,root)
60%doc CHANGES CREDITS LICENSE README
61%{_libdir}/php5/*
62%{_sysconfdir}/php5/php.d/*
63
64%changelog
65* Thu Jan 09 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.6.0-2
66- rebuilt with current environment.
67
68* Thu Oct 03 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.6.0-1
69- new upstream release.
70
71* Sun Apr 29 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.2-2
72- converted encoding to UTF-8.
73
74* Sat Apr 28 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3.2-1
75- new upstream release.
76
77* Sun Oct 30 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.1-1
78- initial build.
79
Note: See TracBrowser for help on using the repository browser.