Own directory, move tclConfig.sh.
This commit is contained in:
parent
c698174e95
commit
75ab9d9888
14
tcl.spec
14
tcl.spec
@ -3,7 +3,7 @@
|
||||
Summary: Tcl scripting language development environment
|
||||
Name: tcl
|
||||
Version: %{majorver}.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Epoch: 1
|
||||
License: TCL
|
||||
Group: Development/Languages
|
||||
@ -90,6 +90,8 @@ sed -i -e "s|$PWD/unix|%{_libdir}|; s|$PWD|%{_includedir}/%{name}-private|" $RPM
|
||||
rm -rf $RPM_BUILD_ROOT/%{_datadir}/%{name}%{majorver}/tclAppInit.c
|
||||
rm -rf $RPM_BUILD_ROOT/%{_datadir}/%{name}%{majorver}/ldAix
|
||||
|
||||
mv $RPM_BUILD_ROOT/%{_libdir}/%{name}Config.sh $RPM_BUILD_ROOT/%{_libdir}/%{name}%{majorver}/%{name}Config.sh
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
@ -101,8 +103,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/tclsh*
|
||||
%{_datadir}/%{name}%{majorver}
|
||||
%{_datadir}/%{name}8/%{majorver}/*
|
||||
%{_datadir}/%{name}8/8.4/*
|
||||
%{_datadir}/%{name}8
|
||||
%{_libdir}/lib%{name}%{majorver}.so
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man3/*
|
||||
@ -116,9 +117,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/*
|
||||
%{_libdir}/lib%{name}stub%{majorver}.a
|
||||
%{_libdir}/lib%{name}.so
|
||||
%{_libdir}/%{name}Config.sh
|
||||
%{_libdir}/%{name}8.5/%{name}Config.sh
|
||||
|
||||
%changelog
|
||||
* Tue Jun 24 2008 Marcela Maslanova <mmaslano@redhat.com> - 1:8.5.2-2
|
||||
- update to 8.5.2
|
||||
- 451750 PostgreSQL need tclConfig.sh in paths
|
||||
- 437399 now really own directories
|
||||
|
||||
* Wed Apr 23 2008 Marcela Maslanova <mmaslano@redhat.com> - 1:8.5.1-4
|
||||
- #443246 configure with disabled threads. Threads could lead to segfaults
|
||||
of dependent programme.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user