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

Changes of Revision 34

[-] Changed php5-pecl_http.spec
x
 
1
@@ -124,11 +124,13 @@
2
 %files devel
3
 %defattr(-,root,root,-)
4
 %dir %{_includedir}/php5/ext/http
5
-%dir %{_includedir}/php5/ext/http/phpstr
6
 %if "%{my_version}" != "2.4.3"
7
+dir %{_includedir}/php5/ext/http/phpstr
8
 %{_includedir}/php5/ext/http/*.h
9
 %{_includedir}/php5/ext/http/phpstr/*.h
10
 %doc lib
11
+%else
12
+%{_includedir}/php5/ext/http/php_*.h
13
 %endif
14
 %doc LICENSE CREDITS KnownIssues.txt
15
 
16