- 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:
|
||||
sed -i '/gnu compiler/d' $RPM_BUILD_ROOT%{_includedir}/idn-int.h
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%post
|
||||
@ -75,7 +77,6 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man1/idn.1*
|
||||
%{_datadir}/emacs/site-lisp
|
||||
%{_libdir}/libidn.so.*
|
||||
%{_libdir}/libidn.la
|
||||
%{_infodir}/%{name}.info.gz
|
||||
|
||||
%files devel
|
||||
@ -88,6 +89,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%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
|
||||
- make idn-int.h multilib-safe
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user