[packages/gnome-tweak-tool] - updated to 3.18.1 - don't hide python interpreter behind /usr/bin/env
qboosh
qboosh at pld-linux.org
Tue Nov 17 17:22:06 CET 2015
commit 25664c859c386ddec542c251d02e95cfb15264da
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Nov 17 17:22:35 2015 +0100
- updated to 3.18.1
- don't hide python interpreter behind /usr/bin/env
gnome-tweak-tool.spec | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/gnome-tweak-tool.spec b/gnome-tweak-tool.spec
index b0d664a..e23ad18 100644
--- a/gnome-tweak-tool.spec
+++ b/gnome-tweak-tool.spec
@@ -1,27 +1,27 @@
Summary: A tool to customize advanced GNOME 3 options
Summary(pl.UTF-8): Narzędzie do dostosowywania zaawansowanych opcji GNOME 3
Name: gnome-tweak-tool
-Version: 3.16.2
+Version: 3.18.1
Release: 1
-License: GPL v3
+License: GPL v3+
Group: X11/Applications
-Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.16/%{name}-%{version}.tar.xz
-# Source0-md5: 8e56a73ddefe2ae6294b7f096c74fad0
+Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.18/%{name}-%{version}.tar.xz
+# Source0-md5: 02ba598d92e37fb20eac60cc185f873c
Patch0: pyc.patch
Patch1: %{name}-import-gobject.patch
URL: http://live.gnome.org/GnomeTweakTool
-BuildRequires: GConf2-devel
BuildRequires: gettext-tools >= 0.17
BuildRequires: gsettings-desktop-schemas-devel >= 3.4.0
+BuildRequires: gtk+3-devel >= 3.12.0
BuildRequires: intltool >= 0.40.0
BuildRequires: pkgconfig
BuildRequires: python >= 1:2.6
BuildRequires: python-pygobject3-devel >= 3.2.1
BuildRequires: rpmbuild(macros) >= 1.311
+BuildRequires: sed >= 4.0
BuildRequires: tar >= 1:1.22
BuildRequires: xz
Requires(post,postun): gtk-update-icon-cache
-Requires: GConf2-libs
Requires: gnome-desktop >= 3.8.0
Requires: gnome-shell >= 3.8.0
Requires: gobject-introspection
@@ -43,6 +43,8 @@ Narzędzie do dostosowywania zaawansowanych opcji GNOME 3.
%patch0 -p1
%patch1 -p1
+%{__sed} -i -e '1s,/usr/bin/env python,/usr/bin/python,' gnome-tweak-tool
+
%build
%configure
%{__make}
@@ -68,7 +70,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(644,root,root,755)
-%doc NEWS README
+%doc AUTHORS NEWS README
%attr(755,root,root) %{_bindir}/gnome-tweak-tool
%attr(755,root,root) %{_libexecdir}/gnome-tweak-tool-lid-inhibitor
%dir %{py_sitescriptdir}/gtweak
@@ -78,5 +80,5 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gnome-tweak-tool
%{_datadir}/appdata/gnome-tweak-tool.appdata.xml
%{_desktopdir}/gnome-tweak-tool.desktop
-%{_iconsdir}/hicolor/*/*/*.png
-%{_iconsdir}/hicolor/*/*/*.svg
+%{_iconsdir}/hicolor/*x*/apps/gnome-tweak-tool.png
+%{_iconsdir}/hicolor/scalable/apps/gnome-tweak-tool-symbolic.svg
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnome-tweak-tool.git/commitdiff/25664c859c386ddec542c251d02e95cfb15264da
More information about the pld-cvs-commit
mailing list