automatic version update by autodist [release 8.0.2-1mamba;Fri Dec 06 2024]
This commit is contained in:
parent
46ba9d2b36
commit
e8d35636ed
7
ace.spec
7
ace.spec
@ -1,6 +1,6 @@
|
|||||||
%define dirver %(echo %version | tr . _)
|
%define dirver %(echo %version | tr . _)
|
||||||
Name: ace
|
Name: ace
|
||||||
Version: 8.0.1
|
Version: 8.0.2
|
||||||
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
|
||||||
@ -73,8 +73,6 @@ cd ace
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -105,6 +103,9 @@ cd ace
|
|||||||
%doc NEWS README
|
%doc NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 06 2024 Automatic Build System <autodist@openmamba.org> 8.0.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Aug 04 2024 Automatic Build System <autodist@openmamba.org> 8.0.1-1mamba
|
* Sun Aug 04 2024 Automatic Build System <autodist@openmamba.org> 8.0.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user