-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathweex.spec.in
149 lines (115 loc) · 3.94 KB
/
weex.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
%define name weex
%define version @VERSION@
%define release 1
Summary : a non-interactive mirroring utility for updating web pages
Summary(ja): web ページ更新用非対話型ミラーリングユーティリティ
Name : %{name}
Version : %{version}
Release : %{release}
Source : http://www.enjoy.ne.jp/~gm/program/weex/arc/weex-%{version}.tar.gz
License : GPL
Group : Applications/Networking
Packager : Yuuki NINOMIYA <[email protected]>
URL : http://www.enjoy.ne.jp/~gm/
Buildroot : /var/tmp/%{name}-%{version}-root
%description
Weex is a utility designed to automate the task of remotely
maintaining a web page or other FTP archive. With weex, the
maintainer of a web site or archive that must be administered
through FTP interaction can largely ignore that process.
The archive administrator simply creates a local directory
that serves as an exact model for the offsite data.
All modifications and direct interaction is done locally to
this directory structure. When the administrator wishes to
coordinate the data on the remote site with that of the
local model directory, simply executing weex accomplishes
this in the most bandwidth-efficient fashion by only
transferring files that need updating. The program will
create or remove (!) files or directories as necessary to
accurately establish the local model on the remote server.
%description -l ja
weex は web ページあるいはその他のアーカイブを遠隔メンテナンスする作業を
自動化するために作成された非対話型 FTP クライアントです。weex を使えば
web ページを FTP でサーバに転送する作業を大幅に簡略化することができます。
ウェブマスタは転送したいファイルとディレクトリをローカルに用意し
単に weex を実行するだけで、更新する必要があるファイルのみがリモートに
転送されます。
リモートサーバにローカルと同じ構成を作るために、このプログラムは
ファイル/ディレクトリを自動的に作成/削除します。
%changelog
* Tue Nov 14 2000 Yuuki NINOMIYA <[email protected]>
- Include fr.po.
* Tue Jun 13 2000 Yuuki NINOMIYA <[email protected]>
- New version.
* Tue May 23 2000 Yuuki NINOMIYA <[email protected]>
- New version.
* Wed May 03 2000 Yuuki NINOMIYA <[email protected]>
- New version.
* Sun Apr 16 2000 Yuuki NINOMIYA <[email protected]>
- New version.
* Fri Mar 24 2000 Yuuki NINOMIYA <[email protected]>
- New version.
* Tue Feb 29 2000 Yuuki NINOMIYA <[email protected]>
- New version.
* Fri Feb 25 2000 Yuuki NINOMIYA <[email protected]>
- New version.
* Sun Jan 09 2000 Yuuki NINOMIYA <[email protected]>
- New version.
* Mon Dec 20 1999 Yuuki NINOMIYA <[email protected]>
- New version.
* Sat Dec 11 1999 Yuuki NINOMIYA <[email protected]>
- New version.
* Fri Dec 10 1999 Yuuki NINOMIYA <[email protected]>
- New version.
* Thu Dec 09 1999 Yuuki NINOMIYA <[email protected]>
- New version.
* Mon Nov 29 1999 Yuuki NINOMIYA <[email protected]>
- New version.
* Thu Nov 25 1999 Yuuki NINOMIYA <[email protected]>
- New version.
* Sat Nov 13 1999 Yuuki NINOMIYA <[email protected]>
- New version.
* Wed Nov 10 1999 Yuuki NINOMIYA <[email protected]>
- New version.
* Mon Nov 08 1999 Yuuki NINOMIYA <[email protected]>
- New version.
* Sun Nov 07 1999 Yuuki NINOMIYA <[email protected]>
- New version.
* Sun Nov 07 1999 Yuuki NINOMIYA <[email protected]>
- New version.
* Sat Nov 06 1999 Yuuki NINOMIYA <[email protected]>
- New version.
* Sat Nov 06 1999 Yuuki NINOMIYA <[email protected]>
- New version.
* Thu Nov 04 1999 Yuuki NINOMIYA <[email protected]>
- Initial release.
%prep
rm -rf ${RPM_BUILD_ROOT}
%setup -q
%build
./configure --prefix=/usr --mandir=%{_mandir}
make
%install
rm -rf ${RPM_BUILD_ROOT}
make prefix=${RPM_BUILD_ROOT}/usr mandir=${RPM_BUILD_ROOT}%{_mandir} install-strip
%clean
rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-,root,root)
%doc doc/README
%doc doc/ChangeLog
%doc doc/ChangeLog.ja
%doc doc/BUGS.ja
%doc doc/TODO.ja
%doc doc/BUGS
%doc doc/README.ja
%doc doc/FAQ.ja
%doc doc/sample.weexrc
%doc doc/THANKS
%doc doc/TODO
%doc doc/FAQ
%doc doc/AUTHORS
%doc doc/weex.cat
/usr/share/locale/*/LC_MESSAGES/weex.mo
%{_mandir}/man1/weex.1*
/usr/bin/weex