From 9361483434b8c9eae03ecb9b5e9962d59caa1114 Mon Sep 17 00:00:00 2001 From: michuz Date: Sun, 16 Dec 2001 10:43:56 +0000 Subject: [PATCH] - updated to 4.5.1 (bugfix) Changed files: STLport.spec -> 1.13 --- STLport.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/STLport.spec b/STLport.spec index b2821be..9c3d49b 100644 --- a/STLport.spec +++ b/STLport.spec @@ -1,8 +1,8 @@ Summary: C++ standard library Summary(pl): Biblioteki standardowe C++ Name: STLport -Version: 4.0 -Release: 4 +Version: 4.5.1 +Release: 1 License: distributable (see README.gz) Group: Libraries Group(de): Libraries @@ -64,12 +64,12 @@ CXXFLAGS="%{rpmcflags}" \ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_includedir},%{_libdir}} -rm -fr stlport/{BC50,SC5,old_hp} +rm -fr stlport/{BC50,old_hp} cp -fr stlport $RPM_BUILD_ROOT%{_includedir} install lib/*.a $RPM_BUILD_ROOT%{_libdir} -install lib/*.so $RPM_BUILD_ROOT%{_libdir} +install lib/*.so* $RPM_BUILD_ROOT%{_libdir} -gzip -9nf README TODO ChangeLog +gzip -9nf README %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -79,12 +79,13 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/*.so +%attr(755,root,root) %{_libdir}/*.so.*.* %files devel %defattr(644,root,root,755) %doc doc/* *.gz %{_includedir}/stlport +%{_libdir}/*.so %files static %defattr(644,root,root,755) -- 2.44.0