[gnome-tweak-tool] Update to 3.0.4 Dropped redundant commented out lines in spec Updated description Dropped defattr si

Rahul Sundaram sundaram at fedoraproject.org
Mon Jun 13 11:48:24 UTC 2011


commit 576cefd231975f83159a21c72c5d392786548e52
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Mon Jun 13 17:13:43 2011 +0530

    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

 .gitignore                        |    1 +
 gnome-tweak-tool-3.0.0-autogen.sh |   25 ----------------------
 gnome-tweak-tool.spec             |   42 ++++++++++++++++++------------------
 sources                           |    2 +-
 4 files changed, 23 insertions(+), 47 deletions(-)
---
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.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 <sundaram at fedoraproject.org> - 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 <salimma at fedoraproject.org> - 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


More information about the scm-commits mailing list