]> git.pld-linux.org Git - packages/axel.git/commitdiff
- removed some %%{__*} macros. axel-0_95-1
authorkloczek <kloczek@pld-linux.org>
Sun, 12 Aug 2001 20:34:23 +0000 (20:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    axel.spec -> 1.11

axel.spec

index 714e4cd0a45099d2d6ff3d27f819b83d8bdcce70..7320269b3a2a20c1269608e83b02e62f89e4d747 100644 (file)
--- a/axel.spec
+++ b/axel.spec
@@ -6,7 +6,9 @@ Release:        1
 License:       GPL
 Group:         Networking/Utilities
 Group(de):     Netzwerkwesen/Werkzeuge
+Group(es):     Red/Utilitarios
 Group(pl):     Sieciowe/Narzêdzia
+Group(pt_BR):  Rede/Utilitários
 Source0:       http://www.lintux.cx/downloads/%{name}-%{version}.tar.gz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -30,11 +32,11 @@ gzip -9nf TODO CHANGES README
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__install} -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
 
-%{__install} axel $RPM_BUILD_ROOT%{_bindir}
-%{__install} axel.1 $RPM_BUILD_ROOT%{_mandir}/man1
-%{__install} axelrc.example $RPM_BUILD_ROOT%{_sysconfdir}/axelrc
+install axel $RPM_BUILD_ROOT%{_bindir}
+install axel.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install axelrc.example $RPM_BUILD_ROOT%{_sysconfdir}/axelrc
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.036222 seconds and 4 git commands to generate.