rpms/phpesp/F-13 import.log, NONE, 1.1 phpesp.conf, NONE, 1.1 phpesp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

David Nalley ke4qqq at fedoraproject.org
Mon Mar 1 17:06:53 UTC 2010


Author: ke4qqq

Update of /cvs/pkgs/rpms/phpesp/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11276/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log phpesp.conf phpesp.spec 
Log Message:
* Mon Mar 1 2010 David Nalley <david at gnsa.us> 2.1.1-2
- Initial CVS commit




--- NEW FILE import.log ---
phpesp-2_1_1-2_fc12:F-13:phpesp-2.1.1-2.fc12.src.rpm:1267463171


--- NEW FILE phpesp.conf ---
Alias /phpesp  /usr/share/phpesp
<Directory /usr/share/webacula/html>
   Options Indexes FollowSymLinks
   AllowOverride All
</Directory>



--- NEW FILE phpesp.spec ---
Name:		phpesp
Summary:	PHP-based survey web application
Version:	2.1.1
Release:	2%{?dist}
License:	BSD
Group:		Applications/Internet
Source0:	http://prdownloads.sourceforge.net/%{name}/phpESP-%{version}.tgz
Source1:	phpesp.conf
URL:		http://phpesp.sourceforge.net
Requires:	webserver
Requires:	php >= 4.2.1
Requires:	php-adodb
Requires:	php-gettext
BuildRequires:	symlinks
Buildarch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


%description
PHP scripts to let non-technical users create surveys, administer surveys, 
gather results, view statistics. All managed online after database 
initialization.

#-------------------------------------------------------------------------------
%prep
#-------------------------------------------------------------------------------

%setup -qn phpESP
rm -rf admin/include/lib/adodb
chmod -x admin/include/where/crosstab.inc


%build
%install
rm -rf "${RPM_BUILD_ROOT}"
install -m 0644 -D -p %{SOURCE1} %{buildroot}/%{_sysconfdir}/httpd/conf.d/phpesp.conf
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/%{name}
cp -a admin images js locale public scripts index.php  ${RPM_BUILD_ROOT}%{_datadir}/%{name}/
ln -s /usr/share/php/adodb ${RPM_BUILD_ROOT}%{_datadir}/%{name}/admin/include/lib/
symlinks -cr ${RPM_BUILD_ROOT}%{_datadir}/%{name}/admin/include/lib/adodb
%clean
rm -rf "${RPM_BUILD_ROOT}"


%files 
%defattr(-, root, root, -)
%doc CHANGELOG docs examples LICENSE README
%{_datadir}/%{name}
%config(noreplace) %{_sysconfdir}/httpd/conf.d/*


%changelog
* Tue Feb 20 2010 David Nalley <david at gnsa.us> 2.1.1-2
- modified buildroot
* Tue Feb 02 2010 David Nalley <david at gnsa.us> 2.1.1-1
- Initial Packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/phpesp/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 Mar 2010 16:59:59 -0000	1.1
+++ .cvsignore	1 Mar 2010 17:06:53 -0000	1.2
@@ -0,0 +1 @@
+phpESP-2.1.1.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/phpesp/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 Mar 2010 17:00:00 -0000	1.1
+++ sources	1 Mar 2010 17:06:53 -0000	1.2
@@ -0,0 +1 @@
+9d5e68fa1af1f4d91da34e76ed95fe19  phpESP-2.1.1.tgz



More information about the scm-commits mailing list