fix package name

This commit is contained in:
akdengi 2012-10-04 19:00:34 +04:00
parent a8c64674df
commit ba4a747ef9

View file

@ -16,7 +16,7 @@
Summary: Portable C++ libraries
Name: boost
Version: 1.50.0
Release: 2
Release: 3
License: Boost
Group: Development/C++
URL: http://boost.org/
@ -74,7 +74,12 @@ libraries. The emphasis is on libraries which work well with the C++
Standard Library. This package contains only the shared libraries
needed for running programs using Boost.
%define boostlibs chrono date_time filesystem graph iostreams locale math prg_exec_monitor program_options python random regex serialization signals system thread timer unit_test_framework wave wserialization
%ifarch %arm %mips
%define boostlibs date_time filesystem graph iostreams math_c99 math_c99f math_tr1 math_tr1f prg_exec_monitor program_options python regex serialization signals system thread unit_test_framework wave wserialization random chrono locale timer
%else
%define boostlibs date_time filesystem graph iostreams math_c99 math_c99f math_c99l math_tr1 math_tr1f math_tr1l prg_exec_monitor program_options python regex serialization signals system thread unit_test_framework wave wserialization random chrono locale timer
%endif
# (Anssi 01/2010) dashes are converted to underscores for macros ($lib2);
# The sed script adds _ when library name ends in number.