]> git.pld-linux.org Git - packages/wget.git/commitdiff
- some cleanups.
authorkloczek <kloczek@pld-linux.org>
Fri, 21 May 1999 19:53:37 +0000 (19:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wget.spec -> 1.18

wget.spec

index fb96e2942cccab7c75091861344e0eb5ebc46e60..9ed180ed08835778de3a436fe6e14f033fbfbde9 100644 (file)
--- a/wget.spec
+++ b/wget.spec
@@ -18,7 +18,7 @@ BuildRoot:    /tmp/%{name}-%{version}-root
 %define        _sysconfdir     /etc
 
 %description
-wget is a command-line program to fetch files via HTTP or FTP.  It
+wget is a command-line program to fetch files via HTTP or FTP. It
 supports recursive retrieval and mirroring options, and it automatically
 retries several times before giving up, so it is well-suited to running
 from cron jobs.
@@ -38,12 +38,11 @@ tego, 
 %patch2 -p1
 
 %build
+autoconf
 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
 ./configure %{_target} \
        --prefix=%{_prefix} \
-       --sysconfdir=%{_sysconfdir} \
-       --mandir=%{_mandir} \
-       --infodir=%{_infodir}
+       --sysconfdir=%{_sysconfdir}
 make
 tail -6 util/README >rmold.README
 
@@ -80,13 +79,13 @@ fi
 
 %attr(755,root,root) %{_bindir}/*
 
-%lang(cs) %{_datadir}/locale/cs/LC_MESSAGES/%{name}.mo
-%lang(de) %{_datadir}/locale/de/LC_MESSAGES/%{name}.mo
-%lang(hr) %{_datadir}/locale/hr/LC_MESSAGES/%{name}.mo
-%lang(it) %{_datadir}/locale/it/LC_MESSAGES/%{name}.mo
-%lang(no) %{_datadir}/locale/no/LC_MESSAGES/%{name}.mo
-%lang(pl) %{_datadir}/locale/pl/LC_MESSAGES/%{name}.mo
-%lang(pt) %{_datadir}/locale/pt*/LC_MESSAGES/%{name}.mo
+%lang(cs)    %{_datadir}/locale/cs/LC_MESSAGES/%{name}.mo
+%lang(de)    %{_datadir}/locale/de/LC_MESSAGES/%{name}.mo
+%lang(hr)    %{_datadir}/locale/hr/LC_MESSAGES/%{name}.mo
+%lang(it)    %{_datadir}/locale/it/LC_MESSAGES/%{name}.mo
+%lang(no)    %{_datadir}/locale/no/LC_MESSAGES/%{name}.mo
+%lang(pl)    %{_datadir}/locale/pl/LC_MESSAGES/%{name}.mo
+%lang(pt_BR) %{_datadir}/locale/pt_BR/LC_MESSAGES/%{name}.mo
 
 %{_mandir}/man1/*
 %{_infodir}/%{name}.info*
This page took 0.065289 seconds and 4 git commands to generate.