]> git.pld-linux.org Git - packages/gnome-tweaks.git/commitdiff
- updated to 3.18.1 auto/th/gnome-tweak-tool-3.18.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Nov 2015 16:22:35 +0000 (17:22 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Nov 2015 16:22:35 +0000 (17:22 +0100)
- don't hide python interpreter behind /usr/bin/env

gnome-tweak-tool.spec

index b0d664aa4d852aad0b1671e3996dfbdee118434f..e23ad18081da099616b0ee8aa1e5dc9c612b7812 100644 (file)
@@ -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
This page took 0.169299 seconds and 4 git commands to generate.