source: projects/specs/branches/6/s/sitecopy/sitecopy-vl.spec @ 3821

Revision 3821, 2.4 KB checked in by Takemikaduchi, 13 years ago (diff)

neon: add Requires (-devel package), sitecopy: add Patch to build with neon-0.29.x

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