packages: gist/gist.spec - get rid of %{commit} macro
pawelz
pawelz at pld-linux.org
Wed Mar 24 00:06:30 CET 2010
Author: pawelz Date: Tue Mar 23 23:06:30 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- get rid of %{commit} macro
---- Files affected:
packages/gist:
gist.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: packages/gist/gist.spec
diff -u packages/gist/gist.spec:1.4 packages/gist/gist.spec:1.5
--- packages/gist/gist.spec:1.4 Wed Mar 24 00:05:48 2010
+++ packages/gist/gist.spec Wed Mar 24 00:06:25 2010
@@ -1,6 +1,4 @@
# $Revision$, $Date$
-
-%define commit 2c90f46
Summary: Command-line interface for gists.github.com
Name: gist
Version: 1.0.3
@@ -22,7 +20,7 @@
%prep
%setup -qc
-mv defunkt-%{name}-%{commit}/* .
+mv defunkt-%{name}-*/* .
# fix #!/usr/bin/env ruby -> #!/usr/bin/ruby:
%{__sed} -i -e '1s,^#!.*ruby,#!%{__ruby},' %{name}
@@ -46,6 +44,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2010/03/23 23:06:25 pawelz
+- get rid of %{commit} macro
+
Revision 1.4 2010/03/23 23:05:48 pawelz
- droped TODO about pbcopy (fixed by glen's bashizm patch)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gist/gist.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list