source: projects/specs/trunk/s/sitecopy/sitecopy-vl.spec @ 3089

Revision 3089, 2.2 KB checked in by inagaki, 13 years ago (diff)

update: neon, sitecopy

Line 
1Name: sitecopy
2Summary: sitecopy is for easily maintaining remote web sites.
3Summary(ja): sitecopy はリモートでのウェブサイトの管理を楽にします。
4Version: 0.16.6
5Release: 1%{?_dist_release}
6
7License: GPLv2
8Group: Applications/Internet
9URL: http://www.manyfish.co.uk/sitecopy/
10
11Source0: http://www.manyfish.co.uk/sitecopy/%{name}-%{version}.tar.gz
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14BuildRequires: neon-devel zlib-devel
15
16Vendor: Project Vine
17Distribution: Vine Linux
18
19%description
20sitecopy is for easily maintaining remote web sites. The program will
21upload files to the server which have changed locally, and delete files
22from the server which have been removed locally, to keep the remote
23site synchronized with the local site with a single command.
24
25%description -l ja
26sitecopy はリモートでのウェブサイトの管理を楽にします。
27たったひとつのコマンドでローカルのホストで更新のあったファイルや、削除された
28ファイルをサーバ上のファイルに反映させる事により常にローカルホストとサーバを
29同調させることが出来ます。
30
31%prep
32%setup -q
33
34%build
35%configure
36%__make
37
38%install
39%{__rm} -rf $RPM_BUILD_ROOT
40%makeinstall
41
42# remove unpacked files
43%{__rm} -rf $RPM_BUILD_ROOT%{_prefix}/doc
44%{__rm} -rf $RPM_BUILD_ROOT%{_mandir}/fr
45
46%clean
47%{__rm} -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(-,root,root)
51%doc BUGS COPYING ChangeLog NEWS README README.gnome THANKS TODO
52%doc doc/update.sh
53%{_bindir}/sitecopy
54#%{_mandir}/*/man1/sitecopy.1.gz
55%{_mandir}/man1/sitecopy.1.gz
56%{_datadir}/locale/*/*/sitecopy.mo
57%{_datadir}/sitecopy
58
59%changelog
60* Thu Mar 24 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16.6-1
61- updated to 0.16.6
62- updated URL
63- rebuilt with new toolchains
64
65* Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 0.16.1-1vl5
66- applied new versioning policy, spec in utf-8
67
68* Sun Mar 12 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16.1-0vl1
69- new upstream release
70- added BuildRequires: neon-devel, zlib-devel
71
72* Thu Jun 16 2005 TOSHI <toshi-52@s5.dion.ne.jp> 0.15.1-0vl2
73-add %doc
74-A revision %files
75
76* Sun May 22 2005 TOSHI <toshi-52@s5.dion.ne.jp> 0.15.1-0vl1
77-First Update!
78- initial build for Vine Linux
79
80
81# end of file
82
Note: See TracBrowser for help on using the repository browser.