2014-12-19 14:52:01 +00:00
|
|
|
%global shell_version 3.15.3
|
2014-11-20 14:42:15 +00:00
|
|
|
|
|
|
|
Name: gnome-shell-extension-background-logo
|
2014-12-19 14:52:01 +00:00
|
|
|
Version: 3.15.3
|
2014-11-20 14:42:15 +00:00
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Background logo extension for GNOME Shell
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
URL: https://git.fedorahosted.org/git/background-logo-extension.git
|
|
|
|
Source0: https://fedorahosted.org/releases/b/a/background-logo-extension/background-logo-extension-%{version}.tar.xz
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
|
|
|
|
Requires: gnome-shell >= %{shell_version}
|
|
|
|
|
|
|
|
%description
|
|
|
|
Overlay a tasteful logo on the background to enhance the user experience.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n background-logo-extension-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
%postun
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
|
fi
|
|
|
|
|
|
|
|
%posttrans
|
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.fedorahosted.background-logo-extension.gschema.xml
|
|
|
|
%{_datadir}/gnome-shell/extensions/
|
|
|
|
|
|
|
|
%changelog
|
2014-12-19 14:52:01 +00:00
|
|
|
* Fri Dec 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.3-1
|
|
|
|
- Update to 3.15.3
|
|
|
|
|
2014-11-27 20:51:37 +00:00
|
|
|
* Thu Nov 27 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.2-1
|
|
|
|
- Update to 3.15.2
|
|
|
|
|
2014-11-20 14:46:49 +00:00
|
|
|
* Thu Nov 20 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.1-1
|
|
|
|
- Update to 3.15.1
|
|
|
|
|
2014-11-20 14:42:15 +00:00
|
|
|
* Fri Nov 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
|
|
|
- Initial Fedora packaging
|