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

Revision 521, 2.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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