Last change
on this file since 1234 was
1234,
checked in by mitchb, 16 years ago
|
Package the php scripts.so logging module
stupid_server_install_kludges--;
|
File size:
837 bytes
|
Line | |
---|
1 | Summary: scripts.mit.edu php logging module |
---|
2 | Group: Applications/System |
---|
3 | Name: php_scripts |
---|
4 | Version: 0.%{scriptsversion} |
---|
5 | Release: 0 |
---|
6 | Vendor: The scripts.mit.edu Team (scripts@mit.edu) |
---|
7 | URL: http://scripts.mit.edu |
---|
8 | License: GPL |
---|
9 | Source: %{name}.tar.gz |
---|
10 | BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root |
---|
11 | %define debug_package %{nil} |
---|
12 | |
---|
13 | %description |
---|
14 | |
---|
15 | scripts.mit.edu php logging module |
---|
16 | |
---|
17 | %prep |
---|
18 | %setup -q -n %{name} |
---|
19 | |
---|
20 | %build |
---|
21 | cp php_scripts-config.m4 config.m4 |
---|
22 | phpize |
---|
23 | ./configure |
---|
24 | make |
---|
25 | |
---|
26 | %install |
---|
27 | [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT |
---|
28 | install -D .libs/scripts.so $RPM_BUILD_ROOT/usr/lib64/php/modules/scripts.so |
---|
29 | |
---|
30 | %clean |
---|
31 | [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT |
---|
32 | |
---|
33 | %files |
---|
34 | %defattr(0755, root, root) |
---|
35 | /usr/lib64/php/modules/scripts.so |
---|
36 | |
---|
37 | %changelog |
---|
38 | |
---|
39 | * Fri Jul 03 2009 Mitchell Berger <mitchb@MIT.EDU> 0.00 |
---|
40 | - initial version |
---|
Note: See
TracBrowser
for help on using the repository browser.