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

Revision 9932, 2.7 KB checked in by iwamoto, 8 years ago (diff)

sitecopy: rebuilt with latest VineSeed environment.

Line 
1Name: sitecopy
2Summary: sitecopy is for easily maintaining remote web sites.
3Summary(ja): sitecopy はリモートでのウェブサイトの管理を楽にします。
4Version: 0.16.6
5Release: 4%{?_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 Jan  5 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.16.6-4
67- rebuilt with latest VineSeed env.
68
69* Tue Nov 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.16.6-3
70- updated Patch0
71
72* Mon May 09 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.16.6-2
73- add Patch0 (sitecopy-neon-0.29-vine.patch)
74
75* Thu Mar 24 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16.6-1
76- updated to 0.16.6
77- updated URL
78- rebuilt with new toolchains
79
80* Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 0.16.1-1vl5
81- applied new versioning policy, spec in utf-8
82
83* Sun Mar 12 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.16.1-0vl1
84- new upstream release
85- added BuildRequires: neon-devel, zlib-devel
86
87* Thu Jun 16 2005 TOSHI <toshi-52@s5.dion.ne.jp> 0.15.1-0vl2
88-add %doc
89-A revision %files
90
91* Sun May 22 2005 TOSHI <toshi-52@s5.dion.ne.jp> 0.15.1-0vl1
92-First Update!
93- initial build for Vine Linux
94
95
96# end of file
97
Note: See TracBrowser for help on using the repository browser.