packages: jsmacro/jsmacro.spec - v0.2.11.1: my own fork for having py2.4+ s...
glen
glen at pld-linux.org
Tue Aug 23 18:49:25 CEST 2011
Author: glen Date: Tue Aug 23 16:49:25 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- v0.2.11.1: my own fork for having py2.4+ support
---- Files affected:
packages/jsmacro:
jsmacro.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: packages/jsmacro/jsmacro.spec
diff -u packages/jsmacro/jsmacro.spec:1.3 packages/jsmacro/jsmacro.spec:1.4
--- packages/jsmacro/jsmacro.spec:1.3 Tue Aug 23 18:07:52 2011
+++ packages/jsmacro/jsmacro.spec Tue Aug 23 18:49:20 2011
@@ -1,18 +1,16 @@
# $Revision$, $Date$
Summary: jsmacro - an oddly named JavaScript preprocessor
Name: jsmacro
-Version: 0.2.11
+Version: 0.2.11.1
Release: 1
License: MIT
Group: Development/Languages/Python
-# git clone git://github.com/smartt/jsmacro.git
-# GIT_DIR=jsmacro/.git/ git archive --format=tar --prefix=jsmacro/ 94014f4370bd70afdf1bf80d3ac3f215e130c155 | gzip > jsmacro.tgz
#Source0: https://github.com/smartt/jsmacro/tarball/master#/%{name}-%{version}.tgz
-Source0: %{name}.tgz
-# Source0-md5: d47fc52b845e7f81a3587881880d7bdd
+Source0: https://github.com/glensc/jsmacro/tarball/%{version}#/%{name}-%{version}.tgz
+# Source0-md5: dcd900017da95349f2030cd8e1717c36
URL: http://www.eriksmartt.com/blog/archives/tag/jsmacro
BuildRequires: rpmbuild(macros) >= 1.219
-Requires: python-hashlib
+Requires: python-modules
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -23,7 +21,8 @@
from production JavaScript files in an automated manner.
%prep
-%setup -qn %{name}
+%setup -qc
+mv *-%{name}-*/* .
# fix #!%{_bindir}/env python -> #!%{__python}:
%{__sed} -i -e '1s,^#!.*python,#!%{__python},' %{name}.py
@@ -47,6 +46,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2011/08/23 16:49:20 glen
+- v0.2.11.1: my own fork for having py2.4+ support
+
Revision 1.3 2011/08/23 16:07:52 glen
- fix md5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/jsmacro/jsmacro.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list