[system-config-language/f17] Fixed 879472

anish anishpatil at fedoraproject.org
Fri Nov 23 09:39:53 UTC 2012


commit a826ecec4857ac7f7e031d4d84ca3c7688e505a5
Author: Anish Patil <apatil at redhat.com>
Date:   Fri Nov 23 15:08:36 2012 +0530

    Fixed 879472

 bug-879472.patch            |   13 +++++++++++++
 system-config-language.spec |   15 ++++++++-------
 2 files changed, 21 insertions(+), 7 deletions(-)
---
diff --git a/bug-879472.patch b/bug-879472.patch
new file mode 100644
index 0000000..f06b885
--- /dev/null
+++ b/bug-879472.patch
@@ -0,0 +1,13 @@
+diff -rup system-config-language-1.3.5-old/Makefile system-config-language-1.3.5/Makefile
+--- system-config-language-1.3.5-old/Makefile	2012-11-23 12:36:26.967196936 +0530
++++ system-config-language-1.3.5/Makefile	2012-11-23 14:52:05.241382634 +0530
+@@ -31,7 +31,7 @@ install: ${PKGNAME}.desktop
+ #	mkdir -p $(INSTROOT)/usr/share/firstboot/modules
+ 	mkdir -p $(INSTROOT)/usr/share/icons/hicolor/48x48/apps
+ 
+-	install src/*.py $(INSTROOT)$(PKGDATADIR)
++	install -m  0644 src/*.py $(INSTROOT)$(PKGDATADIR)
+ 	install src/locale-list $(INSTROOT)$(PKGDATADIR)
+ 	install src/${PKGNAME} $(INSTROOT)$(PKGDATADIR)/${PKGNAME}
+ 	install ${PKGNAME}.desktop $(INSTROOT)/usr/share/applications/${PKGNAME}.desktop
+Only in system-config-language-1.3.5: Makefile~
diff --git a/system-config-language.spec b/system-config-language.spec
index b7392c5..556dedb 100644
--- a/system-config-language.spec
+++ b/system-config-language.spec
@@ -1,7 +1,7 @@
 Summary: A graphical interface for modifying the system language
 Name: system-config-language
 Version: 1.3.5
-Release: 14%{?dist}
+Release: 16%{?dist}
 URL: https://fedorahosted.org/system-config-language/
 Source0: https://fedorahosted.org/releases/s/y/system-config-language/%{name}-%{version}.tar.bz2
 Patch0: s-c-l-624008.patch
@@ -13,14 +13,15 @@ Patch5: s-c-l-803851.patch
 Patch6: s-c-l-817083.patch
 Patch7: bug-858168-858059.patch
 Patch8: bug-871119.patch
-License: GPLv2
+Patch9: bug-879472.patch
+License: GPLv2+
 Group: System Environment/Base
 BuildArch: noarch
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: intltool
 Requires: pygtk2
-Requires: python2
+Requires: python2-devel
 Requires: usermode
 Requires: usermode-gtk
 Requires: yum
@@ -41,6 +42,7 @@ allows the user to change the default language of the system.
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %build
 make %{?_smp_mflags}
@@ -49,10 +51,6 @@ make %{?_smp_mflags}
 make INSTROOT=$RPM_BUILD_ROOT install
 install $RPM_BUILD_DIR/system-config-language-%{version}/yumhelpers.glade $RPM_BUILD_ROOT%{_datadir}/system-config-language
 
-chmod 0644 $RPM_BUILD_ROOT%{_datadir}/system-config-language/*.py* 
-chmod 0755 $RPM_BUILD_ROOT%{_datadir}/system-config-language/language_gui.py
-chmod 0755 $RPM_BUILD_ROOT%{_datadir}/system-config-language/language_backend.py
-chmod 0755 $RPM_BUILD_ROOT%{_datadir}/system-config-language/system-config-language.py
 chmod 0644 $RPM_BUILD_ROOT%{_datadir}/system-config-language/yumhelpers.glade
 chmod 0644 $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/system-config-language
 chmod 0644 $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/system-config-language
@@ -95,6 +93,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-language
 
 %changelog
+* Fri Nov 23 2012 Anish Patil <apatil at redhat.com> - 1.3.5-16
+- Fixed bug 879472
+
 * Fri Nov 2 2012 Anish Patil <apatil at redhat.com> - 1.3.5-14
 - Fixed bugs 860453,871119
 


More information about the scm-commits mailing list