]> git.pld-linux.org Git - packages/etherpad-lite.git/commitdiff
- skel master
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 28 Aug 2011 15:42:50 +0000 (15:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    etherpad-lite.spec -> 1.1

etherpad-lite.spec [new file with mode: 0644]

diff --git a/etherpad-lite.spec b/etherpad-lite.spec
new file mode 100644 (file)
index 0000000..66b02ba
--- /dev/null
@@ -0,0 +1,33 @@
+Summary:       An Etherpad based on node.js
+Name:          etherpad-lite
+Version:       1.0
+Release:       0.1
+License:       Apache v2.0
+Group:         Applications/WWW
+URL:           https://github.com/Pita/etherpad-lite
+Source0:       https://github.com/Pita/etherpad-lite/tarball/1.0#/%{name}-%{version}.tar.gz
+# Source0-md5: -
+Requires:      nodejs >= 0.5.4
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An Etherpad based on node.js
+
+%prep
+%setup -qc
+# for githug urls:
+mv *-%{name}-*/* .
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_appdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md
This page took 0.093755 seconds and 4 git commands to generate.