104 lines
3.0 KiB
RPMSpec
104 lines
3.0 KiB
RPMSpec
%global shell_version 3.19.2
|
|
|
|
Name: gnome-shell-extension-background-logo
|
|
Version: 3.19.2
|
|
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/background-logo@fedorahosted.org/
|
|
|
|
%changelog
|
|
* Wed Nov 25 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.2-1
|
|
- Update to 3.19.2
|
|
|
|
* Thu Oct 29 2015 Florian Müllner <fmuellner@redhat.com> - 3.19.1-1
|
|
- Update to 3.19.1
|
|
|
|
* Mon Sep 21 2015 Florian Müllner <fmuellner@redhat.com> - 3.18.0-1
|
|
- Update to 3.18.0
|
|
|
|
* Wed Sep 16 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.92-1
|
|
- Update to 3.17.92
|
|
|
|
* Thu Sep 03 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.91-1
|
|
- Update to 3.17.91
|
|
|
|
* Thu Aug 20 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.90-1
|
|
- Update to 3.17.90
|
|
|
|
* Wed Aug 19 2015 Kalev Lember <klember@redhat.com> - 3.17.3-2
|
|
- Don't own /usr/share/gnome-shell/extensions directory: now part of
|
|
gnome-shell package
|
|
|
|
* Thu Jul 02 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.3-1
|
|
- Update to 3.17.3
|
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Wed May 27 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.2-1
|
|
- Update to 3.17.2
|
|
|
|
* Thu Apr 30 2015 Florian Müllner <fmuellner@redhat.com> - 3.17.1-1
|
|
- Update to 3.17.1
|
|
|
|
* Thu Apr 16 2015 Florian Müllner <fmuellner@redhat.com> - 3.16.1-1
|
|
- Update to 3.16.1
|
|
|
|
* Mon Mar 23 2015 Florian Müllner <fmuellner@redhat.com> - 3.16.0-1
|
|
- Update to 3.16.0
|
|
|
|
* Tue Mar 17 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.92-1
|
|
- Update to 3.15.92
|
|
|
|
* Thu Mar 05 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.91-1
|
|
- Update to 3.15.91
|
|
|
|
* Fri Feb 20 2015 Florian Müllner <fmuellner@redhat.com> - 3.15.90-1
|
|
- Update to 3.15.90
|
|
|
|
* Fri Dec 19 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.3-1
|
|
- Update to 3.15.3
|
|
|
|
* Thu Nov 27 2014 Florian Müllner <fmuellner@redhat.com> - 3.15.2-1
|
|
- Update to 3.15.2
|
|
|
|
* Thu Nov 20 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.1-1
|
|
- Update to 3.15.1
|
|
|
|
* Fri Nov 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
|
- Initial Fedora packaging
|