]> git.pld-linux.org Git - packages/STLport.git/commitdiff
This commit was manufactured by cvs2git to create tag 'auto-ac-STLport- auto/ac/STLport-4_5_3-8
authorcvs2git <feedback@pld-linux.org>
Tue, 9 Dec 2003 09:51:02 +0000 (09:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
4_5_3-8'.

Sprout from master 2003-07-31 10:25:35 UTC pascalek <pascalek@pld-linux.org> '- soname patch'
Cherrypick from unlabeled-1.32.2 2003-12-09 09:51:02 UTC speedy <speedy@pld-linux.org> '- release 8 for gcc 3.3.2':
    STLport.spec -> 1.32.2.1
Delete:
    STLport-4.5.3-nobadlink.patch

STLport-4.5.3-nobadlink.patch [deleted file]
STLport.spec

diff --git a/STLport-4.5.3-nobadlink.patch b/STLport-4.5.3-nobadlink.patch
deleted file mode 100644 (file)
index 1100181..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- STLport-4.5.3/src/common_rules.mak.nobadlink       2001-10-08 19:30:30.000000000 +0200
-+++ STLport-4.5.3/src/common_rules.mak 2002-08-19 15:57:29.000000000 +0200
-@@ -84,7 +84,6 @@ symbolic_links :
-       $(RM) $(OUTDIR)/$(STLDEBUG_NAME).$(DYNEXT)
-       $(RM) $(OUTDIR)/$(DEBUG_NAME).$(DYNEXT)
-       ln -s $(RELEASE_DYNLIB) $(OUTDIR)/$(RELEASE_NAME).$(DYNEXT)
--      -ln -s $(DEBUG_DYNLIB) $(OUTDIR)/$(DEBUG_NAME).$(DYNEXT)
-       ln -s $(STLDEBUG_DYNLIB) $(OUTDIR)/$(STLDEBUG_NAME).$(DYNEXT)
- install_unix :
index 3fa87483e6a0087adccf1ab28301d461c6ea3d01..0fe9fcb8fdff1880164de59cc0d6539b2980d45a 100644 (file)
@@ -1,9 +1,8 @@
-# TODO: add SONAME to libstlport_gcc.so*
 Summary:       C++ standard library
 Summary(pl):   Biblioteki standardowe C++
 Name:          STLport
 Version:       4.5.3
-Release:       5
+Release:       8
 License:       distributable (see README.gz)
 Group:         Libraries
 Source0:       http://www.stlport.com/archive/%{name}-%{version}.tar.gz
@@ -13,8 +12,9 @@ Patch1:               %{name}-gcc3.patch
 Patch2:                %{name}-4.5.3-gcc3stdexcept.patch
 #Patch3:               %{name}-4.5.3-nobadlink.patch
 Patch4:                %{name}-4.5.3-extra-cxxflags.patch
+Patch5:                %{name}-soname.patch
 URL:           http://www.stlport.org/
-BuildRequires: gcc-c++
+BuildRequires: libstdc++-devel >= 5:3.3.1
 # rationale: the -gcc3.patch
 %requires_eq   libstdc++
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -56,6 +56,7 @@ Biblioteki statyczne do STLport.
 %patch2 -p1
 #%patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 cd src
This page took 0.03519 seconds and 4 git commands to generate.