Compare commits
2 commits
rawhide
...
epel9-next
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d103bc437 | ||
|
|
871acf361d |
2 changed files with 6 additions and 6 deletions
10
sevmgr.spec
10
sevmgr.spec
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
Name: sevmgr
|
||||
Version: 1.00.15
|
||||
Version: 1.00.9
|
||||
Release: %autorelease
|
||||
|
||||
Summary: C++ Simulation-Oriented Discrete Event Management Library
|
||||
|
|
@ -12,10 +12,8 @@ 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)
|
||||
|
||||
|
|
@ -73,7 +71,8 @@ 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
|
||||
|
|
@ -89,8 +88,9 @@ 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.15.tar.gz) = 2b9a0237dbcc004baa7277ceee68f7215314726f105cad609a2109768c1af24cc487a297e2ea77e943a5daffec5c4961d5c6ae1863dcfa042b27b8f02442b5e0
|
||||
SHA512 (sevmgr-1.00.9.tar.gz) = c59ca246ae315f5a346cad30333a9a7c1c681d05a15ede7e4c189103905c64551f352120efa616078d18dd5aa7235816225e4730d87fe52dea8b8d1266ba765b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue