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