]> git.pld-linux.org Git - packages/STLport4.git/commitdiff
stlport 4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 25 Mar 2006 17:29:26 +0000 (17:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    STLport4.spec -> 1.1

STLport4.spec [new file with mode: 0644]

diff --git a/STLport4.spec b/STLport4.spec
new file mode 100644 (file)
index 0000000..24dfc49
--- /dev/null
@@ -0,0 +1,92 @@
+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
This page took 0.135095 seconds and 4 git commands to generate.