]> git.pld-linux.org Git - projects/template-specs.git/commitdiff
module note
authorElan Ruusamäe <glen@delfi.ee>
Sun, 17 Apr 2016 17:46:07 +0000 (20:46 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 17 Apr 2016 17:46:07 +0000 (20:46 +0300)
python.spec
ruby.spec

index 65f62f167a872e923e836c6340b5d740e701834f..d588fa9a7ba4147f63c9b2b5930bf82fc931831e 100644 (file)
@@ -9,6 +9,7 @@
 %bcond_without python2 # CPython 2.x module
 %bcond_without python3 # CPython 3.x module
 
+# NOTE: 'module' should match the python import path, not the egg name
 %define        module  template
 Summary:       -
 Summary(pl.UTF-8):     -
index a879b4176d1ae5dda8d474b27a0cc81a05f39dd1..f9689f5010e9c0cdaf62b6daaeb0939724c55491 100644 (file)
--- a/ruby.spec
+++ b/ruby.spec
@@ -79,6 +79,8 @@ ruby -r rubygems -e 'spec = eval(File.read("%{pkgname}.gemspec"))
        file.puts spec.to_ruby_for_cache
 end'
 
+#'
+
 %if old
 cp %{_datadir}/setup.rb .
 %{__ruby} setup.rb config \
This page took 0.099227 seconds and 4 git commands to generate.