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

Changes of Revision 2

[-] Changed php5-propro.spec
x
 
1
@@ -1,7 +1,7 @@
2
 # norootforbuild
3
 %define pkg_name    propro
4
 #
5
-Name: php5-propro
6
+Name: php7-propro
7
 Version: 1.0.0
8
 Release: 0
9
 #
10
@@ -9,9 +9,9 @@
11
 Group: Productivity/Networking/Web/Servers
12
 #
13
 BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-build
14
-BuildRequires: php5-devel
15
-BuildRequires: -php5-raphf
16
-BuildRequires: -php5-propro
17
+BuildRequires: php7-devel
18
+BuildRequires: -php7-raphf
19
+BuildRequires: -php7-propro
20
 #
21
 URL: http://pecl.php.net/propro
22
 Source: http://pecl.php.net/package/propro/%{pkg_name}-%{version}.tgz
23
@@ -54,9 +54,9 @@
24
 %install
25
 
26
 %makeinstall -C %{name} INSTALL_ROOT=%{buildroot}
27
-%{__mkdir_p} %{buildroot}%{_sysconfdir}/php5/conf.d
28
-echo "; comment out next line to disable propro extension in php" > %{buildroot}%{_sysconfdir}/php5/conf.d/propro.ini
29
-echo 'extension = propro.so' >> %{buildroot}%{_sysconfdir}/php5/conf.d/propro.ini
30
+%{__mkdir_p} %{buildroot}%{_sysconfdir}/php7/conf.d
31
+echo "; comment out next line to disable propro extension in php" > %{buildroot}%{_sysconfdir}/php7/conf.d/propro.ini
32
+echo 'extension = propro.so' >> %{buildroot}%{_sysconfdir}/php7/conf.d/propro.ini
33
 
34
 
35
 %clean
36
@@ -65,12 +65,12 @@
37
 
38
 %files
39
 %defattr(644,root,root,755)
40
-%{_libdir}/php5/extensions/propro.so
41
-%config(noreplace) %{_sysconfdir}/php5/conf.d/propro.ini
42
+%{_libdir}/php7/extensions/propro.so
43
+%config(noreplace) %{_sysconfdir}/php7/conf.d/propro.ini
44
 %doc CREDITS
45
-%dir %{_includedir}/php5
46
-%dir %{_includedir}/php5/ext
47
-%dir %{_includedir}/php5/ext/propro
48
-%{_includedir}/php5/ext/propro/php_propro.h
49
+%dir %{_includedir}/php7
50
+%dir %{_includedir}/php7/ext
51
+%dir %{_includedir}/php7/ext/propro
52
+%{_includedir}/php7/ext/propro/php_propro.h
53
 
54
-%changelog -n php5-propro
55
+%changelog -n php7-propro
56