]> git.pld-linux.org Git - packages/rsync.git/blob - rsync.spec
- added Group(pl)
[packages/rsync.git] / rsync.spec
1 Summary:        Program for efficient remote updates of files.
2 Summary(pl):    Program efektywnego modyfikowania plików na zdalnym komputerze.
3 Name:           rsync
4 Version:        2.3.1
5 Release:        2
6 Copyright:      GPL
7 Group:          Applications/Networking
8 Group(pl):      Aplikacje/Sieciowe
9 Source:         ftp://samba.anu.edu.au/pub/rsync/%{name}-%{version}.tar.gz
10 URL:            http://samba.anu.edu.au/rsync/
11 BuildRoot:      /tmp/%{name}-%{version}-root
12
13 %description
14 rsync is a replacement for rcp that has many more features.
15
16 rsync uses the "rsync algorithm" which provides a very fast method for
17 bringing remote files into sync. It does this by sending just the
18 differences in the files across the link, without requiring that both
19 sets of files are present at one of the ends of the link beforehand.
20
21 A technical report describing the rsync algorithm is included with
22 this package. 
23
24 %description -l pl
25 Rsync jest zamiennikiem programu rcp i jest bardziej rozbudowan± sk³adniê
26 poleceñ. Program ten u¿ywa efektywnego algorytmu "rsync" w czasie komunikacji 
27 i transportu plików do systemu zdalnego. Dokumentacja techniczna nowego 
28 algorytmu zosta³a równie¿ do³±czona do pakietu.
29
30 %prep
31 %setup -q
32
33 %build
34 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
35 ./configure %{_target} \
36         --prefix=/usr
37 make 
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 make install prefix=$RPM_BUILD_ROOT/usr
43
44 strip $RPM_BUILD_ROOT/usr/bin/rsync
45
46 gzip -9nf $RPM_BUILD_ROOT/usr/man/man*/* \
47         README
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc README
55 %attr(755,root,root) /usr/bin/rsync
56 /usr/man/man[15]/*
57
58 %changelog
59 * Sun Apr 25 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
60   [2.3.1-2]
61 - recompiled on new rpm.
62
63 * Fri Mar 19 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
64   [2.3.0-1]
65 - added gzipping man pages,
66 - removed man group from man pages.
67
68 * Sat Nov 08 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
69   [2.2.0-1d]
70 - translation modified for pl,
71 - minor changes.
72
73 * Fri Sep 18 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
74   [2.1.1-1]
75 - added -q %setup parameter,
76 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
77 - added using %%{name} and %%{version} in Source,
78 - added using $RPM_OPT_FLAGS during compile,
79 - added full %attr description in %files.
80
81 * Thu Jun 18 1998 Douglas N. Arnold <dna@math.psu.edu>
82 Upgrade to rsync version 2.0.18
83
84 * Sat May 16 1998 John H Terpstra <jht@aquasoft.com.au>
85   Upgraded to Rsync 2.0.6
86     -new feature anonymous rsync
87
88 * Mon Apr  6 1998 Douglas N. Arnold <dna@math.psu.edu>
89 Upgrade to rsync version 1.7.2.
90
91 * Sun Mar  1 1998 Douglas N. Arnold <dna@math.psu.edu>
92 Built 1.6.9-1 based on the 1.6.3-2 spec file of John A. Martin.
93 Changes from 1.6.3-2 packaging: added latex and dvips commands
94 to create tech_report.ps.
95
96 * Mon Aug 25 1997 John A. Martin <jam@jamux.com>
97 Built 1.6.3-2 after finding no rsync-1.6.3-1.src.rpm although there
98 was an ftp://ftp.redhat.com/pub/contrib/alpha/rsync-1.6.3-1.alpha.rpm
99 showing no packager nor signature but giving 
100 "Source RPM: rsync-1.6.3-1.src.rpm".
101
102 Changes from 1.6.2-1 packaging: added '$RPM_OPT_FLAGS' to make, strip
103 to '%build', removed '%prefix'.
104
105 * Thu Apr 10 1997 Michael De La Rue <miked@ed.ac.uk>
106 rsync-1.6.2-1 packaged.  (This entry by jam to credit Michael for the
107 previous package(s).)
This page took 0.086563 seconds and 3 git commands to generate.