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