SPECS: STLport4.spec (NEW) stlport 4

arekm arekm at pld-linux.org
Sat Mar 25 18:29:31 CET 2006


Author: arekm                        Date: Sat Mar 25 17:29:31 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
 stlport 4

---- Files affected:
SPECS:
   STLport4.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/STLport4.spec
diff -u /dev/null SPECS/STLport4.spec:1.1
--- /dev/null	Sat Mar 25 18:29:31 2006
+++ SPECS/STLport4.spec	Sat Mar 25 18:29:26 2006
@@ -0,0 +1,288 @@
+# $Revision$, $Date$
+Summary:	C++ standard library
+Summary(pl):	Biblioteki standardowe C++
+Name:		STLport4
+Version:	4.6.2
+Release:	1
+License:	distributable (see README.gz)
+Group:		Libraries
+Source0:	http://www.stlport.com/archive/STLport-%{version}.tar.gz
+# Source0-md5:	4c01c84f1212369ceb369567ed06d1a2
+Patch0:		%{name}-nodebug.patch
+Patch1:		%{name}-soname.patch
+Patch2:		%{name}-gcc34.patch
+Patch3:		%{name}-4.5.3-gcc3stdexcept.patch
+Patch4:		%{name}-4.5.3-extra-cxxflags.patch
+URL:		http://www.stlport.org/
+BuildRequires:	libstdc++-devel >= 5:3.3.2
+%requires_eq	libstdc++
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+STLport is a multiplatform implementation of C++ Standard Template
+Library based on SGI STL. It's used by e.g. OpenOffice.
+
+%description -l pl
+STLport to wieloplatformowa implementacja standardowej biblioteki
+szablonów (Standard Template Library) C++ oparta na SGI STL. Jest
+używana m.in. przez OpenOffice.
+
+%package devel
+Summary:	STLport heades files, documentation
+Summary(pl):	Pliki nagłówkowe i dokumentacja do STLport
+Group:		Development/Libraries
+Requires:	%{name} = %{epoch}:%{version}-%{release}
+
+%description devel
+Header files and development documentation for STLport.
+
+%description devel -l pl
+Pliki nagłówkowe i dokumentacja dla STLport.
+
+%package static
+Summary:	Static STLport libraries
+Summary(pl):	Biblioteki statyczne do STLport
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{epoch}:%{version}-%{release}
+
+%description static
+Static STLport libraries.
+
+%description static -l pl
+Biblioteki statyczne do STLport.
+
+%prep
+%setup -q -n STLport-%{version}
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+
+%build
+%{__make} -C src -f gcc.mak \
+	CXXFLAGS="%{rpmcxxflags}" \
+	CXX="%{__cxx}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C src -f gcc.mak install \
+	INSTALLDIR=$RPM_BUILD_ROOT%{_prefix} \
+	INSTALLDIR_LIB=$RPM_BUILD_ROOT%{_libdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_libdir}/*.so.*.*
+%attr(755,root,root) %{_libdir}/*.so
+
+%files devel
+%defattr(644,root,root,755)
+%doc doc/{images,README.gcc.html,[a-z]*.html}
+%{_includedir}/stlport
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/*.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/03/25 17:29:26  arekm
+ stlport 4
+
+Revision 1.49  2005/06/25 22:49:19  ankry
+- rel. 4
+
+Revision 1.48  2005/05/15 20:43:43  adamg
+- pass CXX
+
+Revision 1.47  2005/04/15 17:38:31  pluto
+- CXXFLAGS fixed.
+
+Revision 1.46  2004/10/31 16:25:46  paladine
+- spaces->tabs
+- formatting
+
+Revision 1.45  2004/10/10 11:37:04  havner
+- rel 3 for gcc 3.3.5
+
+Revision 1.44  2004/06/21 18:24:10  arekm
+- rebuild
+
+Revision 1.43  2004/04/25 15:56:32  qboosh
+- updated to 4.6.2
+
+Revision 1.42  2004/04/01 09:56:00  qboosh
+- release 2
+
+Revision 1.41  2004/04/01 09:51:36  qboosh
+- lib64 fix
+
+Revision 1.40  2004/04/01 01:17:01  arekm
+- merged and deleted AC-branch
+
+Revision 1.39  2004/04/01 01:16:31  arekm
+- merged and deleted AC-branch
+
+Revision 1.38  2004/03/01 19:34:07  pluto
+- devel -> head
+
+Revision 1.37.2.4  2004/03/01 10:15:12  pluto
+- fixed BR:
+
+Revision 1.37.2.3  2004/02/27 18:37:46  pluto
+- ready for -r HEAD (tested on gcc3.4snap & gcc3.3.2).
+
+Revision 1.37.2.2  2004/02/27 18:26:22  pluto
+- gcc 3.4 fixes
+- %%install cleanups
+
+Revision 1.37.2.1  2004/02/27 17:36:22  pluto
+- fork...
+
+Revision 1.37  2004/02/26 22:47:15  qboosh
+- updated to 4.6.1
+
+Revision 1.36  2004/02/19 12:14:40  averne
+- rel 1 for Ac
+
+Revision 1.35  2004/02/19 11:54:05  qboosh
+- strict internal deps
+
+Revision 1.34  2004/02/19 11:52:48  averne
+- Epoch: 1
+
+Revision 1.33  2003/11/11 23:17:26  qboosh
+- updated to 4.6, updated extra-cxxflags patch, removed obsolete nobadlink patch
+- gcc3 patch seems obsolete
+
+Revision 1.32.2.6  2004/03/24 12:28:47  qboosh
+- release 12 to rebuild on gcc 3.3.3 on ppc
+
+Revision 1.32.2.5  2004/02/27 10:02:34  havner
+- rel 11
+
+Revision 1.32.2.4  2004/02/27 10:01:34  havner
+- added release and epoch to requires
+
+Revision 1.32.2.3  2004/02/26 20:48:09  averne
+- epoch 2 and release 10 for AC
+
+Revision 1.32.2.2  2004/02/22 15:12:44  averne
+- rel 9 for AC
+
+Revision 1.32.2.1  2003/12/09 09:51:02  speedy
+- release 8 for gcc 3.3.2
+
+Revision 1.32  2003/08/11 19:18:52  wiget
+- BR gcc-c++ isn't enouge, use BR libstdc++-devel instead.
+
+Revision 1.31  2003/08/10 19:44:05  wiget
+- rebuild with new gcc 3.3.1
+
+Revision 1.30  2003/08/01 09:02:01  pascalek
+- forgotten about TODO list, removed
+
+Revision 1.29  2003/07/31 10:26:07  pascalek
+- Release 6, soname patch
+
+Revision 1.28  2003/07/23 09:05:16  wiget
+- rebuild with GCC 3.3
+
+Revision 1.27  2003/05/26 16:24:19  malekith
+- massive attack: adding Source-md5
+
+Revision 1.26  2003/05/25 05:45:21  misi3k
+- massive attack s/pld.org.pl/pld-linux.org/
+
+Revision 1.25  2003/05/11 20:25:26  radek
+- release 4: rebuild for gcc-3.2.3; added requires_eq->libstdc++
+
+Revision 1.24  2003/02/28 10:07:03  trojan
+- massive attack: perl -pi -e "s/^#+\%\{/#\%\%\{/"
+
+Revision 1.23  2003/01/30 13:44:51  qboosh
+- libstl_port.gcc* doesn't have SONAME, so *.so symlink must be in main
+
+Revision 1.22  2002/12/05 09:10:53  ggodlewski
+- Patched for gcc 3.2.1
+
+Revision 1.21  2002/12/03 21:33:53  ankry
+- cleaning
+
+Revision 1.20  2002/10/19 12:50:59  ggodlewski
+- fix for gcc 3.2
+
+Revision 1.19  2002/09/02 10:06:56  blues
+- release 2 - new doc
+
+Revision 1.18  2002/04/07 11:17:43  michuz
+- updated to 4.5.3 (fix release)
+- fix *.so file
+
+Revision 1.17  2002/02/22 23:28:38  kloczek
+- removed all Group fields translations (oure rpm now can handle translating
+  Group field using gettext).
+
+Revision 1.16  2002/02/02 20:38:42  ankry
+- adding es/fr/pt_BR/ru/uk (and eventually de) Group translations
+
+Revision 1.15  2002/02/01 14:55:23  ankry
+- added Group(es/pt_BR/ru/uk)
+
+Revision 1.14  2002/01/18 02:12:13  kloczek
+perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+
+Revision 1.13  2001/12/16 10:43:56  michuz
+- updated to 4.5.1     (bugfix)
+
+Revision 1.12  2001/12/15 21:20:56  michuz
+- fixed headers
+
+Revision 1.11  2001/11/17 18:58:48  blues
+- License changed to distributable
+- added few docs
+
+Revision 1.10  2001/07/18 03:20:03  kloczek
+- spec adapterized.
+
+Revision 1.9  2001/04/30 16:05:13  kloczek
+- added using %%{rpmcflags} macro.
+
+Revision 1.8  2001/04/04 19:52:15  kloczek
+- release 3.
+
+Revision 1.7  2001/02/23 17:12:30  qboosh
+- BuildRequires: gcc-c++
+- typos
+
+Revision 1.6  2001/02/21 22:56:28  michuz
+- more fixes
+
+Revision 1.5  2001/02/21 22:53:32  michuz
+- release 2
+- fixed include files
+
+Revision 1.4  2001/01/25 20:03:19  misiek
+Massive attack. We use -O0 instead -O flags while debug enabled.
+
+Revision 1.3  2001/01/10 20:29:58  kloczek
+- missing "" in %build.
+
+Revision 1.2  2001/01/10 20:28:39  michuz
+- typo
+
+Revision 1.1  2001/01/10 20:01:30  michuz
+- initial release
+- need to check what kind of license this is
================================================================


More information about the pld-cvs-commit mailing list