[js-CodeMirror] Add missing file (Resolves: rhbz#1147894)

Michal Srb msrb at fedoraproject.org
Tue Oct 14 07:57:22 UTC 2014


commit 421c68d7c80d50ce8343d715f8b5a1754b112c64
Author: Michal Srb <msrb at redhat.com>
Date:   Tue Oct 14 08:31:21 2014 +0200

    Add missing file (Resolves: rhbz#1147894)

 js-CodeMirror.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/js-CodeMirror.spec b/js-CodeMirror.spec
index 741c006..1222f6b 100644
--- a/js-CodeMirror.spec
+++ b/js-CodeMirror.spec
@@ -3,7 +3,7 @@
 
 Name:           js-CodeMirror
 Version:        4.0.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        In-browser code editor
 
 License:        MIT
@@ -45,6 +45,7 @@ Stapler Web Framework.
 cmdest="src/main/resources/org/kohsuke/stapler/codemirror"
 mkdir -p %{stapadj}/${cmdest}
 cp -r lib/ mode/ theme/ %{stapadj}/${cmdest}
+touch %{stapadj}/${cmdest}/theme/default.css
 pushd %{stapadj}
 
 %mvn_file : %{stapadj}/%{stapadj}
@@ -80,6 +81,9 @@ popd
 %doc LICENSE
 
 %changelog
+* Tue Oct 14 2014 Michal Srb <msrb at redhat.com> - 4.0.3-4
+- Add missing file (Resolves: rhbz#1147894)
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.0.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list