|
|
|
@ -1,14 +1,11 @@
|
|
|
|
|
%global snapshot 20230911
|
|
|
|
|
%global snapshot 20211217
|
|
|
|
|
# Do not create debuginfo sub-package because there is no binary executable
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
Name: libecb
|
|
|
|
|
# Upstream version is a 32-bit hexadecimal number with an internal structure.
|
|
|
|
|
# See ECB_VERSION macro. RPM cannot order them correctly. A decimal encoding
|
|
|
|
|
# would work, but would be uggly. Just use 0.
|
|
|
|
|
Version: 0.%{snapshot}
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Compiler built-ins
|
|
|
|
|
License: BSD-2-Clause OR GPL-2.0-or-later
|
|
|
|
|
License: BSD or GPLv2+
|
|
|
|
|
URL: http://software.schmorp.de/pkg/libecb.html
|
|
|
|
|
# Snapshot from CVS :pserver:anonymous@cvs.schmorp.de/schmorpforge libecb
|
|
|
|
|
Source0: %{name}-%{snapshot}.tar.xz
|
|
|
|
@ -54,12 +51,12 @@ install -m 0644 -t %{buildroot}%{_mandir}/man3 *.3
|
|
|
|
|
%files devel
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc Changes README
|
|
|
|
|
%{_includedir}/ecb.h
|
|
|
|
|
%{_mandir}/man3/ecb.*
|
|
|
|
|
%{_includedir}/*
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Sep 11 2023 Petr Pisar <ppisar@redhat.com> - 0.20230911-1
|
|
|
|
|
- CVS snapshot taken on 2023-09-11
|
|
|
|
|
* Wed Sep 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.20211217-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
* Fri Dec 17 2021 Petr Pisar <ppisar@redhat.com> - 0.20211217-1
|
|
|
|
|
- CVS snapshot taken on 20211217 (Fedora patches merged)
|