]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- 1.634: add %nodejs_libdir auto/th/rpm-build-macros-1_634-1
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 25 Jan 2012 22:07:15 +0000 (22:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-build-macros.spec -> 1.314
    rpm.macros -> 1.634

rpm-build-macros.spec
rpm.macros

index 4269c2531c24f3b344e91db71cd110d7bcd8499b..a01c59cb1078650188d5800974af9e282e92de94 100644 (file)
@@ -1,4 +1,4 @@
-%define                rpm_macros_rev  1.632
+%define                rpm_macros_rev  1.634
 %define                find_lang_rev   1.35
 Summary:       PLD Linux RPM build macros
 Summary(pl.UTF-8):     Makra do budowania pakietów RPM dla Linuksa PLD
index d9946f4ccb1736eeee722d28cbaf19899c18f138..b0caa45d9c16bae0134291206944d8ae80f3c581 100644 (file)
@@ -1003,6 +1003,10 @@ fi \
 
 %py3_ocomp             %{__python3} -O -c "import compileall; import sys; compileall.compile_dir(sys.argv[1], ddir=sys.argv[1][len('$RPM_BUILD_ROOT'):])"
 
+# node.js libdir
+# Requirements:
+# BuildRequires: rpmbuild(macros) >= 1.634
+%nodejs_libdir         /usr/lib/node_modules
 
 # Hardlink binary identical .pyc and .pyo files
 %__spec_install_post_py_hardlink {\
This page took 0.054785 seconds and 4 git commands to generate.