Logoj0ke.net Open Build Service > Projects > internetx:php5:extensions > php5-xcache > Changes
Sign Up | Log In

Changes of Revision 8

[-] Changed php5-xcache.spec
x
 
1
@@ -2,25 +2,26 @@
2
 %define pkg_name    xcache
3
 %define php_version %(php-config --version 2>/dev/null)
4
 #
5
-Name: php5-xcache
6
-Version: 1.3.1
7
-Release: 0
8
-License: BSD 
9
-Group: Productivity/Networking/Web/Servers
10
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
11
-BuildRequires: php5-devel >= 5.1 indent
12
-Requires: php5 = %{php_version} 
13
-Provides : php5_code_cache
14
-Conflicts : php5-APC php5-eaccelerator
15
+Name:      php5-xcache
16
+Version:   2.0.1
17
+Release:   0
18
+License:   BSD 
19
+Group:     Productivity/Networking/Web/Servers
20
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
21
+BuildRequires: php5-devel >= 5.1 indent
22
+Requires:  php5 = %{php_version} 
23
+Provides:  php5_code_cache
24
+Conflicts: php5-APC php5-eaccelerator
25
 %if 0%{?suse_version} > 1000
26
-Enhances : php5
27
+Enhances:  php5
28
 %endif
29
 #
30
-URL: http://trac.lighttpd.net/xcache/
31
-Source: http://210.51.190.228/pub/XCache/Releases/%{pkg_name}-%{version}.tar.bz2
32
-Patch0: xcache-broken.ini.patch
33
+URL:       http://trac.lighttpd.net/xcache/
34
+Source:        http://210.51.190.228/pub/XCache/Releases/%{pkg_name}-%{version}.tar.bz2
35
+Patch0:        xcache-broken-%{version}.ini.patch
36
 #
37
 Summary: A fast, stable php opcode cacher
38
+
39
 %description
40
 XCache is a fast, stable php opcode cacher that has been tested and now running
41
 on production server under high load. It support and is tested on all lastest
42
@@ -71,7 +72,6 @@
43
 %dir %{_datadir}/php5/xcache/
44
 %dir %{_datadir}/php5/xcache/admin/
45
 %ghost %config(noreplace) %{_datadir}/php5/xcache/admin/config.php
46
-%{_datadir}/php5/xcache/admin/config.php.example
47
 %{_datadir}/php5/xcache/admin/index.php
48
 %{_datadir}/php5/xcache/admin/help.php
49
 %{_datadir}/php5/xcache/admin/tablesort.js
50
@@ -90,6 +90,8 @@
51
 %{_datadir}/php5/xcache/admin/footer.tpl.php
52
 %{_datadir}/php5/xcache/admin/header.tpl.php
53
 %{_datadir}/php5/xcache/admin/mkpassword.php
54
+%{_datadir}/php5/xcache/admin/config.default.php
55
+%{_datadir}/php5/xcache/admin/config.example.php
56
 %dir %{_datadir}/php5/xcache/coverager/
57
 %ghost %config(noreplace) %{_datadir}/php5/xcache/coverager/config.php
58
 %{_datadir}/php5/xcache/coverager/config.php.example
59