First import
This commit is contained in:
parent
a8a13d82ba
commit
a759257ff9
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/gnome-tweaks-3.27.92.tar.xz
|
86
gnome-tweaks.spec
Normal file
86
gnome-tweaks.spec
Normal file
@ -0,0 +1,86 @@
|
||||
%global majorversion %(cut -d "." -f 1-2 <<<%{version})
|
||||
|
||||
Name: gnome-tweaks
|
||||
Version: 3.27.92
|
||||
Release: 1%{?dist}
|
||||
Summary: Customize advanced GNOME 3 options
|
||||
|
||||
# Software is GPLv3, Appdata file is CC0-1.0
|
||||
License: GPLv3 and CC0
|
||||
URL: https://wiki.gnome.org/action/show/Apps/Tweaks
|
||||
Source0: https://download.gnome.org/sources/%{name}/%{majorversion}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: meson
|
||||
BuildRequires: python3-devel
|
||||
Requires: gnome-desktop3
|
||||
Requires: gnome-settings-daemon
|
||||
Requires: gnome-shell >= 3.24
|
||||
Requires: gnome-shell-extension-user-theme
|
||||
Requires: gobject-introspection
|
||||
Requires: gsettings-desktop-schemas >= 3.27.90
|
||||
Requires: gtk3 >= 3.12
|
||||
Requires: libnotify
|
||||
Requires: libsoup
|
||||
Requires: mutter
|
||||
Requires: pango
|
||||
Requires: python3dist(pygobject)
|
||||
Provides: gnome-tweak-tool = %{version}.%{release}
|
||||
Obsoletes: gnome-tweak-tool < 3.27.3-4
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
GNOME Tweaks allows adjusting advanced configuration settings in GNOME 3. This
|
||||
includes things like the fonts used in user interface elements, alternative user
|
||||
interface themes, changes in window management behavior, GNOME Shell appearance
|
||||
and extension, etc.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
# Update the screenshot shown in the software center
|
||||
#
|
||||
# NOTE: It would be *awesome* if this file was pushed upstream.
|
||||
#
|
||||
# See http://people.freedesktop.org/~hughsient/appdata/#screenshots for more details.
|
||||
#
|
||||
appstream-util replace-screenshots $RPM_BUILD_ROOT%{_datadir}/metainfo/org.gnome.tweaks.appdata.xml \
|
||||
https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/gnome-tweak-tool/a.png \
|
||||
https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/gnome-tweak-tool/b.png
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
|
||||
%check
|
||||
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
|
||||
appstream-util validate-relax --nonet $RPM_BUILD_ROOT/%{_datadir}/metainfo/*.appdata.xml
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc AUTHORS NEWS README.md
|
||||
%license LICENSES/
|
||||
%{_bindir}/%{name}
|
||||
%{_libexecdir}/gnome-tweak-tool-lid-inhibitor
|
||||
%{python3_sitelib}/gtweak/
|
||||
%{_datadir}/metainfo/*.appdata.xml
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 09 2018 Mohamed El Morabity <melmorabity@fedoraproject.org> - 3.27.92-1
|
||||
- Initial RPM release, based on gnome-tweak-tool.spec
|
Loading…
Reference in New Issue
Block a user