diff --git a/.gitignore b/.gitignore index 7dc2f02..bbe9109 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /gnome-tweak-tool-3.0.3.tar.bz2 +/gnome-tweak-tool-3.0.4.tar.bz2 diff --git a/gnome-tweak-tool-3.0.0-autogen.sh b/gnome-tweak-tool-3.0.0-autogen.sh deleted file mode 100755 index 9c2c321..0000000 --- a/gnome-tweak-tool-3.0.0-autogen.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -# Run this to generate all the initial makefiles, etc. - -srcdir=`dirname $0` -test -z "$srcdir" && srcdir=. - -PKG_NAME="gnome-tweak-tool" - -(test -f $srcdir/configure.ac \ - && test -f $srcdir/autogen.sh \ - && test -d $srcdir/gtweak) || { - echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" - echo " top-level $PKG_NAME directory" - exit 1 -} - -DIE=0 - -if ! which gnome-autogen.sh ; then - echo "You need to install the gnome-common module and make" - echo "sure the gnome-autogen.sh script is in your \$PATH." - exit 1 -fi - -USE_GNOME2_MACROS=1 . gnome-autogen.sh diff --git a/gnome-tweak-tool.spec b/gnome-tweak-tool.spec index c66647d..14a5a79 100644 --- a/gnome-tweak-tool.spec +++ b/gnome-tweak-tool.spec @@ -1,13 +1,11 @@ Name: gnome-tweak-tool -Version: 3.0.3 +Version: 3.0.4 Release: 1%{?dist} Summary: A tool to customize advanced GNOME 3 options License: GPLv3 URL: http://live.gnome.org/GnomeTweakTool Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-%{version}.tar.bz2 -# Source1: %{name}-3.0.0-autogen.sh -# Patch0: %{name}-3.0.0-fix-localization.patch BuildArch: noarch BuildRequires: GConf2 @@ -15,7 +13,6 @@ BuildRequires: intltool BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(pygobject-2.0) BuildRequires: desktop-file-utils -# BuildRequires: gnome-common Requires: gnome-shell %description @@ -24,25 +21,20 @@ of GNOME 3. Features: * Install and switch gnome-shell themes -* Switch GTK+ themes -* Switch icon themes -* Change - - The user-interface and title bar fonts - - Icons in menus and buttons - - Behavior on laptop lid close - - Shell font size - - File manager desktop icons - - Title bar click action - - Shell clock to show date - - Font hinting - - Font anti-aliasing - +* Switch gtk/icon/cursor themes +* Switch window manager themes +* Change: + * The user-interface and titlebar fonts + * Icons in menus and buttons + * Behavior on laptop lid close + * Shell font size + * File manager desktop icons + * Titlebar click action + * Shell clock to show date + * Font hinting and antialiasing %prep %setup -q -# patch0 -p1 -b .fix-localization -# cp -p %{SOURCE1} autogen.sh - %build # NOCONFIGURE=1 ./autogen.sh @@ -58,7 +50,6 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %files -f %{name}.lang -%defattr(-,root,root,-) # License not included in source %doc AUTHORS COPYING NEWS README %{_bindir}/%{name} @@ -68,6 +59,15 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %changelog +* Mon Jun 13 2011 Rahul Sundaram - 3.0.4-1 +- Update to 3.0.4 +- Dropped redundant commented out lines in spec +- Updated description +- Dropped defattr since it is set by default in recent RPM +- http://ftp.gnome.org/pub/GNOME/sources/gnome-tweak-tool/3.0/gnome-tweak-tool-3.0.4.news + * Enables support for system wide themes + * Supports management of shell extensions + * Wed May 4 2011 Michel Salim - 3.0.3-1 - Update to 3.0.3 diff --git a/sources b/sources index 3e46414..f294bf7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2dc63760a43a65d95deae3713e34246 gnome-tweak-tool-3.0.3.tar.bz2 +956d02d0c0613616b438017b07cbe3f0 gnome-tweak-tool-3.0.4.tar.bz2