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

Revision 9080, 2.5 KB checked in by inagaki, 9 years ago (diff)

2014-11-12: Ryoichi INAGAKI <ryo1@…>

  • dar, sitecopy: updated


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