]> git.pld-linux.org Git - packages/ecasound.git/commitdiff
- strange - is it impossible use "-" in macro name ?
authorkloczek <kloczek@pld-linux.org>
Mon, 23 Apr 2001 01:12:09 +0000 (01:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ecasound.spec -> 1.30

ecasound.spec

index a80b4001a392850b06b1858efc656dff827a8284..4d85504eda5ebe49a1fd5fe841dcf8fa5d34147f 100644 (file)
@@ -1,6 +1,6 @@
 
 %define python_sitepkgsdir %(echo `python -c "import sys; print (sys.prefix + '/lib/python' + sys.version[:3] + '/site-packages/')"`)
-%define python_lib-dynloadir %(echo `python -c "import sys; print (sys.prefix + '/lib/python' + sys.version[:3] + '/lib-dynloa/')"`)
+%define python_libdynloadir %(echo `python -c "import sys; print (sys.prefix + '/lib/python' + sys.version[:3] + '/lib-dynloa/')"`)
 %define python_compile_opt python -O -c "import compileall; compileall.compile_dir('.')"
 %define python_compile python -c "import compileall; compileall.compile_dir('.')"
 
@@ -205,7 +205,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %{_libdir}/libkvutils.a
 %{_libdir}/libecasound.a
-%{python_lib-dynloadir}/*.a
+%{python_libdynloadir}/*.a
 
 %files plugins
 %defattr(644,root,root,755)
@@ -216,7 +216,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n python-%{name}
 %defattr(644,root,root,755)
-%attr(755,root,root) %{python_lib-dynloadir}/*.so
-%{python_lib-dynloadir}/pyeca.py
+%attr(755,root,root) %{python_libdynloadir}/*.so
+%{python_libdynloadir}/pyeca.py
 %{python_sitepkgsdir}/*.pyc
 %{python_sitepkgsdir}/*.pyo
This page took 0.107056 seconds and 4 git commands to generate.