Migrate libasyncio from boost.signal to signals2 (#8756)
[libasyncio] / libasyncio.spec.in
index 57dedb9..5b9dc67 100644 (file)
@@ -10,7 +10,7 @@ Name:      libasyncio
 Version:   @VERSION@
 Release:   1
 License:   GPL version 2 + linking exception
-Group:     Intranator
+Group:     Intra2net
 Vendor:    Intra2net AG
 Source:    %{name}-%{version}.tar.gz
 # Buildroot: /tmp/%{name}-%{version}-root
@@ -28,7 +28,7 @@ library with asynchronous io functionality
 
 %package   devel
 Summary:   library with asynchronous io functionality
-Group:     Intranator/Development
+Group:     Intra2net/Development
 Requires:  libi2ncommon-devel
 Requires:  boost-devel >= 1.32.0
 Obsoletes: libsimpleio-devel
@@ -40,7 +40,7 @@ development files for library with asynchronous io functionality
 
 %package utils
 Summary:   library with asynchronous io functionality
-Group:     Intranator
+Group:     Intra2net
 %if %{with libi2ncommon}
 Requires:  libi2ncommon >= 1.0
 %endif
@@ -53,7 +53,7 @@ are also usable for other purposes, too.
 
 %package utils-devel
 Summary:   library with asynchronous io functionality
-Group:     Intranator/Development
+Group:     Intra2net/Development
 Requires:  boost-devel >= 1.32.0
 
 %description utils-devel
@@ -63,7 +63,7 @@ development files for asyncio utils.
 %if %{with libt2n}
 %package t2n
 Summary:    glue library for using t2n with libasyncio
-Group:      Intranator
+Group:      Intra2net
 BuildRequires: libt2n-devel >= 0.4
 Requires:   libt2n >= 0.4
 Obsoletes:  libsimpleio-t2n
@@ -74,7 +74,7 @@ glue lib for using t2n with simpleio.
 
 %package t2n-devel
 Summary:    glue library for using t2n with libasyncio
-Group:      Intranator/Development
+Group:      Intra2net/Development
 Requires:   libt2n-devel >= 0.4
 
 %description t2n-devel
@@ -94,9 +94,8 @@ export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/intranator/lib/pkgconfig
 mkdir build
 cd build
 
-# Temporarily disabled...
-# export CFLAGS="$RPM_OPT_FLAGS"
-# export CXXFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="$RPM_OPT_FLAGS"
+export CXXFLAGS="$RPM_OPT_FLAGS"
 
 CMAKE_OPTS=""
 %if %{with libi2ncommon}