packages: gist/gist.spec - commit spec with bashism patch (i forgot it earl...

glen glen at pld-linux.org
Thu Mar 25 20:39:20 CET 2010


Author: glen                         Date: Thu Mar 25 19:39:20 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- commit spec with bashism patch (i forgot it earlier?)

---- Files affected:
packages/gist:
   gist.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: packages/gist/gist.spec
diff -u packages/gist/gist.spec:1.8 packages/gist/gist.spec:1.9
--- packages/gist/gist.spec:1.8	Thu Mar 25 11:20:24 2010
+++ packages/gist/gist.spec	Thu Mar 25 20:39:15 2010
@@ -6,6 +6,7 @@
 License:	MIT
 Source0:	http://github.com/defunkt/gist/tarball/v%{version}
 # Source0-md5:	e0b9eb913c46ad49e5d6072c420b2a17
+Patch0:		stop-bashism.patch
 Group:		Applications
 URL:		http://github.com/defunkt/gist
 BuildRequires:	rpmbuild(macros) >= 1.484
@@ -24,6 +25,7 @@
 %prep
 %setup -qc
 mv defunkt-%{name}-*/* .
+%patch0 -p1
 
 # fix #!/usr/bin/env ruby -> #!/usr/bin/ruby:
 %{__sed} -i -e '1s,^#!.*ruby,#!%{__ruby},' %{name}
@@ -50,6 +52,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2010/03/25 19:39:15  glen
+- commit spec with bashism patch (i forgot it earlier?)
+
 Revision 1.8  2010/03/25 10:20:24  pawelz
 - rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gist/gist.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list