Hello community,

here is the log from the commit of package gnome-tweak-tool for openSUSE:Factory
checked in at Thu Apr 28 03:30:48 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ gnome-tweak-tool/gnome-tweak-tool.changes   2011-04-26 22:49:15.000000000 
+0200
@@ -0,0 +1,13 @@
+-------------------------------------------------------------------
+Tue Apr 26 22:48:28 CEST 2011 - vu...@opensuse.org
+
+- Clean packaging for inclusion in Factory.
+
+-------------------------------------------------------------------
+Mon Apr  4 18:21:59 UTC 2011 - lmedi...@opensuse.org
+
+- Initial import based on spec by Michel Salim
+  <sali...@fedoraproject.org>, for version 3.0.0.
+- Add gnome-tweak-tool-3.0.0-fix-localization.patch: from upstream,
+  fix localization issues.
+

calling whatdependson for head-i586


New:
----
  gnome-tweak-tool-3.0.0-fix-localization.patch
  gnome-tweak-tool-3.0.0.tar.bz2
  gnome-tweak-tool.changes
  gnome-tweak-tool.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-tweak-tool.spec ++++++
#
# spec file for package gnome-tweak-tool
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Luis Medinas, Lisbon, Portugal.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           gnome-tweak-tool
Version:        3.0.0
Release:        1
License:        GPLv3+
Summary:        A tool to customize advanced GNOME 3 options
Group:          System/GUI/GNOME
Url:            http://live.gnome.org/GnomeTweakTool
Source0:        %{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM gnome-tweak-tool-3.0.0-fix-localization.patch 
lmedi...@opensuse.org -- Enable application translations
Patch0:         gnome-tweak-tool-3.0.0-fix-localization.patch
BuildRequires:  fdupes
BuildRequires:  intltool
BuildRequires:  pkgconfig(gconf-2.0)
BuildRequires:  pkgconfig(gsettings-desktop-schemas)
BuildRequires:  pkgconfig(pygobject-2.0)
BuildRequires:  update-desktop-files
# We need a Requires on the typelib (bnc#590025#c1)
Requires:       gconf2
# We need a Requires on the typelib (bnc#590025#c1)
Requires:       libgtk-3-0
Requires:       gnome-shell
Recommends:     %{name}-lang
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
%py_requires

%description
GNOME Tweak Tool is an application for changing the advanced settings
of GNOME 3.

%lang_package
%prep
%setup -q
%patch0 -p1

%build
autoreconf -f  -i
intltoolize --force
%configure
make %{?_smp_mflags}

%install
%makeinstall
%suse_update_desktop_file %{name}
%fdupes %{buildroot}%{_datadir}/gnome-tweak-tool/
%fdupes %{buildroot}%{python_sitelib}
%find_lang %{name} %{?no_lang_C}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README
%{_bindir}/%{name}
%{python_sitelib}/gtweak/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/

%files lang -f %{name}.lang

%changelog
++++++ gnome-tweak-tool-3.0.0-fix-localization.patch ++++++
>From f11adc2e20d6ca8fc977877c845aa1ea6039dc9f Mon Sep 17 00:00:00 2001
From: John Stowers <john.stow...@gmail.com>
Date: Mon, 04 Apr 2011 11:34:02 +0000
Subject: Fix localization

---
diff --git a/configure.ac b/configure.ac
index 39fab53..70142ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,6 +19,9 @@ fi
 IT_PROG_INTLTOOL([0.40.0])
 AM_GNU_GETTEXT([external])
 AM_GNU_GETTEXT_VERSION([0.17])
+GETTEXT_PACKAGE=gnome-tweak-tool
+AC_SUBST(GETTEXT_PACKAGE)
+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [GETTEXT package name])
 
 AS_AC_EXPAND(DATADIR, "${datadir}")
 AS_AC_EXPAND(PKGDATADIR, "${datadir}/${PACKAGE}")
--
cgit v0.9

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to