packages: jsmacro/jsmacro.spec - up to 0.2.11, really the guy should learn ...

glen glen at pld-linux.org
Tue Aug 23 17:54:15 CEST 2011


Author: glen                         Date: Tue Aug 23 15:54:15 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 0.2.11, really the guy should learn how to tag the code

---- Files affected:
packages/jsmacro:
   jsmacro.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/jsmacro/jsmacro.spec
diff -u packages/jsmacro/jsmacro.spec:1.1 packages/jsmacro/jsmacro.spec:1.2
--- packages/jsmacro/jsmacro.spec:1.1	Tue Aug 23 17:48:16 2011
+++ packages/jsmacro/jsmacro.spec	Tue Aug 23 17:54:10 2011
@@ -1,11 +1,14 @@
 # $Revision$, $Date$
 Summary:	jsmacro - an oddly named JavaScript preprocessor
 Name:		jsmacro
-Version:	0.2.3
-Release:	0.1
+Version:	0.2.11
+Release:	1
 License:	MIT
 Group:		Development/Languages/Python
-Source0:	https://github.com/smartt/jsmacro/tarball/master#/%{name}-%{version}.tgz
+# 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:	3df081110299ec7b4254b62249fc0229
 URL:		http://www.eriksmartt.com/blog/archives/tag/jsmacro
 BuildRequires:	rpmbuild(macros) >= 1.219
@@ -20,8 +23,7 @@
 from production JavaScript files in an automated manner.
 
 %prep
-%setup -qc
-mv *-%{name}-*/* .
+%setup -qn %{name}
 
 # fix #!%{_bindir}/env python -> #!%{__python}:
 %{__sed} -i -e '1s,^#!.*python,#!%{__python},' %{name}.py
@@ -45,5 +47,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2011/08/23 15:54:10  glen
+- up to 0.2.11, really the guy should learn how to tag the code
+
 Revision 1.1  2011/08/23 15:48:16  glen
 - new
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/jsmacro/jsmacro.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list