Compare commits
No commits in common. "c9-beta" and "c10s" have entirely different histories.
6
.gitignore
vendored
6
.gitignore
vendored
@ -1 +1,5 @@
|
||||
SOURCES/libdecor-0.1.1.tar.xz
|
||||
/libdecor-0.1.0.tar.xz
|
||||
/libdecor-0.1.1.tar.xz
|
||||
/libdecor-0.2.0.tar.xz
|
||||
/libdecor-0.2.1.tar.xz
|
||||
/libdecor-0.2.2.tar.xz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
f9f122e11021c79ac39dcec91fa1bca7fd118156 SOURCES/libdecor-0.1.1.tar.xz
|
||||
@ -1,72 +0,0 @@
|
||||
Name: libdecor
|
||||
Version: 0.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Wayland client side decoration library
|
||||
|
||||
License: MIT
|
||||
URL: https://gitlab.gnome.org/jadahl/libdecor
|
||||
Source: %{url}/uploads/ee5ef0f2c3a4743e8501a855d61cb397/libdecor-0.1.1.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(wayland-protocols)
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(pangocairo)
|
||||
BuildRequires: pkgconfig(wayland-cursor)
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
|
||||
%description
|
||||
Libdecor provides a small helper library for providing client side decoration
|
||||
to Wayland clients.
|
||||
|
||||
%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 -Ddemo=false
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_libdir}/libdecor-0.so.0*
|
||||
%dir %{_libdir}/libdecor/
|
||||
%dir %{_libdir}/libdecor/plugins-1
|
||||
%{_libdir}/libdecor/plugins-1/libdecor-cairo.so
|
||||
|
||||
%files devel
|
||||
%{_includedir}/libdecor-0/
|
||||
%{_libdir}/libdecor-0.so
|
||||
%{_libdir}/pkgconfig/libdecor-0.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Nov 06 2022 Neal Gompa <ngompa@centosproject.org> - 0.1.1-1
|
||||
- Update to 0.1.1
|
||||
Resolves: rhbz#2140414
|
||||
|
||||
* Tue Dec 07 2021 Wim Taymans <wtaymans@redhat.com> - 0.1.0-3
|
||||
- Version bump for rebuild
|
||||
|
||||
* Tue Dec 07 2021 Wim Taymans <wtaymans@redhat.com> - 0.1.0-2
|
||||
- Version bump for resync
|
||||
|
||||
* Fri Jul 23 2021 Jonas Ådahl <jadahl@redhat.com> - 0.1.0-1
|
||||
- Initial Fedora packaging
|
||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -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}
|
||||
105
libdecor.spec
Normal file
105
libdecor.spec
Normal file
@ -0,0 +1,105 @@
|
||||
Name: libdecor
|
||||
Version: 0.2.2
|
||||
Release: 5%{?dist}
|
||||
Summary: Wayland client side decoration library
|
||||
|
||||
License: MIT
|
||||
URL: https://gitlab.freedesktop.org/libdecor/libdecor
|
||||
Source: %{url}/-/releases/%{version}/downloads/libdecor-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: meson
|
||||
BuildRequires: gtk3
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(wayland-protocols)
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(pangocairo)
|
||||
BuildRequires: pkgconfig(wayland-cursor)
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
|
||||
%description
|
||||
Libdecor provides a small helper library for providing client side decoration
|
||||
to Wayland clients.
|
||||
|
||||
%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 -Ddemo=false
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_libdir}/libdecor-0.so.0*
|
||||
%dir %{_libdir}/libdecor/
|
||||
%dir %{_libdir}/libdecor/plugins-1
|
||||
%{_libdir}/libdecor/plugins-1/libdecor-cairo.so
|
||||
%{_libdir}/libdecor/plugins-1/libdecor-gtk.so
|
||||
|
||||
%files devel
|
||||
%{_includedir}/libdecor-0/
|
||||
%{_libdir}/libdecor-0.so
|
||||
%{_libdir}/pkgconfig/libdecor-0.pc
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.2.2-5
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.2.2-4
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Jan 15 2024 Jonas Ådahl <jadahl@redhat.com> - 0.2.2-1
|
||||
- Bump version to 0.2.2
|
||||
|
||||
* Wed Dec 06 2023 Jonas Ådahl <jadahl@redhat.com> - 0.2.1-2
|
||||
- Fix crash when hiding/showing
|
||||
|
||||
* Fri Dec 01 2023 Jonas Ådahl <jadahl@redhat.com> - 0.2.1-1
|
||||
- Bump version to 0.2.1
|
||||
|
||||
* Mon Sep 25 2023 Jonas Ådahl <jadahl@redhat.com> - 0.2.0-1
|
||||
- Bump version to 0.2.0
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Mon Oct 31 2022 Jonas Ådahl <jadahl@redhat.com> - 0.1.1-1
|
||||
- Bump version to 0.1.1
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Jonas Ådahl <jadahl@redhat.com> - 0.1.0-1
|
||||
- Initial Fedora packaging
|
||||
Loading…
Reference in New Issue
Block a user