]> git.pld-linux.org Git - SPECS.git/blob - jiffy-web.spec
SPECS updated Sun 1 Aug 20:28:02 CEST 2021
[SPECS.git] / jiffy-web.spec
1 %define         svnrev  108
2 %define         rel             0.1
3 Summary:        End-to-end real-world web page instrumentation and measurement suite
4 Name:           jiffy-web
5 Version:        0.1
6 Release:        %{svnrev}.%{rel}
7 License:        Apache v2.0
8 Group:          Applications/WWW
9 # revno=108
10 # svn co http://jiffy-web.googlecode.com/svn/trunk${revno:+@$revno} jiffy-web
11 # tar -cjf jiffy-web-$(svnversion jiffy-web).tar.bz2 --exclude-vcs jiffy-web
12 # ../dropin jiffy-web-$(svnversion jiffy-web).tar.bz2 &
13 Source0:        %{name}-%{svnrev}.tar.bz2
14 # Source0-md5:  b28a09f2daa00de13889d35d2c6464b8
15 URL:            http://code.google.com/p/jiffy-web/
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %define         _webapps        /etc/webapps
20 %define         _webapp         %{name}
21 %define         _sysconfdir     %{_webapps}/%{_webapp}
22 %define         _appdir         %{_datadir}/%{_webapp}
23
24 %description
25 Jiffy allows developers to:
26 - measure individual pieces of page rendering (script load, AJAX
27   execution, page load, etc.) on every client
28 - report those measurements and other metadata to a web server
29 - aggregate web server logs into a database
30 - generate reports
31
32 %prep
33 %setup -q -n %{name}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_appdir},%{_examplesdir}/%{name}-%{version}}
38 cp -a database ingestor javascript reporting $RPM_BUILD_ROOT%{_appdir}
39 cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc License.txt
47 %defattr(-,root,root,-)
48 %{_appdir}
49 %{_examplesdir}/%{name}-%{version}
This page took 0.569467 seconds and 3 git commands to generate.