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
|
||||
Version: 7.0.6
|
||||
Version: 7.0.7
|
||||
Release: 1mamba
|
||||
Summary: A C++ framework for implementing distributed and networked applications
|
||||
Group: Development/Tools
|
||||
@ -7,7 +8,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -51,10 +52,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n ACE_wrappers -D -T
|
||||
%setup -q -n ACE_wrappers
|
||||
|
||||
%build
|
||||
:<< _EOF
|
||||
export ACE_ROOT=$PWD
|
||||
echo '#include "ace/config-linux.h"' > ace/config.h
|
||||
echo 'INSTALL_PREFIX = %{_prefix}
|
||||
@ -105,5 +105,8 @@ cd ace
|
||||
%doc NEWS README
|
||||
|
||||
%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
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user