Mystro256 7c09829
%global commit bc2f76c4be6f45621fbbea3ca8c666e3182f6377
Mystro256 7c09829
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Mystro256 7c09829
%global gitdate 20190520
Mystro256 7c09829
%global fgittag %{gitdate}.git%{shortcommit}
Mystro256 7c09829
Mystro256 7c09829
Summary: GNOME Monitor Configuration Tool
Mystro256 7c09829
Name: gnome-monitor-config
Mystro256 7c09829
Version: 0
378f65f
Release: 0.4%{?fgittag:.%{fgittag}}%{?dist}
Mystro256 7c09829
#Note that the license isn't included in source yet, see this pull request:
Mystro256 7c09829
#https://github.com/jadahl/gnome-monitor-config/pull/1
Mystro256 7c09829
License: GPLv2+
Mystro256 7c09829
URL: https://github.com/jadahl/gnome-monitor-config
Mystro256 7c09829
Source0:  https://github.com/jadahl/%{name}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
Mystro256 7c09829
Mystro256 7c09829
BuildRequires: meson
Mystro256 7c09829
BuildRequires: ninja-build
Mystro256 7c09829
BuildRequires: gcc
Mystro256 7c09829
BuildRequires: cairo-devel
Mystro256 7c09829
Mystro256 7c09829
%description
Mystro256 7c09829
A CLI configuration tool used for changing monitor settings in GNOME.
Mystro256 7c09829
This can be used in Wayland, with functionality similar to xrandr on X11.
Mystro256 7c09829
Mystro256 7c09829
%prep
Mystro256 7c09829
%autosetup -n %{name}-%{commit}
Mystro256 7c09829
Mystro256 7c09829
%build
Mystro256 7c09829
%meson
Mystro256 7c09829
%meson_build
Mystro256 7c09829
Mystro256 7c09829
%install
Mystro256 7c09829
install -m 755 */src/%{name} -D %{buildroot}%{_bindir}/%{name}
Mystro256 7c09829
Mystro256 7c09829
%files
Mystro256 7c09829
%{_bindir}/%{name}
Mystro256 7c09829
Mystro256 7c09829
%changelog
378f65f
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4.20190520.gitbc2f76c
378f65f
- Second attempt - Rebuilt for
378f65f
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
378f65f
7ee66b1
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3.20190520.gitbc2f76c
7ee66b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
7ee66b1
3512494
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2.20190520.gitbc2f76c
3512494
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
3512494
Mystro256 7c09829
* Fri May 31 2019 Jeremy Newton <alexjnewt AT hotmail DOT com> 0-0.1.20190520.gitbc2f76c
Mystro256 7c09829
- Intial Package