]> git.pld-linux.org Git - packages/boost.git/commitdiff
up to 1.79.0 auto/th/boost-1.79.0-1
authorJan Palus <atler@pld-linux.org>
Tue, 31 May 2022 22:06:35 +0000 (00:06 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 31 May 2022 22:06:35 +0000 (00:06 +0200)
boost.spec

index 6223f019b33d6ce296163800a7d25d4d6ba9ea23..3901b7c625a79494b69e3aaa48c29c5b5e07595a 100644 (file)
 Summary:       The Boost C++ Libraries
 Summary(pl.UTF-8):     Biblioteki C++ "Boost"
 Name:          boost
-Version:       1.78.0
-Release:       4
+Version:       1.79.0
+Release:       1
 License:       Boost Software License and others
 Group:         Libraries
 Source0:       https://boostorg.jfrog.io/artifactory/main/release/%{version}/source/%{name}_%{fver}.tar.bz2
-# Source0-md5: db0112a3a37a3742326471d20f1a186a
+# Source0-md5: ce966eccb3c296a27abfef9356fd1dc4
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-clean-gcc-flags.patch
 # FC Patches:
@@ -570,12 +570,6 @@ install -p stage/lib/lib*.a $RPM_BUILD_ROOT%{_libdir}
 install -p stage/lib/lib*.so.*.*.* $RPM_BUILD_ROOT%{_libdir}
 cp -a stage/lib/lib*.so $RPM_BUILD_ROOT%{_libdir}
 
-# workaround https://github.com/boostorg/boost/issues/594
-find bin.v2/libs '(' -name libboost_fiber.a -o -name 'libboost_stacktrace_*.a' -o -name 'libboost_fiber.so.*' -o -name 'libboost_stacktrace_*.so.*' ')' -exec cp -p {} $RPM_BUILD_ROOT%{_libdir} \;
-for lib in $RPM_BUILD_ROOT%{_libdir}/*{stacktrace,fiber}*.so.*; do
-       ln -sf $(basename $lib) $RPM_BUILD_ROOT%{_libdir}/$(basename $lib .%{version})
-done
-
 %if %{with doc}
 # documentation
 install -d $RPM_BUILD_ROOT%{_docdir}/boost-%{version}
This page took 0.139546 seconds and 4 git commands to generate.