Update spec.
This commit is contained in:
parent
6c7a7d408c
commit
aef23045e5
15
tcl.spec
15
tcl.spec
@ -3,7 +3,7 @@
|
||||
Summary: Tcl scripting language development environment
|
||||
Name: tcl
|
||||
Version: %{majorver}.13
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
Epoch: 1
|
||||
License: BSD
|
||||
Group: Development/Languages
|
||||
@ -103,7 +103,8 @@ ln -s lib%{name}%{majorver}.so $RPM_BUILD_ROOT%{_libdir}/lib%{name}.so
|
||||
# to prefix/lib/%{name}%{majorver}
|
||||
## make /usr/lib for multilib archs
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_prefix}/lib
|
||||
ln -s %{_datadir}/%{name}%{majorver} $RPM_BUILD_ROOT/%{_prefix}/lib/%{name}%{majorver}
|
||||
#ln -s %{_datadir}/%{name}%{majorver} $RPM_BUILD_ROOT/%{_prefix}/lib/%{name}%{majorver}
|
||||
ln -s %{_datadir}/%{name}%{majorver} $RPM_BUILD_ROOT/%{_libdir}/%{name}%{majorver}
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_includedir}/%{name}-private/{generic,unix}
|
||||
find generic unix -name "*.h" -exec cp -p '{}' $RPM_BUILD_ROOT/%{_includedir}/%{name}-private/'{}' ';'
|
||||
@ -134,12 +135,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*
|
||||
%{_mandir}/mann/*
|
||||
# this should be prefix/lib
|
||||
%{_prefix}/lib/%{name}%{majorver}
|
||||
#%{_prefix}/lib/%{name}%{majorver}
|
||||
%{_libdir}/%{name}%{majorver}
|
||||
%doc %{name}%{version}/README %{name}%{version}/changes
|
||||
%doc %{name}%{version}/license.terms
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/*
|
||||
%{_libdir}/lib%{name}stub%{majorver}.a
|
||||
%{_libdir}/lib%{name}.so
|
||||
@ -147,10 +149,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
#%doc is in html
|
||||
|
||||
%files html
|
||||
%defattr(-,root,root)
|
||||
%defattr(-,root,root,-)
|
||||
%doc %{name}%{version}/html/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 13 2007 Marcela Maslanova <mmaslano@redhat.com> - 1:8.4.13-13
|
||||
- multilib problem
|
||||
|
||||
* Tue Feb 27 2007 Marcela Maslanova <mmaslano@redhat.com> - 1:8.4.13-12
|
||||
- review
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user