SPECS: itcl.spec - work around lib64 problems
baggins
baggins at pld-linux.org
Thu Apr 3 18:48:39 CEST 2008
Author: baggins Date: Thu Apr 3 16:48:39 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- work around lib64 problems
---- Files affected:
SPECS:
itcl.spec (1.27 -> 1.28)
---- Diffs:
================================================================
Index: SPECS/itcl.spec
diff -u SPECS/itcl.spec:1.27 SPECS/itcl.spec:1.28
--- SPECS/itcl.spec:1.27 Thu Apr 3 18:33:50 2008
+++ SPECS/itcl.spec Thu Apr 3 18:48:33 2008
@@ -18,7 +18,6 @@
Source1: iwidgets-CVS-%{_snap}.tar.bz2
# Source1-md5: 7741d7e0b231a4875b0998d6b5c00615
Patch0: %{name}-soname.patch
-#Patch1: %{name}-libdir.patch
URL: http://incrtcl.sourceforge.net/itcl/
BuildRequires: autoconf >= 2.13
BuildRequires: automake
@@ -69,7 +68,6 @@
%prep
%setup -q -c -a1
%patch0 -p0
-#%patch1 -p1
ln -s incrTcl/itcl itcl
ln -s incrTcl/itk itk
@@ -77,14 +75,16 @@
%build
cd incrTcl
%{__autoconf}
-%configure
+%configure \
+ --libdir=%{_ulibdir}
%{__make} \
CFLAGS_DEFAULT="%{rpmcflags} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"
cd ../iwidgets
%{__autoconf}
-%configure
+%configure \
+ --libdir=%{_ulibdir}
%install
rm -rf $RPM_BUILD_ROOT
@@ -96,11 +96,6 @@
%{__make} -C iwidgets install \
DESTDIR=$RPM_BUILD_ROOT
-#%if "%{_ulibdir}" != "%{_libdir}"
-#mv -f $RPM_BUILD_ROOT%{_libdir}/itcl%{version}/pkgIndex.tcl $RPM_BUILD_ROOT%{_ulibdir}/itcl%{version}
-#mv -f $RPM_BUILD_ROOT%{_libdir}/itk%{version}/pkgIndex.tcl $RPM_BUILD_ROOT%{_ulibdir}/itk%{version}
-#%endif
-
install -d iwidgets-docs
cp -f iwidgets/{CHANGES,ChangeLog,README,license.terms} iwidgets-docs
@@ -152,6 +147,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.28 2008-04-03 16:48:33 baggins
+- work around lib64 problems
+
Revision 1.27 2008-04-03 16:33:50 baggins
- proper snap version
- updated, builds with tcl 8.5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/itcl.spec?r1=1.27&r2=1.28&f=u
More information about the pld-cvs-commit
mailing list