]> git.pld-linux.org Git - packages/tcl.git/commitdiff
- fixed build on AMD64 %{_ulibdir} macro which is always /usr/lib (scripts are instal...
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 19 Dec 2003 18:19:34 +0000 (18:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tcl.spec -> 1.81

tcl.spec

index 13bdfda9d985ad27430b4fc0dfd3c2f0c656e937..dac56dde484f9cb3850db66766a7137ecf3e3563 100644 (file)
--- a/tcl.spec
+++ b/tcl.spec
@@ -30,6 +30,8 @@ BuildRequires:        ncurses-devel >= 5.2
 BuildRequires: readline-devel >= 4.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define        _ulibdir /usr/lib
+
 %description
 TCL is a simple scripting language that is designed to be embedded in
 other applications. This package includes tclsh, a simple example of a
@@ -149,7 +151,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
-%{_libdir}/tcl%{major}
+%{_ulibdir}/tcl%{major}
 %{_mandir}/man1/*
 %lang(pl) %{_mandir}/pl/man1/*
 
This page took 0.303198 seconds and 4 git commands to generate.