update to 7.0.7 [release 7.0.7-1mamba;Mon May 23 2022]
This commit is contained in:
parent
7fc1d2e1e0
commit
bffaf2a3ad
11
ace.spec
11
ace.spec
@ -1,5 +1,6 @@
|
|||||||
|
%define dirver %(echo %version | tr . _)
|
||||||
Name: ace
|
Name: ace
|
||||||
Version: 7.0.6
|
Version: 7.0.7
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A C++ framework for implementing distributed and networked applications
|
Summary: A C++ framework for implementing distributed and networked applications
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -7,7 +8,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.dre.vanderbilt.edu/~schmidt/TAO.html
|
URL: https://www.dre.vanderbilt.edu/~schmidt/TAO.html
|
||||||
Source: https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-%{version}/ACE-%{version}.tar.gz
|
Source: https://github.com/DOCGroup/ACE_TAO/releases/download/ACE%2BTAO-%{dirver}/ACE-%{version}.tar.gz
|
||||||
License: Custom
|
License: Custom
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -51,10 +52,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ACE_wrappers -D -T
|
%setup -q -n ACE_wrappers
|
||||||
|
|
||||||
%build
|
%build
|
||||||
:<< _EOF
|
|
||||||
export ACE_ROOT=$PWD
|
export ACE_ROOT=$PWD
|
||||||
echo '#include "ace/config-linux.h"' > ace/config.h
|
echo '#include "ace/config-linux.h"' > ace/config.h
|
||||||
echo 'INSTALL_PREFIX = %{_prefix}
|
echo 'INSTALL_PREFIX = %{_prefix}
|
||||||
@ -105,5 +105,8 @@ cd ace
|
|||||||
%doc NEWS README
|
%doc NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 23 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0.7-1mamba
|
||||||
|
- update to 7.0.7
|
||||||
|
|
||||||
* Tue May 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0.6-1mamba
|
* Tue May 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0.6-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user