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

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

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

  • dar, sitecopy: updated


RevLine 
[3089]1Name: sitecopy
[521]2Summary: sitecopy is for easily maintaining remote web sites.
3Summary(ja): sitecopy はリモートでのウェブサイトの管理を楽にします。
[3089]4Version: 0.16.6
[9080]5Release: 3%{?_dist_release}
[3089]6
[9080]7License: GPLv2+
[521]8Group: Applications/Internet
[3089]9URL: http://www.manyfish.co.uk/sitecopy/
10
11Source0: http://www.manyfish.co.uk/sitecopy/%{name}-%{version}.tar.gz
[9080]12Patch0: configure-%{version}.patch
[3089]13
[521]14BuildRoot: %{_tmppath}/%{name}-%{version}-root
[9080]15BuildRequires: neon-devel
[521]16
17Vendor: Project Vine
18Distribution: Vine Linux
19
20%description
[3089]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.
[521]25
26%description -l ja
[3089]27sitecopy はリモートでのウェブサイトの管理を楽にします。
28たったひとつのコマンドでローカルのホストで更新のあったファイルや、削除された
29ファイルをサーバ上のファイルに反映させる事により常にローカルホストとサーバを
30同調させることが出来ます。
[521]31
32%prep
33%setup -q
[9080]34%patch0 -p1 -b .configure
[521]35
[9080]36# Forcibly prevent use of bundled neon/expat/gettext sources.
37rm -r lib/neon/*.[ch] intl/*.[ch]
38
[521]39%build
[9080]40%configure --with-neon
41make %{?_smp_mflags}
[521]42
43%install
[9080]44rm -rf $RPM_BUILD_ROOT
45make install DESTDIR=$RPM_BUILD_ROOT
[521]46
47# remove unpacked files
[9080]48rm -rf $RPM_BUILD_ROOT%{_prefix}/doc
49rm -rf $RPM_BUILD_ROOT%{_mandir}/fr
[521]50
[9080]51%find_lang %{name}
52
[521]53%clean
[9080]54rm -rf $RPM_BUILD_ROOT
[521]55
[9080]56%files -f %{name}.lang
[521]57%defattr(-,root,root)
[9080]58%doc COPYING ChangeLog NEWS README THANKS TODO
[521]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
[9080]66* Tue Nov 11 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.16.6-3
67- updated Patch0
68
[3821]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
[3089]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
[521]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.