Compare commits
No commits in common. "rawhide" and "f42" have entirely different histories.
2 changed files with 7 additions and 6 deletions
11
sevmgr.spec
11
sevmgr.spec
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
Name: sevmgr
|
||||
Version: 1.00.15
|
||||
Version: 1.00.10
|
||||
Release: %autorelease
|
||||
|
||||
Summary: C++ Simulation-Oriented Discrete Event Management Library
|
||||
|
|
@ -12,12 +12,11 @@ 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)
|
||||
BuildRequires: mysql-devel
|
||||
|
||||
%description
|
||||
%{name} is a C++ library of discrete event queue management classes and
|
||||
|
|
@ -73,7 +72,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 +89,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.10.tar.gz) = 2cd27870cda39ef94a75185b574cd7b1eb3f5b799e53b123676561000018ac8af0650aa8f730db482ad46320d5b42411a6a7cec1e46f9c229978a44d9ebc3158
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue