]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- added Group(pl)
authorArtur Frysiak <artur@frysiak.net>
Wed, 5 May 1999 18:31:32 +0000 (18:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added %{_target} macro

Changed files:
    rsync.spec -> 1.11

rsync.spec

index ffa7325ba2ab6204d4e6e92ff7f0d741ec8c8bd3..6904ebfae0df82750233971f433f2291bec3c43d 100644 (file)
@@ -5,6 +5,7 @@ Version:        2.3.1
 Release:       2
 Copyright:     GPL
 Group:         Applications/Networking
+Group(pl):     Aplikacje/Sieciowe
 Source:                ftp://samba.anu.edu.au/pub/rsync/%{name}-%{version}.tar.gz
 URL:           http://samba.anu.edu.au/rsync/
 BuildRoot:     /tmp/%{name}-%{version}-root
@@ -31,7 +32,7 @@ algorytmu zosta
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure \
+./configure %{_target} \
        --prefix=/usr
 make 
 
This page took 0.10943 seconds and 4 git commands to generate.