Changes of Revision 7
[-] | Changed | php5-cego.spec |
x 1
2 Source0: PHP-cego-%{version}.tar.gz 3 Patch0: cego-includedir.patch 4 BuildRoot: %{_tmppath}/%{name}-%{version}-build 5 -BuildRequires: cego-devel autoconf automake glibc-devel libgcc gcc gcc-c++ rpath 6 +BuildRequires: cego-devel autoconf automake glibc-devel libgcc gcc gcc-c++ chrpath 7 Requires: cego 8 %if 0%{?suse_version} 9 BuildRequires: php5-devel 10
11 12 %__make 13 %install 14 -rpath -d modules/cego.so 15 +chrpath -d modules/cego.so 16 install -m 755 -d $RPM_BUILD_ROOT%{_libdir}/php5/extensions/ 17 install -m 755 modules/cego.so $RPM_BUILD_ROOT%{_libdir}/php5/extensions/ 18 install -d 755 $RPM_BUILD_ROOT/etc/php5/conf.d 19 |