Compare commits
No commits in common. "rawhide" and "f35" have entirely different histories.
4 changed files with 16 additions and 35 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1 @@
|
|||
/wineglass-1.2.1.tar.gz
|
||||
/wineglass-1.2.1.20191110git7b2558e.tar.gz
|
||||
|
|
|
|||
14
changelog
14
changelog
|
|
@ -1,14 +0,0 @@
|
|||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Mon Aug 23 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 1.2.1-1
|
||||
- Initial Package
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wineglass-1.2.1.20191110git7b2558e.tar.gz) = 79ead79bc274e041f7f5a019df7a39e643b58b3d7430644b40b2da3c4d8173ec64047a8a01acbcd54e603b729c753eff58892e1319d4d57c0767775bf5b50246
|
||||
SHA512 (wineglass-1.2.1.tar.gz) = 4a6920afb60a7b668222b7cd1e98527265768f7cd81762a0835af5f3178b2b369c424913ee9962626083b04028fc1f937ccb639741742f2e46698e2ffcac377c
|
||||
|
|
|
|||
|
|
@ -1,27 +1,22 @@
|
|||
%global uuid com.github.aggalex.%{name}
|
||||
|
||||
%global commit 7b2558ef93dc90d028056aabd12790acc164818b
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global date 20191110
|
||||
|
||||
Name: wineglass
|
||||
Version: 1.2.1
|
||||
Release: 6.%{date}git%{shortcommit}.%autorelease
|
||||
Release: 1%{?dist}
|
||||
Summary: GUI for Wine
|
||||
|
||||
# The entire source code is GPL-3.0-or-later except:
|
||||
# * GPL-2.0-or-later:
|
||||
# src/Actions.vala
|
||||
# src/css/Css.vala
|
||||
# src/widgets/Application.vala
|
||||
# src/widgets/AppsList.vala
|
||||
# src/widgets/Headerbar.vala
|
||||
# src/widgets/MainBox.vala
|
||||
# src/widgets/NamePopover.vala
|
||||
# src/widgets/SettingsButton.vala
|
||||
License: GPL-3.0-or-later
|
||||
# The entire source code is GPLv3+ except:
|
||||
# * GPLv2+: src/Actions.vala
|
||||
# src/css/Css.vala
|
||||
# src/widgets/Application.vala
|
||||
# src/widgets/AppsList.vala
|
||||
# src/widgets/Headerbar.vala
|
||||
# src/widgets/MainBox.vala
|
||||
# src/widgets/NamePopover.vala
|
||||
# src/widgets/SettingsButton.vala
|
||||
License: GPLv3+
|
||||
URL: https://github.com/aggalex/Wineglass
|
||||
Source0: %{url}/archive/%{commit}/%{name}-%{version}.%{date}git%{shortcommit}.tar.gz
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: intltool
|
||||
|
|
@ -56,7 +51,7 @@ This app is useful for running windows apps and games easily without hassle.
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup -n Wineglass-%{commit} -p1
|
||||
%autosetup -n Wineglass-%{version} -p1
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -88,4 +83,5 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|||
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
* Mon Aug 23 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 1.2.1-1
|
||||
- Initial Package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue