From 0067c9ab32234097eebd74368599e498a0b84cbc Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Mon, 23 May 2022 02:29:36 +0200 Subject: [PATCH] initial package creation Signed-off-by: Toshaan Bharvani --- SOURCES/.gitkeeper | 0 SPECS/libdazzle.spec | 261 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 261 insertions(+) create mode 100644 SOURCES/.gitkeeper create mode 100644 SPECS/libdazzle.spec diff --git a/SOURCES/.gitkeeper b/SOURCES/.gitkeeper new file mode 100644 index 0000000..e69de29 diff --git a/SPECS/libdazzle.spec b/SPECS/libdazzle.spec new file mode 100644 index 0000000..4249539 --- /dev/null +++ b/SPECS/libdazzle.spec @@ -0,0 +1,261 @@ +%global glib2_version 2.57.2 +%global gtk3_version 3.24.0 + +Name: libdazzle +Version: 3.40.0 +Release: 3%{?dist} +Summary: Experimental new features for GTK+ and GLib + +License: GPLv3+ +URL: https://gitlab.gnome.org/GNOME/libdazzle +Source0: https://download.gnome.org/sources/%{name}/3.40/%{name}-%{version}.tar.xz + +BuildRequires: gtk-doc +BuildRequires: meson +BuildRequires: vala + +BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version} +BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} +BuildRequires: pkgconfig(gmodule-2.0) >= %{glib2_version} +BuildRequires: pkgconfig(gobject-introspection-1.0) +BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version} + +# for tests +BuildRequires: xorg-x11-server-Xvfb +BuildRequires: words + +Requires: glib2%{?_isa} >= %{glib2_version} +Requires: gtk3%{?_isa} >= %{gtk3_version} + +%description +libdazzle is a collection of fancy features for GLib and Gtk+ that aren't quite +ready or generic enough for use inside those libraries. This is often a proving +ground for new widget prototypes. Applications such as Builder tend to drive +development of this project. + + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + + +%prep +%autosetup -p1 + + +%build +%meson -D enable_gtk_doc=true +%meson_build + + +%install +%meson_install + + +%check +xvfb-run -w 10 eval "%meson_test" + + +%files +%license COPYING +%doc AUTHORS NEWS README.md +%{_bindir}/dazzle-list-counters +%{_libdir}/libdazzle-1.0.so.* +%dir %{_libdir}/girepository-1.0 +%{_libdir}/girepository-1.0/Dazzle-1.0.typelib + +%files devel +%doc CONTRIBUTING.md examples +%dir %{_datadir}/gir-1.0 +%{_datadir}/gir-1.0/Dazzle-1.0.gir +%dir %{_datadir}/gtk-doc +%dir %{_datadir}/gtk-doc/html +%{_datadir}/gtk-doc/html/libdazzle +%dir %{_datadir}/vala +%dir %{_datadir}/vala/vapi +%{_datadir}/vala/vapi/libdazzle-1.0.* +%{_includedir}/* +%{_libdir}/*.so +%{_libdir}/pkgconfig/libdazzle-1.0.pc + + +%changelog +* Mon Aug 09 2021 Mohan Boddu - 3.40.0-3 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Fri Apr 16 2021 Mohan Boddu - 3.40.0-2 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Mon Mar 22 2021 Kalev Lember - 3.40.0-1 +- Update to 3.40.0 +- Update upstream URL + +* Tue Jan 26 2021 Kalev Lember - 3.38.0-2 +- Use meson_test macro instead of 'ninja test' + +* Sat Sep 12 2020 Kalev Lember - 3.38.0-1 +- Update to 3.38.0 + +* Tue Jul 28 2020 Fedora Release Engineering - 3.37.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 20 2020 Kalev Lember - 3.37.1-1 +- Update to 3.37.1 + +* Fri Mar 06 2020 Kalev Lember - 3.36.0-1 +- Update to 3.36.0 + +* Wed Jan 29 2020 Fedora Release Engineering - 3.35.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sun Jan 12 2020 Kalev Lember - 3.35.3-1 +- Update to 3.35.3 + +* Tue Dec 17 2019 Kalev Lember - 3.35.2-1 +- Update to 3.35.2 + +* Mon Oct 07 2019 Kalev Lember - 3.34.1-1 +- Update to 3.34.1 + +* Tue Sep 10 2019 Kalev Lember - 3.34.0-1 +- Update to 3.34.0 + +* Mon Aug 12 2019 Kalev Lember - 3.33.90-1 +- Update to 3.33.90 + +* Thu Jul 25 2019 Fedora Release Engineering - 3.33.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue Jun 25 2019 Kalev Lember - 3.33.3-1 +- Update to 3.33.3 + +* Thu May 09 2019 Kalev Lember - 3.33.1-1 +- Update to 3.33.1 + +* Tue May 07 2019 Kalev Lember - 3.32.2-1 +- Update to 3.32.2 + +* Tue Apr 16 2019 Adam Williamson - 3.32.1-2 +- Rebuild with Meson fix for #1699099 + +* Thu Apr 11 2019 Kalev Lember - 3.32.1-1 +- Update to 3.32.1 + +* Wed Mar 13 2019 Kalev Lember - 3.32.0-1 +- Update to 3.32.0 + +* Tue Mar 05 2019 Kalev Lember - 3.31.92-1 +- Update to 3.31.92 + +* Tue Feb 05 2019 Kalev Lember - 3.31.90-1 +- Update to 3.31.90 + +* Mon Feb 4 2019 Yanko Kaneti - 3.31.4-3 +- Drop dbus-run-session from the tests run + +* Fri Feb 01 2019 Fedora Release Engineering - 3.31.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Jan 10 2019 Kalev Lember - 3.31.4-1 +- Update to 3.31.4 + +* Tue Oct 09 2018 Kalev Lember - 3.31.1-1 +- Update to 3.31.1 + +* Sat Sep 29 2018 Kalev Lember - 3.30.1-1 +- Update to 3.30.1 + +* Fri Sep 07 2018 Kalev Lember - 3.30.0-2 +- Rebuilt against fixed atk (#1626575) + +* Thu Sep 06 2018 Kalev Lember - 3.30.0-1 +- Update to 3.30.0 + +* Tue Jul 31 2018 Florian Weimer - 3.28.5-2 +- Rebuild with fixed binutils + +* Sat Jul 28 2018 Kalev Lember - 3.28.5-1 +- Update to 3.28.5 + +* Fri Jul 27 2018 Kalev Lember - 3.28.4-1 +- Update to 3.28.4 + +* Fri Jul 13 2018 Fedora Release Engineering - 3.28.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 26 2018 Kalev Lember - 3.28.3-1 +- Update to 3.28.3 + +* Thu May 24 2018 Kalev Lember - 3.28.2-1 +- Update to 3.28.2 + +* Tue Apr 10 2018 Kalev Lember - 3.28.1-1 +- Update to 3.28.1 + +* Wed Mar 14 2018 Kalev Lember - 3.28.0-1 +- Update to 3.28.0 + +* Mon Mar 05 2018 Kalev Lember - 3.27.92-1 +- Update to 3.27.92 + +* Sat Mar 03 2018 Kalev Lember - 3.27.91-1 +- Update to 3.27.91 + +* Wed Feb 07 2018 Fedora Release Engineering - 3.27.90-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Feb 05 2018 Kalev Lember - 3.27.90-1 +- Update to 3.27.90 +- Drop ldconfig scriptlets + +* Sat Feb 03 2018 Igor Gnatenko - 3.27.5-2 +- Switch to %%ldconfig_scriptlets + +* Sun Jan 28 2018 Kalev Lember - 3.27.5-1 +- Update to 3.27.5 + +* Tue Dec 19 2017 Kalev Lember - 3.27.3-1 +- Update to 3.27.3 +- Set minimum required glib version + +* Tue Oct 3 2017 Yanko Kaneti - 3.26.1-1 +- Update to 3.26.1 + +* Tue Sep 12 2017 Yanko Kaneti - 3.26.0-1 +- Update to 3.26.0 + +* Tue Sep 5 2017 Yanko Kaneti - 3.25.92-1 +- Update to 3.25.92 +- Reenable test-fuzzy-index, should be fixed upstream + +* Sun Aug 27 2017 Kalev Lember - 3.25.91-1 +- Update to 3.25.91 + +* Tue Aug 8 2017 Yanko Kaneti - 3.25.90-1 +- Update to 3.25.90 + +* Thu Aug 03 2017 Fedora Release Engineering - 3.25.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 3.25.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Jul 21 2017 Yanko Kaneti - 3.25.5-1 +- Update to 3.25.5 + +* Wed Jul 19 2017 Yanko Kaneti - 3.25.4-1 +- Update to 3.25.4. Add tests, BR: xorg-x11-server-Xvfb, words, dbus + +* Tue Jul 18 2017 Kalev Lember - 3.25.3-3 +- Drop the workaround as meson is now fixed + +* Thu Jun 22 2017 Yanko Kaneti - 3.25.3-2 +- Add temporary workaround for meson 0.41.1 breakage + +* Mon Jun 19 2017 Yanko Kaneti - 3.25.3-1 +- Initial spec