From 0b5a312078aefe3d5a090b6dce729609f3b52ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 15 Oct 2020 09:45:27 +0200 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/graphene#447c961aeddfae70cef6d00921e48876ec29a0fa --- .gitignore | 13 +++++ graphene.spec | 152 ++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 166 insertions(+) create mode 100644 graphene.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..df5c0eb 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,13 @@ +/graphene-1.5.2.tar.gz +/graphene-1.5.4.tar.gz +/graphene-1.6.0.tar.gz +/graphene-1.8.0.tar.gz +/graphene-1.8.2.tar.gz +/graphene-1.8.4.tar.gz +/graphene-1.8.6.tar.gz +/graphene-5a4531b.tar.gz +/graphene-1.9.2.tar.xz +/graphene-1.9.4.tar.xz +/graphene-1.9.6.tar.xz +/graphene-1.10.0.tar.xz +/graphene-1.10.2.tar.xz diff --git a/graphene.spec b/graphene.spec new file mode 100644 index 0000000..8808435 --- /dev/null +++ b/graphene.spec @@ -0,0 +1,152 @@ +Name: graphene +Version: 1.10.2 +Release: 5%{?dist} +Summary: Thin layer of types for graphic libraries + +License: MIT +URL: https://github.com/ebassi/graphene +Source: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz + +BuildRequires: gcc +BuildRequires: gobject-introspection-devel +BuildRequires: gtk-doc +BuildRequires: meson >= 0.50.1 +BuildRequires: pkgconfig(gobject-2.0) >= 2.30.0 + +%description +Graphene provides a small set of mathematical types needed to implement graphic +libraries that deal with 2D and 3D transformations and projections. + +%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}. + +%package tests +Summary: Tests for the %{name} package +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description tests +The %{name}-tests package contains tests that can be used to verify +the functionality of the installed %{name} package. + +%prep +%autosetup -p1 + +%build +%meson -Dgtk_doc=true +%meson_build + +%install +%meson_install + +%files +%license LICENSE.txt +%doc README.md +%{_libdir}/girepository-1.0/ +%{_libdir}/libgraphene-1.0.so.0* + +%files devel +%{_includedir}/graphene-1.0/ +%dir %{_libdir}/graphene-1.0 +%{_libdir}/graphene-1.0/include/ +%{_libdir}/libgraphene-1.0.so +%{_libdir}/pkgconfig/graphene-1.0.pc +%{_libdir}/pkgconfig/graphene-gobject-1.0.pc +%{_datadir}/gir-1.0/ +%{_datadir}/gtk-doc/ + +%files tests +%{_libexecdir}/installed-tests/ +%{_datadir}/installed-tests/ + +%changelog +* Mon Sep 24 2020 Jeff Law - 1.10.2-5 +- Re-enable LTO as upstream GCC target/96939 has been fixed + +* Mon Aug 10 2020 Jeff Law - 1.10.2-4 +- Disable LTO for now + +* Sat Aug 01 2020 Fedora Release Engineering - 1.10.2-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 1.10.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jun 22 2020 Kalev Lember - 1.10.2-1 +- Update to 1.10.2 +- Enable gtk-doc support + +* Wed Jan 29 2020 Fedora Release Engineering - 1.10.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sun Sep 08 2019 Kalev Lember - 1.10.0-1 +- Update to 1.10.0 + +* Tue Aug 13 10:06:51 CEST 2019 Igor Gnatenko - 1.9.6-1 +- Update to 1.9.6 + +* Thu Jul 25 2019 Fedora Release Engineering - 1.9.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed Jun 19 2019 Kalev Lember - 1.9.4-1 +- Update to 1.9.4 + +* Tue May 14 2019 Kalev Lember - 1.9.2-1 +- Update to 1.9.2 + +* Tue May 07 2019 Kalev Lember - 1.9.1-0.1.git5a4531b +- Update to 1.9.1 git snapshot + +* Tue Mar 05 2019 Kalev Lember - 1.8.6-1 +- Update to 1.8.6 + +* Sun Feb 17 2019 Igor Gnatenko - 1.8.4-1 +- Update to 1.8.4 + +* Fri Feb 01 2019 Fedora Release Engineering - 1.8.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 1.8.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 26 2018 Kalev Lember - 1.8.2-1 +- Update to 1.8.2 + +* Fri Feb 23 2018 Kalev Lember - 1.8.0-1 +- Update to 1.8.0 +- Drop ldconfig scriptlets + +* Wed Feb 07 2018 Fedora Release Engineering - 1.6.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Aug 02 2017 Fedora Release Engineering - 1.6.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 1.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Thu Mar 02 2017 Kalev Lember - 1.6.0-1 +- Update to 1.6.0 + +* Mon Feb 27 2017 Kalev Lember - 1.5.4-3 +- Build for ppc64 again now that gcc ICE is fixed + +* Fri Feb 10 2017 Fedora Release Engineering - 1.5.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Tue Jan 10 2017 Kalev Lember - 1.5.4-1 +- Update to 1.5.4 + +* Mon Jan 02 2017 Igor Gnatenko - 1.5.2-1 +- Update to 1.5.2 + +* Tue Nov 22 2016 Kalev Lember - 1.5.1-0.2.git8a7a4a3 +- Install installed tests to libexecdir (#1397317) + +* Tue Nov 22 2016 Kalev Lember - 1.5.1-0.1.git8a7a4a3 +- Initial Fedora packaging diff --git a/sources b/sources new file mode 100644 index 0000000..fb26dbf --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (graphene-1.10.2.tar.xz) = a8a8ef1e4ccffee2313a18b9b8dda06c7ede6d49fdde8578694500634e3c90278fd30af7d88938d5ecb08c519cc3e09d21fe69d0f21cb766e056ceedbb3eafb0