[jwm] Fix failed build (added gettext as BR)

Germán A. Racca skytux at fedoraproject.org
Wed Feb 12 17:52:31 UTC 2014


commit a9f4ad99ef6c0d37e558587fca6db54e12cf6620
Author: Germán A. Racca <skytux at fedoraproject.org>
Date:   Wed Feb 12 15:53:07 2014 -0200

    Fix failed build (added gettext as BR)

 jwm.spec |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/jwm.spec b/jwm.spec
index b024683..80ef7ed 100644
--- a/jwm.spec
+++ b/jwm.spec
@@ -11,9 +11,16 @@ Source1:        %{name}.desktop
 Patch0:         %{name}-nostrip.patch
 Patch1:         %{name}-timestamps.patch
 
-BuildRequires:  libXext-devel libXmu-devel libXinerama-devel
-BuildRequires:  libXpm-devel libjpeg-turbo-devel libpng-devel
-BuildRequires:  libXft-devel fribidi-devel freetype-devel
+BuildRequires:  libXext-devel
+BuildRequires:  libXmu-devel
+BuildRequires:  libXinerama-devel
+BuildRequires:  libXpm-devel
+BuildRequires:  libjpeg-turbo-devel
+BuildRequires:  libpng-devel
+BuildRequires:  libXft-devel
+BuildRequires:  fribidi-devel
+BuildRequires:  freetype-devel
+BuildRequires:  gettext
 Requires:       xterm
 
 %description
@@ -61,13 +68,14 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/xsessions/
 %{_mandir}/man1/%{name}.*
 
 %changelog
-* Mon Feb 10 2014 Germán A. Racca <skytux at fedoraproject.org> - 2.2.0-1
+* Wed Feb 12 2014 Germán A. Racca <skytux at fedoraproject.org> - 2.2.0-1
 - Updated to new upstream version 2.2.0
 - Cleaned spec file
 - Changed tarball format (from bz2 to xz)
 - Recreated patches jwm-nostrip and jwm-timestamps
 - Dropped patch jwm-destdir
 - Added translations
+- Added gettext as BR
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
@@ -116,5 +124,5 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/xsessions/
 - Rebuild for Fedora 13
 - Updated to snapshot 20100616
 
-* Tue May 19 2010 German A. Racca <gracca at gmail.com> 2.0.1-1.20100503svn
+* Wed May 19 2010 German A. Racca <gracca at gmail.com> 2.0.1-1.20100503svn
 - Initial release of RPM package


More information about the scm-commits mailing list