SPECS: STLport.spec - 5.0.0 was released, updating...
pluto
pluto at pld-linux.org
Tue Nov 8 01:08:04 CET 2005
Author: pluto Date: Tue Nov 8 00:08:04 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 5.0.0 was released, updating...
---- Files affected:
SPECS:
STLport.spec (1.49 -> 1.50)
---- Diffs:
================================================================
Index: SPECS/STLport.spec
diff -u SPECS/STLport.spec:1.49 SPECS/STLport.spec:1.50
--- SPECS/STLport.spec:1.49 Sun Jun 26 00:49:19 2005
+++ SPECS/STLport.spec Tue Nov 8 01:07:59 2005
@@ -2,13 +2,13 @@
Summary: C++ standard library
Summary(pl): Biblioteki standardowe C++
Name: STLport
-Version: 4.6.2
-Release: 4
+Version: 5.0.0
+Release: 0.1
Epoch: 2
License: distributable (see README.gz)
Group: Libraries
-Source0: http://www.stlport.com/archive/%{name}-%{version}.tar.gz
-# Source0-md5: 4c01c84f1212369ceb369567ed06d1a2
+Source0: http://www.stlport.com/archive/%{name}-%{version}.tar.bz2
+# Source0-md5: 5aefcbb0c30a91d50bb2d6c7b30e8393
Patch0: %{name}-nodebug.patch
Patch1: %{name}-soname.patch
Patch2: %{name}-gcc34.patch
@@ -53,24 +53,32 @@
Biblioteki statyczne do STLport.
%prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%setup -q -n %{name}
+#patch0 -p1
+#patch1 -p1
+#patch2 -p1
+#patch3 -p1
+#patch4 -p1
%build
-%{__make} -C src -f gcc.mak \
+%{__make} -C build/lib -f gcc.mak \
+ release-shared \
+ release-static \
CXXFLAGS="%{rpmcxxflags}" \
CXX="%{__cxx}"
%install
rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_includedir}
-%{__make} -C src -f gcc.mak install \
- INSTALLDIR=$RPM_BUILD_ROOT%{_prefix} \
- INSTALLDIR_LIB=$RPM_BUILD_ROOT%{_libdir}
+%{__make} -C build/lib -f gcc.mak \
+ install-release-shared \
+ install-release-static \
+ INSTALL_BIN_DIR=$RPM_BUILD_ROOT%{_bindir} \
+ INSTALL_LIB_DIR=$RPM_BUILD_ROOT%{_libdir}
+
+cp -a stlport $RPM_BUILD_ROOT%{_includedir}
+rm -rf $RPM_BUILD_ROOT%{_includedir}/stlport/BC50
%clean
rm -rf $RPM_BUILD_ROOT
@@ -86,7 +94,7 @@
%files devel
%defattr(644,root,root,755)
-%doc doc/{images,README.gcc.html,[a-z]*.html}
+%doc doc/{FAQ,*.txt}
%{_includedir}/stlport
%files static
@@ -99,6 +107,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.50 2005/11/08 00:07:59 pluto
+- 5.0.0 was released, updating...
+
Revision 1.49 2005/06/25 22:49:19 ankry
- rel. 4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/STLport.spec?r1=1.49&r2=1.50&f=u
More information about the pld-cvs-commit
mailing list