49 lines
1.1 KiB
RPMSpec
49 lines
1.1 KiB
RPMSpec
%global extdir %{_datadir}/gnome-shell/extensions
|
|
%global sourcedir ~/rpmbuild/SOURCES
|
|
|
|
|
|
Name: gnome-shell-extension-bing-wallpaper-oreon
|
|
Version: 32
|
|
Release: 3%{?dist}
|
|
#Release: 5.%%{commit_date}git%%{commit_short}%%{?dist}
|
|
Summary: Gnome Shell
|
|
|
|
License: GPLv2+
|
|
URL: https://github.com/
|
|
Source0: BingWallpaperineffable-gmail.com.v32.shell-extension.zip
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: gettext
|
|
#BuildRequires: make
|
|
BuildRequires: sassc
|
|
BuildRequires: %{_bindir}/glib-compile-schemas
|
|
|
|
Requires: gnome-shell-extension-common
|
|
Requires: dconf-editor
|
|
Requires: dconf
|
|
#Requires: libdbusmenu-gtk3
|
|
|
|
%description
|
|
Wallpaper extension.
|
|
|
|
|
|
%prep
|
|
%autosetup -n BingWallpaperineffable-gmail.com.v32.shell-extension -p 1
|
|
|
|
|
|
#%build
|
|
#%make_build
|
|
|
|
|
|
%install
|
|
mkdir -p %{buildroot}%{extdir}
|
|
cp -r %{_builddir}/BingWallpaperineffable-gmail.com.v32.shell-extension/. %{buildroot}%{extdir}/BingWallpaper@ineffable-gmail.com
|
|
|
|
#BingWallpaper@ineffable-gmail.com#
|
|
|
|
%files
|
|
%{extdir}
|
|
%{extdir}/BingWallpaper@ineffable-gmail.com
|
|
|
|
%changelog
|