[setroubleshoot] Update Lanquages

Daniel J Walsh dwalsh at fedoraproject.org
Tue Dec 3 14:56:22 UTC 2013


commit 417635d0102052e0e9d8844dfc45d4645070de21
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Tue Dec 3 09:55:48 2013 -0500

    Update Lanquages
    
    - Use setup.py in Makefile for setroubleshoot dir

 setroubleshoot.spec |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/setroubleshoot.spec b/setroubleshoot.spec
index aed2ef1..0bcf35e 100644
--- a/setroubleshoot.spec
+++ b/setroubleshoot.spec
@@ -1,14 +1,13 @@
 Summary: Helps troubleshoot SELinux problems
 Name: setroubleshoot
-Version: 3.2.14
-Release: 2%{?dist}
+Version: 3.2.15
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/setroubleshoot
 # git clone git://git.fedorahosted.org/git/setroubleshoot.git; cd setroubleshoot
 # git archive --prefix setroubleshoot-3.0.10/426cf8ea7a38e8c5179981219d831368161b65f2 > setroubleshoot-3.0.10.tar.gz
 Source0: %{name}-%{version}.tar.gz
-patch: setroubleshoot-po.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: perl-XML-Parser
 BuildRequires: libcap-ng-devel
@@ -28,9 +27,7 @@ Requires: notify-python
 BuildRequires: xdg-utils
 Requires: xdg-utils
 
-%global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
-
-%global pkgpythondir  %{python_sitelib}/%{name}
+%global pkgpythondir  %{python_sitearch}/%{name}
 %define pkgguidir     %{_datadir}/%{name}/gui
 %define pkgdatadir    %{_datadir}/%{name}
 %define pkglibexecdir %{_prefix}/libexec/%{name}
@@ -76,7 +73,6 @@ fi
 
 %prep
 %setup -q
-%patch -p1 -b .badpo
 
 %build
 %configure
@@ -138,7 +134,7 @@ rm -rf %{buildroot}
 %{_bindir}/sealert
 %{_sbindir}/sedispatch
 %{_sbindir}/setroubleshootd
-%{python_sitelib}/setroubleshoot*.egg-info
+%{python_sitearch}/setroubleshoot*.egg-info
 %dir %attr(0755,root,root) %{pkgconfigdir}
 %dir %attr(0755,root,root) %{pkgpythondir}
 %{pkgpythondir}/Plugin.py*
@@ -178,6 +174,10 @@ rm -rf %{buildroot}
 %{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
 
 %changelog
+* Tue Dec 3 2013 Dan Walsh <dwalsh at redhat.com> - 3.2.15-1
+- Update Lanquages
+- Use setup.py in Makefile for setroubleshoot dir
+
 * Wed Nov 20 2013 Dan Walsh <dwalsh at redhat.com> - 3.2.14-2
 - Add requires for libreport-python
 


More information about the scm-commits mailing list