packages: harviewer/apache.conf (NEW), harviewer/harviewer.spec (NEW), harv...

glen glen at pld-linux.org
Mon Apr 11 13:19:53 CEST 2011


Author: glen                         Date: Mon Apr 11 11:19:53 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/harviewer:
   apache.conf (NONE -> 1.1)  (NEW), harviewer.spec (NONE -> 1.1)  (NEW), lighttpd.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/harviewer/apache.conf
diff -u /dev/null packages/harviewer/apache.conf:1.1
--- /dev/null	Mon Apr 11 13:19:53 2011
+++ packages/harviewer/apache.conf	Mon Apr 11 13:19:48 2011
@@ -0,0 +1,4 @@
+Alias /harviewer /usr/share/harviewer
+<Directory /usr/share/harviewer>
+	Allow from all
+</Directory>

================================================================
Index: packages/harviewer/harviewer.spec
diff -u /dev/null packages/harviewer/harviewer.spec:1.1
--- /dev/null	Mon Apr 11 13:19:53 2011
+++ packages/harviewer/harviewer.spec	Mon Apr 11 13:19:48 2011
@@ -0,0 +1,86 @@
+# $Revision$, $Date$
+Summary:	Visualise HTTP Archive log files
+Name:		harviewer
+Version:	2.0.10
+Release:	1
+License:	New BSD
+Group:		Applications/WWW
+Source0:	http://harviewer.googlecode.com/files/%{name}-%{version}.zip
+# Source0-md5:	1d4e4740fcf28951854d7ea97d00f1ea
+Source1:	apache.conf
+Source2:	lighttpd.conf
+URL:		https://code.google.com/p/harviewer/
+BuildRequires:	rpmbuild(macros) >= 1.553
+BuildRequires:	sed >= 4.0
+Requires:	webapps
+Requires:	webserver(php)
+Requires:	webserver(access)
+Requires:	webserver(alias)
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_webapps	/etc/webapps
+%define		_webapp		%{name}
+%define		_sysconfdir	%{_webapps}/%{_webapp}
+%define		_appdir		%{_datadir}/%{_webapp}
+
+%description
+HAR Viewer is a web application (PHP + Javascript) that allows to
+visualize HTTP tracing logs based on HTTP Archive format (HAR). These
+files contain recorded information about HTTP traffic performed by web
+pages. A HAR log can be created by HTTP sniffer tools such as Firebug.
+
+%prep
+%setup -qc
+%undos license.txt *.php
+
+# do not automatically track
+echo > ga.php
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir}}
+cp -a *.php *.js css scripts $RPM_BUILD_ROOT%{_appdir}
+
+cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
+cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/lighttpd.conf
+cp -p $RPM_BUILD_ROOT%{_sysconfdir}/{apache,httpd}.conf
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%triggerin -- apache1 < 1.3.37-3, apache1-base
+%webapp_register apache %{_webapp}
+
+%triggerun -- apache1 < 1.3.37-3, apache1-base
+%webapp_unregister apache %{_webapp}
+
+%triggerin -- apache < 2.2.0, apache-base
+%webapp_register httpd %{_webapp}
+
+%triggerun -- apache < 2.2.0, apache-base
+%webapp_unregister httpd %{_webapp}
+
+%triggerin -- lighttpd
+%webapp_register lighttpd %{_webapp}
+
+%triggerun -- lighttpd
+%webapp_unregister lighttpd %{_webapp}
+
+%files
+%defattr(644,root,root,755)
+%doc ReleaseNotes.txt license.txt
+%dir %attr(750,root,http) %{_sysconfdir}
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lighttpd.conf
+%{_appdir}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/04/11 11:19:48  glen
+- new

================================================================
Index: packages/harviewer/lighttpd.conf
diff -u /dev/null packages/harviewer/lighttpd.conf:1.1
--- /dev/null	Mon Apr 11 13:19:53 2011
+++ packages/harviewer/lighttpd.conf	Mon Apr 11 13:19:48 2011
@@ -0,0 +1,3 @@
+alias.url += (
+    "/harviewer" => "/usr/share/harviewer",
+)
================================================================


More information about the pld-cvs-commit mailing list