From 82854513c44c3304d428e7d5d16cc7dd651919de Mon Sep 17 00:00:00 2001 From: dfan Date: Fri, 4 Oct 2024 17:03:28 +0100 Subject: [PATCH] Revert "libsigcplusplus30 package is retired on branch c10s for CS-2551" This reverts commit c6d7d47c31251e93d85e885bef815325cd0f132a. --- .gitignore | 9 +++ README.md | 3 - dead.package | 1 - gating.yaml | 6 ++ libsigc++30.spec | 144 +++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 6 files changed, 160 insertions(+), 4 deletions(-) create mode 100644 .gitignore delete mode 100644 README.md delete mode 100644 dead.package create mode 100644 gating.yaml create mode 100644 libsigc++30.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..134b363 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +/libsigc++-3.0.0.tar.xz +/libsigc++-3.0.2.tar.xz +/libsigc++-3.0.3.tar.xz +/libsigc++-3.0.4.tar.xz +/libsigc++-3.0.6.tar.xz +/libsigc++-3.0.7.tar.xz +/libsigc++-3.2.0.tar.xz +/libsigc++-3.4.0.tar.xz +/libsigc++-3.6.0.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index 24b9ea2..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Package Not Available -This package is not available on CentOS Stream 10. -It may be available on another branch. \ No newline at end of file diff --git a/dead.package b/dead.package deleted file mode 100644 index ad5f24c..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -libsigcplusplus30 package is retired on branch c10s for CS-2551 \ No newline at end of file diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..d353613 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional} diff --git a/libsigc++30.spec b/libsigc++30.spec new file mode 100644 index 0000000..33b6505 --- /dev/null +++ b/libsigc++30.spec @@ -0,0 +1,144 @@ +# first two digits of version +%define release_version %(echo %{version} | awk -F. '{print $1"."$2}') + +Name: libsigc++30 +Version: 3.6.0 +Release: 4%{?dist} +Summary: Typesafe signal framework for C++ + +License: LGPLv2+ +URL: https://github.com/libsigcplusplus/libsigcplusplus +Source0: https://download.gnome.org/sources/libsigc++/%{release_version}/libsigc++-%{version}.tar.xz + +BuildRequires: docbook-style-xsl +BuildRequires: doxygen +BuildRequires: gcc-c++ +BuildRequires: libxslt +BuildRequires: m4 +BuildRequires: meson +BuildRequires: perl(Getopt::Long) +BuildRequires: perl-interpreter + +%description +libsigc++ implements a typesafe callback system for standard C++. It +allows you to define signals and to connect those signals to any +callback function, either global or a member function, regardless of +whether it is static or virtual. + +libsigc++ is used by gtkmm to wrap the GTK+ signal system. It does not +depend on GTK+ or gtkmm. + + +%package devel +Summary: Development tools for the typesafe signal framework for C++ +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains the static libraries and header files +needed for development with %{name}. + + +%package doc +Summary: Documentation for %{name}, includes full API docs +BuildArch: noarch +Requires: %{name} = %{version}-%{release} + +%description doc +This package contains the full API documentation for %{name}. + + +%prep +%autosetup -n libsigc++-%{version} + +chmod -x NEWS + + +%build +%meson -Dbuild-documentation=true +%meson_build + + +%install +%meson_install + + +%files +%license COPYING +%doc NEWS README.md +%{_libdir}/libsigc-3.0.so.0* + +%files devel +%{_includedir}/sigc++-3.0/ +%{_libdir}/sigc++-3.0/ +%{_libdir}/pkgconfig/sigc++-3.0.pc +%{_libdir}/libsigc-3.0.so + +%files doc +%doc %{_datadir}/doc/libsigc++-3.0/ +%doc %{_datadir}/devhelp/ + + +%changelog +* Mon Jun 24 2024 Troy Dawson - 3.6.0-4 +- Bump release for June 2024 mass rebuild + +* Thu Jan 25 2024 Fedora Release Engineering - 3.6.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 3.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Oct 01 2023 Kalev Lember - 3.6.0-1 +- Update to 3.6.0 +- Fix NEWS file to not be executable + +* Thu Jul 20 2023 Fedora Release Engineering - 3.4.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jan 19 2023 Fedora Release Engineering - 3.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Mon Jan 02 2023 David King - 3.4.0-1 +- Update to 3.4.0 + +* Thu Jul 21 2022 Fedora Release Engineering - 3.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Fri Mar 25 2022 David King - 3.2.0-1 +- Update to 3.2.0 + +* Thu Jan 20 2022 Fedora Release Engineering - 3.0.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Jul 22 2021 Fedora Release Engineering - 3.0.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed May 26 2021 Kalev Lember - 3.0.7-1 +- Update to 3.0.7 + +* Tue Jan 26 2021 Fedora Release Engineering - 3.0.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Nov 25 2020 Kalev Lember - 3.0.6-1 +- Update to 3.0.6 + +* Mon Sep 28 2020 Kalev Lember - 3.0.4-1 +- Update to 3.0.4 +- Switch to meson build system +- Update upstream URL +- Tighten soname globs + +* Tue Jul 28 2020 Fedora Release Engineering - 3.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Mar 27 2020 Kalev Lember - 3.0.3-1 +- Update to 3.0.3 + +* Wed Jan 29 2020 Fedora Release Engineering - 3.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Jan 07 2020 Kalev Lember - 3.0.2-1 +- Update to 3.0.2 + +* Thu Sep 05 2019 Kalev Lember - 3.0.0-1 +- Initial Fedora packaging, based on libsigc++20 diff --git a/sources b/sources new file mode 100644 index 0000000..9763651 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (libsigc++-3.6.0.tar.xz) = fa79067b4fecf68501288b93eed3d3e7017899cb8a02d3106a41f6dd1818f7b8c724a5b38d4b9ac89699fd8084976f9ad8eca8e832a45a5b6dc7cae5db99cb56