From 79b411b2512f2e7c5bc3a58d71f3b2551712b76d Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Mon, 27 Mar 2023 19:15:59 +0200 Subject: [PATCH] Import libglib-testing-0.1.0-6.el9 --- .gitignore | 1 + .libglib-testing.metadata | 1 + SPECS/libglib-testing.spec | 69 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 71 insertions(+) create mode 100644 .gitignore create mode 100644 .libglib-testing.metadata create mode 100644 SPECS/libglib-testing.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ef5d65c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/libglib-testing-0.1.0.tar.bz2 diff --git a/.libglib-testing.metadata b/.libglib-testing.metadata new file mode 100644 index 0000000..210aebb --- /dev/null +++ b/.libglib-testing.metadata @@ -0,0 +1 @@ +7ec7a4c8f2e15dfbd437139a0d6178fa9fc2d4ba SOURCES/libglib-testing-0.1.0.tar.bz2 diff --git a/SPECS/libglib-testing.spec b/SPECS/libglib-testing.spec new file mode 100644 index 0000000..1de4ad8 --- /dev/null +++ b/SPECS/libglib-testing.spec @@ -0,0 +1,69 @@ +Name: libglib-testing +Version: 0.1.0 +Release: 6%{?dist} +Summary: GLib-based test library and harness + +License: LGPLv2+ +URL: https://gitlab.gnome.org/pwithnall/libglib-testing +Source0: https://gitlab.gnome.org/pwithnall/libglib-testing/-/archive/%{version}/%{name}-%{version}.tar.bz2 + +BuildRequires: gtk-doc +BuildRequires: meson +BuildRequires: gcc +BuildRequires: pkgconfig(gio-2.0) + +%description +libglib-testing is a test library providing test harnesses and mock classes +which complement the classes provided by GLib. It is intended to be used by +any project which uses GLib and which wants to write internal unit tests. + +%package devel +Summary: Development files for %{name} +License: LGPLv2+ +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +This package contains the pkg-config file and development headers +for %{name}. + +%prep +%autosetup -p1 + +%build +%meson +%meson_build + +%install +%meson_install + +%files +%license COPYING +%{_libdir}/libglib-testing-0.so.0* + +%files devel +%{_datadir}/gtk-doc/ +%{_includedir}/glib-testing-0/ +%{_libdir}/libglib-testing-0.so +%{_libdir}/pkgconfig/glib-testing-0.pc + +%changelog +* Thu Jan 20 2022 Fedora Release Engineering - 0.1.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Jul 22 2021 Fedora Release Engineering - 0.1.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jan 26 2021 Fedora Release Engineering - 0.1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Dec 16 2020 Bastien Nocera - 0.1.0-3 ++ libglib-testing-0.1.0-3 +- Rebuild for koji weirdness + +* Thu Aug 27 2020 Bastien Nocera - 0.1.0-2 ++ libglib-testing-0.1.0-2 +- Fix review comments + +* Thu Jul 23 2020 Bastien Nocera - 0.1.0-1 ++ libglib-testing-0.1.0-1 +- First package