]> git.pld-linux.org Git - packages/etherpad-lite.git/blob - etherpad-lite.spec
- skel
[packages/etherpad-lite.git] / etherpad-lite.spec
1 Summary:        An Etherpad based on node.js
2 Name:           etherpad-lite
3 Version:        1.0
4 Release:        0.1
5 License:        Apache v2.0
6 Group:          Applications/WWW
7 URL:            https://github.com/Pita/etherpad-lite
8 Source0:        https://github.com/Pita/etherpad-lite/tarball/1.0#/%{name}-%{version}.tar.gz
9 # Source0-md5:  -
10 Requires:       nodejs >= 0.5.4
11 BuildArch:      noarch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 An Etherpad based on node.js
16
17 %prep
18 %setup -qc
19 # for githug urls:
20 mv *-%{name}-*/* .
21
22 %build
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 install -d $RPM_BUILD_ROOT%{_appdir}
27
28 %clean
29 rm -rf $RPM_BUILD_ROOT
30
31 %files
32 %defattr(644,root,root,755)
33 %doc README.md
This page took 0.068854 seconds and 3 git commands to generate.