Author: glen Date: Sun Aug 28 15:42:55 2011 GMT Module: packages Tag: HEAD ---- Log message: - skel
---- Files affected: packages/etherpad-lite: etherpad-lite.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/etherpad-lite/etherpad-lite.spec diff -u /dev/null packages/etherpad-lite/etherpad-lite.spec:1.1 --- /dev/null Sun Aug 28 17:42:55 2011 +++ packages/etherpad-lite/etherpad-lite.spec Sun Aug 28 17:42:50 2011 @@ -0,0 +1,43 @@ +# $Revision$, $Date$ +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 + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2011/08/28 15:42:50 glen +- skel ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
