Compare commits
No commits in common. "rawhide" and "f43" have entirely different histories.
5 changed files with 98 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/warble-*.tar.gz
|
||||
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# warble
|
||||
|
||||
The warble package
|
||||
|
|
@ -1 +0,0 @@
|
|||
Retired: Fails to install: https://forge.fedoraproject.org/releng/tickets/issues/13473
|
||||
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
SHA512 (warble-2.0.1.tar.gz) = 5d4a8ea2519b3e68e887830b93978a0cb91023dc45cb84a717ae28914304197d74a9de4d75cc7d1b7f58a0304bcd57c9f8118556afa91dbe2f84e9e82edd0c5d
|
||||
93
warble.spec
Normal file
93
warble.spec
Normal file
|
|
@ -0,0 +1,93 @@
|
|||
%global appname com.github.avojak.warble
|
||||
|
||||
Name: warble
|
||||
Version: 2.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: The word-guessing game
|
||||
|
||||
# Automatically converted from old format: GPLv3+ - review is highly recommended.
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/avojak/warble
|
||||
Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: cmake
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(gee-0.8)
|
||||
BuildRequires: pkgconfig(granite-7)
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: vala
|
||||
BuildRequires: /usr/bin/appstream-util
|
||||
BuildRequires: /usr/bin/desktop-file-validate
|
||||
|
||||
%description
|
||||
Native Linux word-guessing game built in Vala and Gtk.
|
||||
Warble is inspired by the recently popular online game Wordle.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%check
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{appname}.appdata.xml
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/%{appname}.desktop
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc CONTRIBUTING.md README.md
|
||||
%{_bindir}/%{appname}
|
||||
%{_datadir}/%{appname}
|
||||
%{_datadir}/applications/%{appname}.desktop
|
||||
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/*/*.svg
|
||||
%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||
|
||||
%changelog
|
||||
* Sun Jul 27 2025 Yaakov Selkowitz <yselkowi@redhat.com> - 2.0.1-1
|
||||
- Update to 2.0.1
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2024 Miroslav Suchý <msuchy@redhat.com> - 1.5.0-6
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Tue Jul 26 2022 Ali Erdinc Koroglu <aekoroglu@fedoraproject.org> - 1.5.0-1
|
||||
- Update to 1.5.0 (RHBZ #2107457)
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Tue Jun 14 2022 Ali Erdinc Koroglu <aekoroglu@fedoraproject.org> - 1.4.0-1
|
||||
- Update to 1.4.0 and Hi-DPI directories fix
|
||||
|
||||
* Fri Apr 1 2022 Ali Erdinc Koroglu <aekoroglu@fedoraproject.org> - 1.3.1-1
|
||||
- new upstream release 1.3.1
|
||||
|
||||
* Tue Feb 15 2022 Ali Erdinc Koroglu <ali.erdinc.koroglu@intel.com> - 1.2.0-2
|
||||
- Hi-DPI directories removed (rhbz#1537318)
|
||||
|
||||
* Thu Feb 10 2022 Ali Erdinc Koroglu <ali.erdinc.koroglu@intel.com> - 1.2.0-1
|
||||
- Initial build.
|
||||
Loading…
Add table
Add a link
Reference in a new issue