]> git.pld-linux.org Git - packages/rsync.git/blame_incremental - rsync.spec
- rel 6; actually apply the patch
[packages/rsync.git] / rsync.spec
... / ...
CommitLineData
1# TODO:
2# 3.1.3 rsyncd segfaults very early in server rsync:// mode (both inetd and standalone)
3# rsync[27223]: segfault at 7468 ip 00007f4281c56e81 sp 00007ffc29186160 error 4 in libc-2.27.so[7f4281bd3000+1b4000]
4#
5# Conditional build:
6%bcond_with rsh # set remote shell command to rsh instead of ssh (old behaviour)
7%bcond_with tests # perform "make test"
8#
9%ifarch alpha
10%undefine with_tests
11%endif
12Summary: Program for efficient remote updates of files
13Summary(es.UTF-8): Programa para actualizar archivos remotos de forma eficiente
14Summary(ko.UTF-8): 네트워크를 통한 파일동기화를 위한 프로그램
15Summary(pl.UTF-8): Program do wydajnego zdalnego uaktualniania plików
16Summary(pt_BR.UTF-8): Programa para atualizar arquivos remotos de forma eficiente
17Summary(ru.UTF-8): Программа для эффективного удаленного обновления файлов
18Summary(uk.UTF-8): Програма для ефективного віддаленого оновлення файлів
19Summary(zh_CN.UTF-8): [通讯]传输工具
20Summary(zh_TW.UTF-8): [喙啪]\e$(B6G?i火(c\e(B
21Name: rsync
22Version: 3.1.2
23Release: 6
24Epoch: 1
25License: GPL v3+
26Group: Networking/Utilities
27Source0: http://rsync.samba.org/ftp/rsync/%{name}-%{version}.tar.gz
28# Source0-md5: 0f758d7e000c0f7f7d3792610fad70cb
29Source1: http://rsync.samba.org/ftp/rsync/rsync-patches-%{version}.tar.gz
30# Source1-md5: f412602a3cba0b872adfaed905a0aa28
31Source2: %{name}.inet
32Source3: %{name}.init
33Source4: %{name}.sysconfig
34Source5: %{name}d.logrotate
35Patch0: %{name}-config.patch
36Patch1: https://tobi.oetiker.ch/patches/rsync-3.1.2-1-fadvise.patch
37# Patch1-md5: b055468e7cbc5d829aa943f07916d458
38URL: http://rsync.samba.org/
39BuildRequires: acl-devel
40BuildRequires: autoconf >= 2.59
41BuildRequires: automake
42BuildRequires: popt-devel
43BuildRequires: rpmbuild(macros) >= 1.318
44BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
45
46%define _duplicate_files_terminate_build 0
47%define _sysconfdir /etc/rsyncd
48
49%description
50rsync is a replacement for rcp that has many more features.
51
52rsync uses the "rsync algorithm" which provides a very fast method for
53bringing remote files into sync. It does this by sending just the
54differences in the files across the link, without requiring that both
55sets of files are present at one of the ends of the link beforehand.
56
57A technical report describing the rsync algorithm is included with
58this package.
59
60%description -l es.UTF-8
61rsync es un substituto más rápido y flexible para rcp que permite la
62sincronización de archivos o directorios, vía red, de forma rápida y
63eficiente, entre diferentes máquinas transfiriendo solamente las
64diferencias entre estos directorios de forma compactada. No necesita
65que ninguna de las máquinas tengan una copia de lo que está en la
66otra. Está disponible en este paquete, una relación técnica
67describiendo el algoritmo usado por el rsync.
68
69%description -l ko.UTF-8
70Rsync는 원격 호스트 파일을 매우 빨리 동기화하는데 신뢰할만한
71알고리즘을 사용한다. Rsync는 파일의 전체를 보내는 것 대신에 네트웍을
72통해 파일의 다른 부분만을 전송하기 때문에 빠르다. Rsync는 강력한 미러
73프로세스 혹은 rcp 커멘드를 통한 더 우수한 대체용으로써 사용된다. rsync
74알고리즘을 묘사하는 기술적인 내용은 이 꾸러미에 포함되어 있다.
75
76%description -l pl.UTF-8
77Rsync jest zamiennikiem programu rcp z bardziej rozbudowaną składnią
78poleceń. Program ten używa efektywnego algorytmu "rsync" w czasie
79komunikacji i transportu plików do systemu zdalnego. Dokumentacja
80techniczna nowego algorytmu została również dołączona do pakietu.
81
82%description -l pt_BR.UTF-8
83O rsync é um substituto mais rápido e flexível para o rcp permitindo
84sincronização de arquivos ou diretórios via rede de forma rápida e
85eficiente entre diferentes máquinas transferindo somente as diferenças
86entre estes diretórios de forma compactada. Ele não precisa que
87nenhuma das máquinas tenha uma cópia do que está na outra.
88
89Um relatório técnico descrevendo o algoritmo usado pelo rsync está
90disponível neste pacote.
91
92%description -l ru.UTF-8
93rsync - это более быстрая и гибкая альтернатива rcp, позволяющая
94быструю и эффективную по отношению к ресурсам сети синхронизацию
95файлов или каталогов на различных машинах путем передачи только
96различий между ними в компрессированном виде. При этом совершенно не
97обязательно, чтобы одна машина имела у себя копию того, что есть на
98другой машине.
99
100%description -l uk.UTF-8
101rsync - це швидша та гнучкіша альтернатива rcp, яка забезпечує швидку
102та ефективну по відношенню до ресурсів мережі синхронізацію файлів чи
103каталогів на різних машинах шляхом передачі лише відмінностей між ними
104в компресованому виді. При цьому зовсім не обов'язково, щоб одна
105машина мала в себе копію того, що є на іншій машині.
106
107%package -n rsyncd-inetd
108Summary: Files necessary to run rsync in daemon mode
109Summary(pl.UTF-8): Pliki niezbędne do uruchomienia rsynca w trybie serwera
110Group: Networking/Daemons
111Requires: %{name} = %{epoch}:%{version}-%{release}
112Requires: rc-inetd
113Provides: rsyncd
114Obsoletes: rsyncd
115Obsoletes: rsyncd-standalone
116
117%description -n rsyncd-inetd
118rsync is a replacement for rcp that has many more features.
119
120rsync uses the "rsync algorithm" which provides a very fast method for
121bringing remote files into sync. It does this by sending just the
122differences in the files across the link, without requiring that both
123sets of files are present at one of the ends of the link beforehand.
124
125A technical report describing the rsync algorithm is included with
126this package.
127
128%description -n rsyncd-inetd -l pl.UTF-8
129Rsync jest zamiennikiem programu rcp z bardziej rozbudowaną składnią
130poleceń. Program ten używa efektywnego algorytmu "rsync" w czasie
131komunikacji i transportu plików do systemu zdalnego. Dokumentacja
132techniczna nowego algorytmu została również dołączona do pakietu.
133
134%package -n rsyncd-standalone
135Summary: Files necessary to run rsync in daemon mode
136Summary(pl.UTF-8): Pliki niezbędne do uruchomienia rsynca w trybie serwera
137Group: Networking/Daemons
138Requires(post,preun): /sbin/chkconfig
139Requires: %{name} = %{epoch}:%{version}-%{release}
140Provides: rsyncd
141Obsoletes: rsyncd
142Obsoletes: rsyncd-inetd
143
144%description -n rsyncd-standalone
145rsync is a replacement for rcp that has many more features.
146
147rsync uses the "rsync algorithm" which provides a very fast method for
148bringing remote files into sync. It does this by sending just the
149differences in the files across the link, without requiring that both
150sets of files are present at one of the ends of the link beforehand.
151
152A technical report describing the rsync algorithm is included with
153this package.
154
155%description -n rsyncd-standalone -l pl.UTF-8
156Rsync jest zamiennikiem programu rcp z bardziej rozbudowaną składnią
157poleceń. Program ten używa efektywnego algorytmu "rsync" w czasie
158komunikacji i transportu plików do systemu zdalnego. Dokumentacja
159techniczna nowego algorytmu została również dołączona do pakietu.
160
161%prep
162%setup -q -b1
163%patch0 -p1
164%patch1 -p1
165
166# for compat with previous patched version
167patch -p1 -i patches/acls.diff || exit 1
168patch -p1 -i patches/xattrs.diff || exit 1
169
170%build
171cp -f /usr/share/automake/config.sub .
172%{__autoheader}
173%{__autoconf}
174%configure \
175 LIBS="-lcrypto" \
176 %{?with_rsh:--with-rsh=rsh} \
177 --enable-ipv6 \
178 --enable-acl-support \
179 --enable-xattr-support \
180 --disable-debug \
181 --with-rsyncd-conf=%{_sysconfdir}/rsyncd.conf
182%{__make} proto
183%{__make}
184
185%{?with_tests:%{__make} test}
186
187%install
188rm -rf $RPM_BUILD_ROOT
189install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/{sysconfig/rc-inetd,rc.d/init.d,logrotate.d,env.d},/var/log}
190
191%{__make} install \
192 prefix=$RPM_BUILD_ROOT%{_prefix} \
193 mandir=$RPM_BUILD_ROOT%{_mandir} \
194 bindir=$RPM_BUILD_ROOT%{_bindir}
195
196:> $RPM_BUILD_ROOT/var/log/rsyncd.log
197:> $RPM_BUILD_ROOT%{_sysconfdir}/rsyncd.secrets
198
199cat << EOF > $RPM_BUILD_ROOT%{_sysconfdir}/rsyncd.conf
200#log file = /var/log/rsyncd.log
201EOF
202
203cat << 'EOF' > $RPM_BUILD_ROOT/etc/env.d/CVSIGNORE
204#CVSIGNORE=
205EOF
206cat << 'EOF' > $RPM_BUILD_ROOT/etc/env.d/RSYNC_RSH
207#RSYNC_RSH=
208EOF
209cat << 'EOF' > $RPM_BUILD_ROOT/etc/env.d/RSYNC_PROXY
210#RSYNC_PROXY=
211EOF
212cat << 'EOF' > $RPM_BUILD_ROOT/etc/env.d/RSYNC_PASSWORD
213#RSYNC_PASSWORD=
214EOF
215
216install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/rsyncd
217install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/rsyncd
218install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/rsyncd
219install %{SOURCE5} $RPM_BUILD_ROOT/etc/logrotate.d/rsyncd
220
221%clean
222rm -rf $RPM_BUILD_ROOT
223
224%post
225%env_update
226
227%postun
228%env_update
229
230%post -n rsyncd-inetd
231%service -q rc-inetd reload
232
233%postun -n rsyncd-inetd
234if [ "$1" = "0" ]; then
235 %service -q rc-inetd reload
236fi
237
238%post -n rsyncd-standalone
239/sbin/chkconfig --add rsyncd
240%service rsyncd restart "rsync server"
241
242%preun -n rsyncd-standalone
243if [ "$1" = "0" ]; then
244 %service rsyncd stop
245 /sbin/chkconfig --del rsyncd
246fi
247
248%files
249%defattr(644,root,root,755)
250%doc README NEWS OLDNEWS TODO support
251%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/CVSIGNORE
252%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/RSYNC_PASSWORD
253%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/RSYNC_PROXY
254%config(noreplace,missingok) %verify(not md5 mtime size) /etc/env.d/RSYNC_RSH
255%attr(755,root,root) %{_bindir}/rsync
256%{_mandir}/man1/rsync.1*
257
258%files -n rsyncd-inetd
259%defattr(644,root,root,755)
260%dir %{_sysconfdir}
261%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rsyncd.conf
262%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rsyncd.secrets
263%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/rsyncd
264%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/rsyncd
265%attr(640,root,root) %ghost /var/log/rsyncd.log
266%{_mandir}/man5/rsyncd.conf.5*
267
268%files -n rsyncd-standalone
269%defattr(644,root,root,755)
270%dir %{_sysconfdir}
271%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rsyncd.conf
272%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rsyncd.secrets
273%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rsyncd
274%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/rsyncd
275%attr(640,root,root) %ghost /var/log/rsyncd.log
276%attr(754,root,root) /etc/rc.d/init.d/rsyncd
277%{_mandir}/man5/rsyncd.conf.5*
This page took 0.024589 seconds and 4 git commands to generate.