- remove the libidn.la (#172639)
This commit is contained in:
parent
7378b95800
commit
0ffb5482e9
@ -52,6 +52,8 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/info/dir
|
|||||||
# Make multilib safe:
|
# Make multilib safe:
|
||||||
sed -i '/gnu compiler/d' $RPM_BUILD_ROOT%{_includedir}/idn-int.h
|
sed -i '/gnu compiler/d' $RPM_BUILD_ROOT%{_includedir}/idn-int.h
|
||||||
|
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -75,7 +77,6 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man1/idn.1*
|
%{_mandir}/man1/idn.1*
|
||||||
%{_datadir}/emacs/site-lisp
|
%{_datadir}/emacs/site-lisp
|
||||||
%{_libdir}/libidn.so.*
|
%{_libdir}/libidn.so.*
|
||||||
%{_libdir}/libidn.la
|
|
||||||
%{_infodir}/%{name}.info.gz
|
%{_infodir}/%{name}.info.gz
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -88,6 +89,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 1 2006 Joe Orton <jorton@redhat.com> 0.6.2-3
|
||||||
|
- remove the libidn.la (#172639)
|
||||||
|
|
||||||
* Thu May 11 2006 Joe Orton <jorton@redhat.com> 0.6.2-3
|
* Thu May 11 2006 Joe Orton <jorton@redhat.com> 0.6.2-3
|
||||||
- make idn-int.h multilib-safe
|
- make idn-int.h multilib-safe
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user