Compare commits
19 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cca4385c6a | ||
|
|
36013d8d51 | ||
| b244815bee | |||
|
|
14c356f37f | ||
| 5da431bfe0 | |||
|
|
a7f7e7cc73 | ||
|
|
8965c8a5ff | ||
|
|
928dc2f70b | ||
|
|
23b01df318 | ||
|
|
b20d2e87dd | ||
|
|
0ff94e218d | ||
|
|
15a7253022 | ||
|
|
aa6bf31e87 | ||
|
|
1707689a56 | ||
|
|
9a8b9f92ed | ||
|
|
e873ba3e70 | ||
|
|
786d39ffcb | ||
|
|
271960c1c6 | ||
|
|
4ca5cc3647 |
2 changed files with 18 additions and 28 deletions
44
sevmgr.spec
44
sevmgr.spec
|
|
@ -1,21 +1,23 @@
|
|||
#
|
||||
Name: sevmgr
|
||||
Version: 1.00.8
|
||||
Release: 2%{?dist}
|
||||
Version: 1.00.15
|
||||
Release: %autorelease
|
||||
|
||||
Summary: C++ Simulation-Oriented Discrete Event Management Library
|
||||
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/airsim/%{name}
|
||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: soci-mysql-devel, soci-sqlite3-devel
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: stdair-devel
|
||||
|
||||
BuildRequires: soci-devel
|
||||
BuildRequires: soci-mysql-devel
|
||||
BuildRequires: soci-sqlite3-devel
|
||||
BuildRequires: soci-postgresql-devel
|
||||
BuildRequires: pkgconfig(readline)
|
||||
BuildRequires: pkgconfig(stdair)
|
||||
|
||||
%description
|
||||
%{name} is a C++ library of discrete event queue management classes and
|
||||
|
|
@ -49,13 +51,12 @@ BuildRequires: ghostscript
|
|||
%description doc
|
||||
This package contains HTML pages, as well as a PDF reference manual,
|
||||
for %{name}. All that documentation is generated thanks to Doxygen
|
||||
(http://doxygen.org). The content is the same as what can be browsed
|
||||
online (http://%{name}.org).
|
||||
(https://doxygen.org). The content is the same as what can be browsed
|
||||
online (https://github.com/airsim/%{name}).
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{name}-%{version}
|
||||
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%cmake
|
||||
|
|
@ -72,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
|
||||
|
|
@ -85,30 +85,20 @@ rm -f %{buildroot}%{_docdir}/%{name}/{NEWS,README.md,AUTHORS}
|
|||
%{_mandir}/man1/%{name}_demo.1.*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/%{name}
|
||||
%{_includedir}/%{name}/
|
||||
%{_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.*
|
||||
|
||||
%files doc
|
||||
%doc %{_docdir}/%{name}/html
|
||||
%doc %{_docdir}/%{name}/
|
||||
%license COPYING
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.00.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Mon May 01 2023 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 1.00.8-1
|
||||
- Upstream update
|
||||
|
||||
* Mon Feb 20 2023 Jonathan Wakely <jwakely@redhat.com> - 1.00.7-4
|
||||
- Rebuilt for Boost 1.81
|
||||
|
||||
%autochangelog
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (sevmgr-1.00.8.tar.gz) = 10ad825e6e67be8374d1fc05c44987e72c73cc60ab23ec16e088f9a433149dde2e9b945eb6a22c0fa64f44e2127358e319b5cc3e3de959da4faf145bc1a14e6d
|
||||
SHA512 (sevmgr-1.00.15.tar.gz) = 2b9a0237dbcc004baa7277ceee68f7215314726f105cad609a2109768c1af24cc487a297e2ea77e943a5daffec5c4961d5c6ae1863dcfa042b27b8f02442b5e0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue