[httping] Added missing stuff for lang

Fabian Affolter fab at fedoraproject.org
Wed Jun 26 13:18:58 UTC 2013


commit b0f6fe5b49df65c2d447eb639956cf596e3ea221
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Wed Jun 26 15:18:22 2013 +0200

    Added missing stuff for lang

 httping.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/httping.spec b/httping.spec
index 80e44b6..c4f658e 100644
--- a/httping.spec
+++ b/httping.spec
@@ -12,7 +12,7 @@ Buildrequires:  fftw-devel
 BuildRequires:  gettext
 
 %description
-Httping is like 'ping' but for http-requests.  Give it an url, and it'll 
+Httping is like 'ping' but for http-requests. Give it an url, and it'll 
 show you how long it takes to connect, send a request and retrieve the
 reply (only the headers). Be aware that the transmission across the network
 also takes time.
@@ -29,6 +29,7 @@ also takes time.
 make %{?_smp_mflags} DEBUG="" OFLAGS="%{optflags} -D_GNU_SOURCE=1"
 
 %install
+mkdir -p %{buildroot}/usr/share/locale/nl/LC_MESSAGES/
 make install INSTALL="install -Dp" STRIP=/bin/true DESTDIR=%{buildroot}
 rm -rf %{buildroot}%{_defaultdocdir}
 %find_lang %{name}
@@ -36,6 +37,7 @@ rm -rf %{buildroot}%{_defaultdocdir}
 %files -f %{name}.lang
 %doc license.txt license.OpenSSL readme.txt
 %{_mandir}/man*/%{name}*.*
+%{_mandir}/*/*/%{name}*.*
 %{_bindir}/%{name}
 
 %changelog


More information about the scm-commits mailing list