[pidgin-libnotify] Fix typo in German translation (RHBZ #654111)

Erik van Pienbroek epienbro at fedoraproject.org
Mon Aug 27 20:31:39 UTC 2012


commit 77a247d3186b70a4d5550b1822f80ccc1158b4f7
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Mon Aug 27 22:31:19 2012 +0200

    Fix typo in German translation (RHBZ #654111)

 pidgin-libnotify-german-translation-typo.patch |   11 +++++++++++
 pidgin-libnotify.spec                          |   19 ++++++++++---------
 2 files changed, 21 insertions(+), 9 deletions(-)
---
diff --git a/pidgin-libnotify-german-translation-typo.patch b/pidgin-libnotify-german-translation-typo.patch
new file mode 100644
index 0000000..7e36ea4
--- /dev/null
+++ b/pidgin-libnotify-german-translation-typo.patch
@@ -0,0 +1,11 @@
+--- po/de.po	2008-12-14 18:20:36.000000000 +0100
++++ po/de.po	2010-11-26 12:35:30.000000000 +0100
+@@ -48,7 +48,7 @@ 
+ #: src/pidgin-libnotify.c:379
+ #, c-format
+ msgid "%s signed off"
+-msgstr "%s hat sich angemeldet"
++msgstr "%s hat sich abgemeldet"
+ 
+ #: src/pidgin-libnotify.c:406
+ #, c-format
diff --git a/pidgin-libnotify.spec b/pidgin-libnotify.spec
index 90782db..3c518ae 100644
--- a/pidgin-libnotify.spec
+++ b/pidgin-libnotify.spec
@@ -2,7 +2,7 @@
 
 Name:		pidgin-libnotify
 Version:	0.14
-Release:	9%{?dist}
+Release:	10%{?dist}
 Summary:	Libnotify Pidgin plugin 
 
 Group:		Applications/Internet
@@ -11,9 +11,11 @@ URL:		http://gaim-libnotify.sourceforge.net/
 
 Source0:	http://downloads.sourceforge.net/gaim-libnotify/%{name}-%{version}.tar.gz
 Patch0:		pidgin-libnotify-fix-show-button.patch
-Patch1:     pidgin-libnotify-0.14-libnotify-0.7.0.patch
+Patch1:		pidgin-libnotify-0.14-libnotify-0.7.0.patch
 
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# Fix typo in German translation
+# https://bugzilla.redhat.com/show_bug.cgi?id=654111
+Patch2:		pidgin-libnotify-german-translation-typo.patch
 
 BuildRequires:	gettext
 BuildRequires:	libnotify-devel >= 0.3.2
@@ -37,6 +39,7 @@ such as a buddy signing on or off.
 %setup -q -n "%{name}-%{version}"
 %patch0 -p1
 %patch1 -p1
+%patch2 -p0
 
 
 %build
@@ -45,23 +48,21 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 %find_lang %{name}
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS TODO
 %exclude %{_libdir}/purple-2/*.la
 %{_libdir}/purple-2/%{name}.so
 
 
 %changelog
+* Mon Aug 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.14-10
+- Fix typo in German translation (RHBZ #654111)
+- Cleanup of unneeded RPM tags
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list