[setroubleshoot/f18] Update Translations

Daniel J Walsh dwalsh at fedoraproject.org
Tue Oct 9 16:09:56 UTC 2012


commit c9b1debc424749df20ee10fd28d6fb0afdd97d4c
Author: rhatdan <dwalsh at redhat.com>
Date:   Tue Oct 9 12:09:27 2012 -0400

    Update Translations

 setroubleshoot.spec |   20 +++++---------------
 1 files changed, 5 insertions(+), 15 deletions(-)
---
diff --git a/setroubleshoot.spec b/setroubleshoot.spec
index dc73f86..0df71d2 100644
--- a/setroubleshoot.spec
+++ b/setroubleshoot.spec
@@ -1,7 +1,7 @@
 Summary: Helps troubleshoot SELinux problems
 Name: setroubleshoot
 Version: 3.1.17
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/setroubleshoot
@@ -34,7 +34,6 @@ 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}
-%define pkgdocdir     %{_datadir}/doc/%{name}-%{version}
 %define pkgguidir     %{_datadir}/%{name}/gui
 %define pkgdatadir    %{_datadir}/%{name}
 %define pkglibexecdir %{_prefix}/libexec/%{name}
@@ -89,6 +88,7 @@ make DESTDIR=%{buildroot} install
 desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{buildroot}/%{_datadir}/applications/%{name}.desktop
 touch %{buildroot}%{pkgdatabase}
 touch %{buildroot}%{pkgvardatadir}/email_alert_recipients
+rm -rf %{buildroot}/usr/share/doc/
 %find_lang %{name}
 
 %package server
@@ -136,7 +136,6 @@ rm -rf %{buildroot}
 
 %files server -f %{name}.lang 
 %defattr(-,root,root,-)
-%doc %{pkgdocdir}
 %{_bindir}/sealert
 %{_sbindir}/sedispatch
 %{_sbindir}/setroubleshootd
@@ -183,19 +182,10 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.SetroubleshootFixit.conf
 %{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
 
-%package doc
-Summary: Setroubleshoot documentation
-Group: System Environment/Base
-Requires(pre): setroubleshoot-server = %{version}-%{release}
-
-%description doc
-Setroubleshoot documentation package
-
-%files doc
-%defattr(-,root,root,-)
-%{pkgdocdir}/setroubleshoot*
-
 %changelog
+* Tue Oct 9 2012 Dan Walsh <dwalsh at redhat.com> - 3.1.17-2
+- Update Translations
+
 * Thu Sep 20 2012 Dan Walsh <dwalsh at redhat.com> - 3.1.17-1
 - Update Translations
 


More information about the scm-commits mailing list