Compare commits
15 commits
epel9-next
...
rawhide
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cca4385c6a | ||
|
|
36013d8d51 | ||
| b244815bee | |||
|
|
14c356f37f | ||
| 5da431bfe0 | |||
|
|
a7f7e7cc73 | ||
|
|
8965c8a5ff | ||
|
|
928dc2f70b | ||
|
|
23b01df318 | ||
|
|
b20d2e87dd | ||
|
|
0ff94e218d | ||
|
|
15a7253022 | ||
|
|
aa6bf31e87 | ||
|
|
1707689a56 | ||
|
|
9a8b9f92ed |
2 changed files with 6 additions and 6 deletions
10
sevmgr.spec
10
sevmgr.spec
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
Name: sevmgr
|
||||
Version: 1.00.9
|
||||
Version: 1.00.15
|
||||
Release: %autorelease
|
||||
|
||||
Summary: C++ Simulation-Oriented Discrete Event Management Library
|
||||
|
|
@ -12,8 +12,10 @@ Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.
|
|||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: soci-devel
|
||||
BuildRequires: soci-mysql-devel
|
||||
BuildRequires: soci-sqlite3-devel
|
||||
BuildRequires: soci-postgresql-devel
|
||||
BuildRequires: pkgconfig(readline)
|
||||
BuildRequires: pkgconfig(stdair)
|
||||
|
||||
|
|
@ -71,8 +73,7 @@ rm -f %{buildroot}%{_docdir}/%{name}/html/installdox
|
|||
rm -f %{buildroot}%{_docdir}/%{name}/{NEWS,README.md,AUTHORS}
|
||||
|
||||
%check
|
||||
#ctest
|
||||
|
||||
%ctest
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog NEWS README.md
|
||||
|
|
@ -88,9 +89,8 @@ rm -f %{buildroot}%{_docdir}/%{name}/{NEWS,README.md,AUTHORS}
|
|||
%{_bindir}/%{name}-config
|
||||
%{_libdir}/lib%{name}.so
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_libdir}/cmake/%{name}/
|
||||
%{_datadir}/aclocal/%{name}.m4
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/CMake/
|
||||
%{_mandir}/man1/%{name}-config.1.*
|
||||
%{_mandir}/man3/%{name}-library.3.*
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (sevmgr-1.00.9.tar.gz) = c59ca246ae315f5a346cad30333a9a7c1c681d05a15ede7e4c189103905c64551f352120efa616078d18dd5aa7235816225e4730d87fe52dea8b8d1266ba765b
|
||||
SHA512 (sevmgr-1.00.15.tar.gz) = 2b9a0237dbcc004baa7277ceee68f7215314726f105cad609a2109768c1af24cc487a297e2ea77e943a5daffec5c4961d5c6ae1863dcfa042b27b8f02442b5e0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue