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